public class LabelStyleNewTextFieldTool extends EditorTool
owner, SMALL_BTN_SIZE| Constructor and Description |
|---|
LabelStyleNewTextFieldTool(JComponent targetEditor) |
| 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 LabelStyleNewTextFieldTool(JComponent targetEditor)
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