com.stc.swift.egategui.projectfile
Class FileExportAction
java.lang.Object
org.openide.util.SharedClassObject
org.openide.util.actions.SystemAction
org.openide.util.actions.CallableSystemAction
org.openide.util.actions.NodeAction
com.stc.acl.module.ACLBasedCallableSystemAction
com.stc.egate.toolbus.toolAction.BaseToolAction
com.stc.swift.egategui.projectfile.FileExportAction
- All Implemented Interfaces:
- com.stc.acl.module.ACLVisitorAction, java.awt.event.ActionListener, java.io.Externalizable, java.io.Serializable, java.util.EventListener, javax.swing.Action, org.openide.util.actions.Presenter, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar
public class FileExportAction
- extends com.stc.egate.toolbus.toolAction.BaseToolAction
Implements the methods for the load action.
- Version:
- $Revision: 1.5 $
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter |
org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar |
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter |
org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar |
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter |
org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar |
Fields inherited from class org.openide.util.actions.SystemAction |
PROP_ENABLED, PROP_ICON |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Method Summary |
org.openide.util.HelpCtx |
getHelpCtx()
Method getHelpCtx |
java.lang.String |
getName()
Method getName |
void |
performAction(org.openide.nodes.Node[] nodes)
|
Methods inherited from class com.stc.egate.toolbus.toolAction.BaseToolAction |
actionPerformed |
Methods inherited from class com.stc.acl.module.ACLBasedCallableSystemAction |
accept, enable, getRepositoryObject, getRepositoryObjects, getSelectedNodes, isEnabled, isSetEnabledForLocked, isSetEnabledForReadOnly, performAction, setCheckVersionControl, setEnabled |
Methods inherited from class org.openide.util.actions.NodeAction |
getActivatedNodes |
Methods inherited from class org.openide.util.actions.CallableSystemAction |
getMenuPresenter, getPopupPresenter, getToolbarPresenter |
Methods inherited from class org.openide.util.actions.SystemAction |
createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, linkActions, putValue, setIcon |
Methods inherited from class org.openide.util.SharedClassObject |
addPropertyChangeListener, equals, findObject, findObject, hashCode, readExternal, removePropertyChangeListener, writeExternal |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.Action |
addPropertyChangeListener, removePropertyChangeListener |
FileExportAction
public FileExportAction()
getHelpCtx
public org.openide.util.HelpCtx getHelpCtx()
- Method getHelpCtx
- Overrides:
getHelpCtx
in class com.stc.acl.module.ACLBasedCallableSystemAction
- Returns:
- the help context
getName
public java.lang.String getName()
- Method getName
- Specified by:
getName
in class org.openide.util.actions.SystemAction
- Returns:
- the name
performAction
public void performAction(org.openide.nodes.Node[] nodes)
- Overrides:
performAction
in class com.stc.acl.module.ACLBasedCallableSystemAction
- See Also:
ACLBasedCallableSystemAction.performAction(org.openide.nodes.Node[])
Copyright © 2008 Sun Microsystems, Inc. All rights reserved.