public class NewTemplateAction
extends org.openide.util.actions.NodeAction
DataObject.isTemplate(),
Serialized Form| Modifier and Type | Class | Description |
|---|---|---|
static interface |
NewTemplateAction.Cookie |
Cookie that can be implemented by a node if it wishes to have a
special templates wizard.
|
| Constructor | Description |
|---|---|
NewTemplateAction() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
asynchronous() |
|
javax.swing.Action |
createContextAwareInstance(org.openide.util.Lookup actionContext) |
Implements
ContextAwareAction interface method. |
protected boolean |
enable(org.openide.nodes.Node[] activatedNodes) |
|
org.openide.util.HelpCtx |
getHelpCtx() |
|
javax.swing.JMenuItem |
getMenuPresenter() |
|
java.lang.String |
getName() |
|
javax.swing.JMenuItem |
getPopupPresenter() |
|
static org.openide.nodes.Node |
getTemplateRoot() |
Create a hierarchy of templates.
|
java.awt.Component |
getToolbarPresenter() |
|
protected void |
performAction(org.openide.nodes.Node[] activatedNodes) |
accept, addPropertyChangeListener, getValue, putValue, removePropertyChangeListeneractionPerformed, addNotify, getActivatedNodes, initialize, isEnabled, performAction, removeNotify, setEnabled, surviveFocusChangeclone, getClass, notify, notifyAll, toString, wait, wait, waitprotected void performAction(org.openide.nodes.Node[] activatedNodes)
performAction in class org.openide.util.actions.NodeActionprotected boolean asynchronous()
asynchronous in class org.openide.util.actions.CallableSystemActionprotected boolean enable(org.openide.nodes.Node[] activatedNodes)
enable in class org.openide.util.actions.NodeActionpublic java.lang.String getName()
getName in class org.openide.util.actions.SystemActionpublic org.openide.util.HelpCtx getHelpCtx()
getHelpCtx in class org.openide.util.actions.SystemActionpublic javax.swing.JMenuItem getMenuPresenter()
getMenuPresenter in class org.openide.util.actions.CallableSystemActionpublic java.awt.Component getToolbarPresenter()
getToolbarPresenter in class org.openide.util.actions.CallableSystemActionpublic javax.swing.JMenuItem getPopupPresenter()
getPopupPresenter in class org.openide.util.actions.CallableSystemActionpublic static org.openide.nodes.Node getTemplateRoot()
public javax.swing.Action createContextAwareInstance(org.openide.util.Lookup actionContext)
ContextAwareAction interface method.createContextAwareInstance in class org.openide.util.actions.NodeActionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.