|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface J2SERunConfigProvider
Provider of component that will be added to Run customizer panel that will
be used for additional customization of set of properties affected by given
run configuration. Implementation of the interface should be registered using ServiceProvider.
This interface is deprecated, use J2SECategoryExtensionProvider instead.
| Nested Class Summary | |
|---|---|
static interface |
J2SERunConfigProvider.ConfigChangeListener
Deprecated. Callback listener for setting properties that are changed by interaction with the component |
| Method Summary | |
|---|---|
void |
configUpdated(Map<String,String> props)
Deprecated. Method is called when the config is changed (or created), component is updated according to properties of the config |
JComponent |
createComponent(Project proj,
J2SERunConfigProvider.ConfigChangeListener listener)
Deprecated. Provides component that is added to Run Customizer panel of j2seproject |
| Method Detail |
|---|
JComponent createComponent(Project proj,
J2SERunConfigProvider.ConfigChangeListener listener)
proj - project to create the customizer component forlistener - listener to be notified when properties should be updatedvoid configUpdated(Map<String,String> props)
props - all properties (shared + private) of the new config;
properites are not evaluated
|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||