|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerWizardProvider
Provides the iterator and display name for addition of the new instance of
the server. Implementation of this class must be registered in
Servers folder in the system filesystem.
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the display name of the wizard. |
WizardDescriptor.InstantiatingIterator |
getInstantiatingIterator()
Returns the iterator for adding the instance. |
| Method Detail |
|---|
String getDisplayName()
WizardDescriptor.InstantiatingIterator getInstantiatingIterator()
WizardDescriptor.InstantiatingIterator.instantiate()
should return the ServerInstance created by the wizard.
Note that if the instance created by the wizard should be mentioned by
the infrastructure (as you usually want this to happen),
ServerInstanceProvider must fire change events on all registered
listeners.
The Set returned by WizardDescriptor.InstantiatingIterator.instantiate()
should return the created ServerInstance.
|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||