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, mouseMoved
protected String buttonIcon
protected byte precedenceValue
public PointLabelHighPrecedenceTool(JComponent targetEditor)
targetEditor
- protected ImageIcon getIconButton()
public AbstractButton getButton()
getButton
in class EditorTool
public Cursor getCursor()
EditorTool
getCursor
in class EditorTool
public String getID()
getID
in class EditorTool
public boolean isSuitableFor(Object obj)
isSuitableFor
in class EditorTool
public void setModel(Object objectToBeEdited)
setModel
in class EditorTool
public void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
public void mouseDragged(MouseEvent e)