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, mouseMoved
public static final String LABEL_STYLE_BACKGROUND_FILECHOOSER
public static String DEFAULT_LABEL_BACKGROUND_FOLDER
public LabelStyleOpenBackgroundFile(JComponent targetEditor)
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)