public class LabelStyleOpenBackgroundFile extends EditorTool
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LABEL_BACKGROUND_FOLDER |
static String |
LABEL_STYLE_BACKGROUND_FILECHOOSER |
owner, SMALL_BTN_SIZE| Constructor and Description |
|---|
LabelStyleOpenBackgroundFile(JComponent targetEditor) |
| Modifier and Type | Method and Description |
|---|---|
AbstractButton |
getButton() |
Cursor |
getCursor()
Returns the cursor
|
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, mouseMovedpublic static final String LABEL_STYLE_BACKGROUND_FILECHOOSER
public static String DEFAULT_LABEL_BACKGROUND_FOLDER
public LabelStyleOpenBackgroundFile(JComponent targetEditor)
public AbstractButton getButton()
getButton in class EditorToolpublic Cursor getCursor()
EditorToolgetCursor in class EditorToolpublic String getID()
getID in class EditorToolpublic boolean isSuitableFor(Object obj)
isSuitableFor in class EditorToolpublic void setModel(Object objectToBeEdited)
setModel in class EditorToolpublic void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
public void mouseDragged(MouseEvent e)