|
org.netbeans.modules.java.j2seproject/1 1.12.0 43 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 to default lookup (e.g. META-INF/services).
Nested Class Summary | |
---|---|
static interface |
J2SERunConfigProvider.ConfigChangeListener
Callback listener for setting properties that are changed by interaction with the component |
Method Summary | |
---|---|
void |
configUpdated(Map<String,String> props)
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)
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.12.0 43 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |