org.openide.actions
Class SaveAsTemplateAction
java.lang.Object
org.openide.util.SharedClassObject
org.openide.util.actions.SystemAction
org.openide.util.actions.CallableSystemAction
org.openide.util.actions.NodeAction
org.openide.actions.SaveAsTemplateAction
- All Implemented Interfaces:
- ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider
public final class SaveAsTemplateAction
- extends NodeAction
Saves a data object to a folder under in the
system's templates area.
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class org.openide.util.SharedClassObject |
addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removePropertyChangeListener, reset, writeExternal, writeReplace |
SaveAsTemplateAction
public SaveAsTemplateAction()
getHelpCtx
public HelpCtx getHelpCtx()
- Specified by:
getHelpCtx
in interface HelpCtx.Provider
- Specified by:
getHelpCtx
in class SystemAction
getName
public String getName()
- Specified by:
getName
in class SystemAction
iconResource
@Deprecated
public String iconResource()
- Deprecated. Should never be called publically.
- Overrides:
iconResource
in class SystemAction
surviveFocusChange
protected boolean surviveFocusChange()
- Overrides:
surviveFocusChange
in class NodeAction
enable
protected boolean enable(Node[] activatedNodes)
- Specified by:
enable
in class NodeAction
performAction
protected void performAction(Node[] activatedNodes)
- Specified by:
performAction
in class NodeAction
asynchronous
protected boolean asynchronous()
- Overrides:
asynchronous
in class CallableSystemAction