| |
|
| java.lang.Object org.openide.filesystems.data.JavaSrc
JavaSrc | final public class JavaSrc (Code) | | Dummy class, serves as a template for generating java files.
|
Inner Class :final static class ActionsPoolChildren extends FilterNode.Children | |
Inner Class :final static class ActionItemNode extends FilterNode | |
Constructor Summary | |
public | JavaSrc() | | JavaSrc(DataFolder folder) Constructs this node with given node to filter. |
staticActions | static SystemAction[] staticActions(Code) | | Actions which this node supports
|
topStaticActions | static SystemAction[] topStaticActions(Code) | | Actions of this node when it is top level actions node
|
JavaSrc | JavaSrc(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
|
|
|
|