public class LabelStyleOpenBackgroundFile extends EditorTool
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_LABEL_BACKGROUND_FOLDER |
static java.lang.String |
LABEL_STYLE_BACKGROUND_FILECHOOSER |
owner, SMALL_BTN_SIZE
Constructor and Description |
---|
LabelStyleOpenBackgroundFile(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, mouseMoved
public static final java.lang.String LABEL_STYLE_BACKGROUND_FILECHOOSER
public static java.lang.String DEFAULT_LABEL_BACKGROUND_FOLDER
public LabelStyleOpenBackgroundFile(javax.swing.JComponent targetEditor)
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)