public class LabelStylePanTool extends EditorTool
owner, SMALL_BTN_SIZE
Constructor and Description |
---|
LabelStylePanTool(JComponent owner) |
Modifier and Type | Method and Description |
---|---|
AbstractButton |
getButton() |
Cursor |
getCursor()
Returns the cursor
|
String |
getID() |
boolean |
isSuitableFor(Object obj) |
void |
mouseDragged(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
void |
setModel(Object objectToBeEdited) |
mouseClicked, mouseEntered, mouseExited, mouseMoved
public LabelStylePanTool(JComponent owner)
public Cursor getCursor()
EditorTool
getCursor
in class EditorTool
public void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
public void mouseDragged(MouseEvent e)
public AbstractButton getButton()
getButton
in class EditorTool
public String getID()
getID
in class EditorTool
public boolean isSuitableFor(Object obj)
isSuitableFor
in class EditorTool
public void setModel(Object objectToBeEdited)
setModel
in class EditorTool