| org.netbeans.core.ActionsPoolNode
ActionsPoolNode | final public class ActionsPoolNode extends DataFolder.FolderNode (Code) | | The node for the actions pool folder representation.
Delegates most of its functionality to the original data folder node.
Final only for better performance, can be unfinaled.
author: Ian Formanek |
Inner Class :final static class ActionsPoolChildren extends FilterNode.Children | |
Inner Class :final static class ActionItemNode extends FilterNode | |
topStaticActions | static SystemAction[] topStaticActions(Code) | | Actions of this node when it is top level actions node
|
ActionsPoolNode | public ActionsPoolNode()(Code) | | |
ActionsPoolNode | ActionsPoolNode(DataFolder folder)(Code) | | Constructs this node with given node to filter.
|
canCut | public boolean canCut()(Code) | | |
canDestroy | public boolean canDestroy()(Code) | | |
canRename | public boolean canRename()(Code) | | |
getActions | public SystemAction[] getActions()(Code) | | Actions.
array of actions for this node |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | |
getNewTypes | public NewType[] getNewTypes()(Code) | | Support for new types that can be created in this node.
array of new type operations that are allowed |
getPropertySets | public Node.PropertySet[] getPropertySets()(Code) | | Creates properties for this node
|
|
|