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, mouseMovedpublic 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 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)