public class IlvPaletteDocumentationAction extends IlvPaletteAction
Modifier and Type | Field and Description |
---|---|
static ImageIcon |
ACTION_ICON
Icon representation of the action
|
static String |
ACTION_NAME
The name of the action
|
static String |
ACTION_TOOLTIP
A short description of what this action does
|
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
IlvPaletteDocumentationAction(Component parent,
IlvPaletteManager paletteManager)
Creates the action
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Pops up the dialog
|
void |
setPaletteTreeViewer(IlvPaletteTreeViewer paletteviewer)
Sets the palette viewer associated with the palette, or the selected symbols,
that should be documented.
|
getPaletteManager, getParent, setPaletteManager
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final String ACTION_NAME
public static final String ACTION_TOOLTIP
public static final ImageIcon ACTION_ICON
public IlvPaletteDocumentationAction(Component parent, IlvPaletteManager paletteManager)
parent
- parent The parent of dialog(s) created by this action.paletteManager
- The palette manager associated with this action.public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
actionPerformed
in class IlvPaletteAction
public void setPaletteTreeViewer(IlvPaletteTreeViewer paletteviewer)
paletteviewer
- The palette viewer© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.