public class ChooseSourcePanelDescriptor extends WizardPanelDescriptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IDENTIFIER |
FINISH
Constructor and Description |
---|
ChooseSourcePanelDescriptor(ProcessorWizardConfig config,
ProcessorWizardResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
aboutToDisplayPanel(java.lang.Object prevId)
Override this method to provide functionality that will be performed just before
the panel is to be displayed.
|
boolean |
aboutToHidePanel(java.lang.Object idOfNext)
Override this method to perform functionality just before the panel is to be
hidden.
|
java.lang.Object |
getBackPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Back button is pressed.
|
ChooseSourcePanel |
getChooseSourcePanel() |
java.lang.Object |
getNextPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Next button is pressed.
|
displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier, showError, showError
public ChooseSourcePanelDescriptor(ProcessorWizardConfig config, ProcessorWizardResult result)
public java.lang.Object getNextPanelDescriptor()
WizardPanelDescriptor
getNextPanelDescriptor
in class WizardPanelDescriptor
public java.lang.Object getBackPanelDescriptor()
WizardPanelDescriptor
getBackPanelDescriptor
in class WizardPanelDescriptor
public ChooseSourcePanel getChooseSourcePanel()
public boolean aboutToDisplayPanel(java.lang.Object prevId)
WizardPanelDescriptor
aboutToDisplayPanel
in class WizardPanelDescriptor
public boolean aboutToHidePanel(java.lang.Object idOfNext)
WizardPanelDescriptor
aboutToHidePanel
in class WizardPanelDescriptor