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, mouseMovedpublic LabelStylePanTool(JComponent owner)
public Cursor getCursor()
EditorToolgetCursor in class EditorToolpublic void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
public void mouseDragged(MouseEvent e)
public AbstractButton getButton()
getButton in class EditorToolpublic String getID()
getID in class EditorToolpublic boolean isSuitableFor(Object obj)
isSuitableFor in class EditorToolpublic void setModel(Object objectToBeEdited)
setModel in class EditorTool