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