@Deprecated public interface J2SERunConfigProvider
ServiceProvider.
This interface is deprecated, use J2SECategoryExtensionProvider instead.| Modifier and Type | Interface and Description |
|---|---|
static interface |
J2SERunConfigProvider.ConfigChangeListener
Deprecated.
Callback listener for setting properties that are changed by interaction
with the component
|
| Modifier and Type | Method and Description |
|---|---|
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
|
JComponent createComponent(Project proj, J2SERunConfigProvider.ConfigChangeListener listener)
proj - project to create the customizer component forlistener - listener to be notified when properties should be updatedBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.