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, mouseMoved
protected 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 EditorTool
public java.awt.Cursor getCursor()
EditorTool
getCursor
in class EditorTool
public java.lang.String getID()
getID
in class EditorTool
public boolean isSuitableFor(java.lang.Object obj)
isSuitableFor
in class EditorTool
public void setModel(java.lang.Object objectToBeEdited)
setModel
in class EditorTool
public void mousePressed(java.awt.event.MouseEvent e)
public void mouseReleased(java.awt.event.MouseEvent e)
public void mouseDragged(java.awt.event.MouseEvent e)