|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sheet.Set | |
org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
Uses of Sheet.Set in org.openide.loaders |
Methods in org.openide.loaders with parameters of type Sheet.Set | |
void |
ExecSupport.addProperties(Sheet.Set set)
Helper method that creates default properties for execution of a given support. |
void |
CompilerSupport.addProperties(Sheet.Set set)
Helper method that creates default properties for compilation of given file entry. |
Uses of Sheet.Set in org.openide.nodes |
Methods in org.openide.nodes that return Sheet.Set | |
Sheet.Set |
Sheet.get(String name)
Find the property set with a given name. |
Sheet.Set |
Sheet.put(Sheet.Set set)
Add a property set. |
Sheet.Set |
Sheet.remove(String set)
Remove a property set from the sheet. |
static Sheet.Set |
Sheet.createPropertiesSet()
Convenience method to create new sheet set named Sheet.PROPERTIES . |
static Sheet.Set |
Sheet.createExpertSet()
Convenience method to create new sheet set named Sheet.EXPERT . |
Sheet.Set |
Sheet.Set.cloneSet()
Clone the property set. |
Methods in org.openide.nodes with parameters of type Sheet.Set | |
Sheet.Set |
Sheet.put(Sheet.Set set)
Add a property set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |