public class BrowserHelpAction extends AbstractAction
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
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent evt) |
static Action |
createIdAction(String helpId,
Component parent)
Returns a new action displaying help for a given help ID.
|
static Action |
createManual1Action(Component parent)
Returns a new action displaying help for the whole application as
a single-page HTML document
|
static Action |
createManualAction(Component parent)
Returns a new action displaying help for the whole application as
a multi-page HTML document
|
static URI |
getHelpUri(String relUrl)
Returns an internal URI corresponding to a relative URL
(rooted at uk/ac/starlink/topcat/ in the classpath).
|
static URL |
getHelpUrl(String relUrl)
Returns an internal URL corresponding to a relative URL
(rooted at uk/ac/starlink/topcat/ in the classpath).
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public void actionPerformed(ActionEvent evt)
public static Action createIdAction(String helpId, Component parent)
helpId
- help IDparent
- parent window - may be used for positioningpublic static Action createManualAction(Component parent)
parent
- parent window - may be used for positioningpublic static Action createManual1Action(Component parent)
parent
- parent window - may be used for positioningpublic static URL getHelpUrl(String relUrl)
relUrl
- relative pathCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.