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, getRundeckMonitorConfiguration
private 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()
WizardPanelDescriptor
getPanelComponent
in class WizardPanelDescriptor
public void aboutToDisplayPanel()
WizardPanelDescriptor
aboutToDisplayPanel
in class WizardPanelDescriptor
public boolean validate()
WizardPanelDescriptor
validate
in class WizardPanelDescriptor
Copyright © 2013–2015. All rights reserved.