public class PointLabelHighPrecedenceTool extends EditorTool
| Modifier and Type | Field and Description |
|---|---|
protected String |
buttonIcon |
protected byte |
precedenceValue |
owner, SMALL_BTN_SIZE| Constructor and Description |
|---|
PointLabelHighPrecedenceTool(JComponent targetEditor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AbstractButton |
getButton() |
Cursor |
getCursor()
Returns the cursor
|
protected ImageIcon |
getIconButton()
Obtains the image for the button of the tool
|
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, mouseMovedprotected String buttonIcon
protected byte precedenceValue
public PointLabelHighPrecedenceTool(JComponent targetEditor)
targetEditor - protected ImageIcon getIconButton()
public AbstractButton getButton()
getButton in class EditorToolpublic Cursor getCursor()
EditorToolgetCursor in class EditorToolpublic String getID()
getID in class EditorToolpublic boolean isSuitableFor(Object obj)
isSuitableFor in class EditorToolpublic void setModel(Object objectToBeEdited)
setModel in class EditorToolpublic void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
public void mouseDragged(MouseEvent e)