- configUpdated(Map<String, String>) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SECategoryExtensionProvider
-
Method is called when properties exposed by the provided component
get changed externally and the component needs to be updated accordingly
- configUpdated(Map<String, String>) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SERunConfigProvider
-
Deprecated.
Method is called when the config is changed (or created),
component is updated according to properties of the config
- createAdditionalProperties(String, Lookup) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SEBuildPropertiesProvider
-
Returns the additional build properties.
- createComponent(Project, J2SECategoryExtensionProvider.ConfigChangeListener) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SECategoryExtensionProvider
-
Provides component that is added to the customizer panel of j2seproject
selected by getCategory() return value
- createComponent(Project, J2SERunConfigProvider.ConfigChangeListener) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SERunConfigProvider
-
Deprecated.
Provides component that is added to Run Customizer panel of j2seproject
- createConcealedProperties(String, Lookup) - Method in interface org.netbeans.modules.java.j2seproject.api.J2SEBuildPropertiesProvider
-
Returns the names of concealed properties.
- createConfigurationFiles(Project, String, EditableProperties, EditableProperties) - Static method in class org.netbeans.modules.java.j2seproject.api.J2SEProjectConfigurations
-
Creates property files for run configuration and writes passed properties.
- createConfigurationFiles(Project, String, Properties, Properties) - Static method in class org.netbeans.modules.java.j2seproject.api.J2SEProjectConfigurations
-
Creates property files for run configuration and writes passed properties.
- createDefaultModuleProperties(EditableProperties, boolean) - Static method in class org.netbeans.modules.java.j2seproject.api.J2SEProjectBuilder
-
Sets default module system properties if they are not set.