|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditableProperties | |
org.netbeans.spi.project.support.ant | Principal package for implementing typical Ant-based projects. |
org.netbeans.spi.project.support.ant.ui | Package containing classes supporting development of UI for Ant-based projects. |
Uses of EditableProperties in org.netbeans.spi.project.support.ant |
Methods in org.netbeans.spi.project.support.ant that return EditableProperties | |
static EditableProperties |
PropertyUtils.getGlobalProperties()
Load global properties defined by the IDE in the user directory. |
EditableProperties |
EditableProperties.cloneProperties()
Create an exact copy of this properties object. |
EditableProperties |
AntProjectHelper.getProperties(String path)
Load a property file from some location in the project. |
Methods in org.netbeans.spi.project.support.ant with parameters of type EditableProperties | |
static void |
PropertyUtils.putGlobalProperties(EditableProperties properties)
Edit global properties defined by the IDE in the user directory. |
void |
AntProjectHelper.putProperties(String path,
EditableProperties props)
Store a property file to some location in the project. |
Uses of EditableProperties in org.netbeans.spi.project.support.ant.ui |
Methods in org.netbeans.spi.project.support.ant.ui with parameters of type EditableProperties | |
void |
StoreGroup.store(EditableProperties editableProperties)
Stores all models created in the StoreGroup into given EditableProperties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |