public final class ProjectConfigurationWizardPanelDescriptor extends WizardPanelDescriptor
| Modifier and Type | Field and Description |
|---|---|
private Container |
container
Main container.
|
private JComboBox<String> |
rundeckProjectNameTextField
Combo box for selecting the RunDeck project.
|
private JComboBox<RundeckAPIVersion> |
rundeckRundeckAPIVersionTextField
Combo box for selecting the RunDeck API version.
|
| Constructor and Description |
|---|
ProjectConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copy arguments and initialize the RunDeck project configuration wizard panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToDisplayPanel()
Method called before diplaying a panel for dynamic content update.
|
Component |
getPanelComponent()
Get the main component of a panel.
|
boolean |
validate()
Default method to validate the wizard step, must return true if input data are valid.
|
getBack, getNext, getPanelDescriptorIdentifier, getRundeckMonitorConfigurationprivate final Container container
private final JComboBox<String> rundeckProjectNameTextField
private final JComboBox<RundeckAPIVersion> rundeckRundeckAPIVersionTextField
public ProjectConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg, ConfigurationWizardStep nextArg, RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
backArg - previous panelnextArg - next panelrundeckMonitorConfigurationArg - RunDeck monitor common configurationpublic Component getPanelComponent()
WizardPanelDescriptorgetPanelComponent in class WizardPanelDescriptorpublic void aboutToDisplayPanel()
WizardPanelDescriptoraboutToDisplayPanel in class WizardPanelDescriptorpublic boolean validate()
WizardPanelDescriptorvalidate in class WizardPanelDescriptorCopyright © 2013–2015. All rights reserved.