| org.openharmonise.him.actions.HIMAction
All known Subclasses: org.openharmonise.him.actions.dir.ActionOrder, org.openharmonise.him.actions.publish.ActionRemoveFromInternet, org.openharmonise.him.actions.file.ActionChangeUserPassword, org.openharmonise.him.actions.move.ActionCancel, org.openharmonise.him.actions.move.ActionCopy, org.openharmonise.him.actions.system.ActionPreviewSettings, org.openharmonise.him.actions.system.ActionExportContent, org.openharmonise.him.actions.system.ActionChangeMyPassword, org.openharmonise.him.actions.file.ActionUnlock, org.openharmonise.him.actions.file.ActionOpen, org.openharmonise.him.actions.sync.ActionDiscard, org.openharmonise.him.actions.publish.ActionPublishToInternet, org.openharmonise.him.actions.system.ActionExitReject, org.openharmonise.him.actions.publish.ActionRetrieve, org.openharmonise.him.actions.publish.ActionPreview, org.openharmonise.him.actions.system.ActionCustomise, org.openharmonise.him.actions.file.ActionNewCollection, org.openharmonise.him.actions.system.ActionRefresh, org.openharmonise.him.actions.file.ActionSynchronise, org.openharmonise.him.actions.file.ActionLock, org.openharmonise.him.actions.move.ActionMove, org.openharmonise.him.actions.messages.ActionSetFilters, org.openharmonise.him.actions.file.ActionCreateCopy, org.openharmonise.him.actions.system.ActionExitCommit, org.openharmonise.him.actions.publish.ActionArchive, org.openharmonise.him.actions.sync.ActionSynchronize, org.openharmonise.him.actions.help.ActionKeyboardShortcuts, org.openharmonise.him.actions.move.ActionAlias, org.openharmonise.him.actions.system.ActionSyncWithServer, org.openharmonise.him.actions.system.ActionSystemSettings, org.openharmonise.him.actions.file.ActionUpload, org.openharmonise.him.actions.help.ActionAbout, org.openharmonise.him.actions.publish.ActionExport, org.openharmonise.him.actions.file.ActionNewFile, org.openharmonise.him.actions.file.ActionRename, org.openharmonise.him.actions.messages.ActionClear, org.openharmonise.him.actions.xslt.ActionDownloadImports, org.openharmonise.him.actions.help.ActionHelp,
HIMAction | public interface HIMAction (Code) | | Interface for all actions within Harmonise Information Manager.
author: Matthew Large version: $Revision: 1.1 $ |
getAcceleratorKeycode | public int getAcceleratorKeycode()(Code) | | Returns the accelerator key code for the action.
Accelerator key code |
getAcceleratorMask | public int getAcceleratorMask()(Code) | | Returns the accelerator mask for the action.
Accelerator mask |
getButton | public JButton getButton()(Code) | | Returns a button which will trigger this action.
Button |
getDescription | public String getDescription()(Code) | | Returns a description of the action.
Description |
getIcon | public Icon getIcon()(Code) | | Returns an icon for the action.
Icon |
getMenuItem | public JMenuItem getMenuItem()(Code) | | Returns a menu item which will trigger this action.
Menu item |
getMnemonic | public String getMnemonic()(Code) | | Returns the mnemonic for the action.
Mnemonic |
getText | public String getText()(Code) | | Returns a name of the action.
Name |
getToolTip | public String getToolTip()(Code) | | Returns some tooltip text for the action.
Tooltip text |
isEnabled | public boolean isEnabled(ContextEvent ce)(Code) | | Checks if an action, and therefore its buttons and menu items,
is enabled. This is based on the file that the action is
focuesed on, the context and the enable rules.
Parameters: ce - Context event to check against true if the action is enabled |
setEnabled | public void setEnabled(boolean bEnabled)(Code) | | Sets whether the action is enabled or not.
Parameters: bEnabled - true to set the action to be enabled |
|
|