public class LabelStyleNewTextFieldTool extends EditorTool
owner, SMALL_BTN_SIZE| Constructor and Description |
|---|
LabelStyleNewTextFieldTool(javax.swing.JComponent targetEditor) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.AbstractButton |
getButton() |
java.awt.Cursor |
getCursor()
Returns the cursor
|
java.lang.String |
getID() |
boolean |
isSuitableFor(java.lang.Object obj) |
void |
mouseDragged(java.awt.event.MouseEvent e) |
void |
mousePressed(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
void |
setModel(java.lang.Object objectToBeEdited) |
mouseClicked, mouseEntered, mouseExited, mouseMovedpublic LabelStyleNewTextFieldTool(javax.swing.JComponent targetEditor)
public java.awt.Cursor getCursor()
EditorToolgetCursor in class EditorToolpublic void mousePressed(java.awt.event.MouseEvent e)
public void mouseReleased(java.awt.event.MouseEvent e)
public void mouseDragged(java.awt.event.MouseEvent e)
public javax.swing.AbstractButton getButton()
getButton in class EditorToolpublic java.lang.String getID()
getID in class EditorToolpublic boolean isSuitableFor(java.lang.Object obj)
isSuitableFor in class EditorToolpublic void setModel(java.lang.Object objectToBeEdited)
setModel in class EditorTool