当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
SaveAsTemplateAction (NetBeans Loaders API) - NetBeans API Javadoc 5.5.0 
org.openide.actions
Class SaveAsTemplateAction
java.lang.Object
   org.openide.util.SharedClassObject
org.openide.util.SharedClassObject
       org.openide.util.actions.SystemAction
org.openide.util.actions.SystemAction
           org.openide.util.actions.CallableSystemAction
org.openide.util.actions.CallableSystemAction
               org.openide.util.actions.NodeAction
org.openide.util.actions.NodeAction
                   org.openide.actions.SaveAsTemplateAction
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
 
 
 
 
 
 
 
 
 
 
 
 
| 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:
- getHelpCtxin interface- HelpCtx.Provider
- Specified by:
- getHelpCtxin class- SystemAction
 
- 
 
getName
public String getName()
- 
- Specified by:
- getNamein class- SystemAction
 
- 
 
iconResource
public String iconResource()
- Deprecated. Should never be called publically.
 
- 
- Overrides:
- iconResourcein class- SystemAction
 
- 
 
surviveFocusChange
protected boolean surviveFocusChange()
- 
- Overrides:
- surviveFocusChangein class- NodeAction
 
- 
 
enable
protected boolean enable(Node[] activatedNodes)
- 
- Specified by:
- enablein class- NodeAction
 
- 
 
performAction
protected void performAction(Node[] activatedNodes)
- 
- Specified by:
- performActionin class- NodeAction
 
- 
 
asynchronous
protected boolean asynchronous()
- 
- Overrides:
- asynchronousin class- CallableSystemAction
 
-