| Modifier and Type | Method and Description |
|---|---|
WizardCard |
GoBackEvent.getRelativeCard() |
WizardCard |
GoAheadEvent.getRelativeCard() |
| Constructor and Description |
|---|
GoAheadEvent(WizardCard relativeCard) |
GoBackEvent(WizardCard relativeCard) |
| Modifier and Type | Method and Description |
|---|---|
WizardCard |
WizardWindow.getCurrentCard() |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardWindow.setCard(WizardCard card)
Set card to be displayed on the wizard window
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnySoftwareDataCard |
class |
FileUploadCard |
class |
GCubePatchDataCard |
class |
GCubePluginDataCard |
class |
GenericLibraryPackageDataCard |
class |
LibraryDataCard |
class |
MavenDependenciesCard |
class |
PackageArtifactCoordinatesCard |
class |
SoftwareRegistrationCard |
class |
SoftwareTypeSelectionCard |
class |
SubmitCard |
class |
SubmitCompletedCard |
class |
WebAppDataCard |
class |
WebAppPackageCard |
class |
WebAppServiceCard |
| Modifier and Type | Class and Description |
|---|---|
class |
GCubeWebServiceMainPackageDataCard |
class |
GCubeWebServiceMultiPackServiceDataCard |
class |
GCubeWebServiceServiceDataCard |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralSoftwareInfoCard |
class |
InstallNotesCard |
class |
LicenseCard |
class |
MaintainersAndChangesCard |
| Modifier and Type | Method and Description |
|---|---|
WizardCard |
GCubeWebServiceDynamicWizard.getCurrentCard() |
WizardCard |
ArrayWizard.getCurrentCard() |
WizardCard |
StrategyWizard.getCurrentCard() |
WizardCard |
IWizard.getCurrentCard() |
WizardCard |
GCubeWebServiceDynamicWizard.goToNextCard() |
WizardCard |
ArrayWizard.goToNextCard() |
WizardCard |
StrategyWizard.goToNextCard() |
WizardCard |
IWizard.goToNextCard() |
WizardCard |
GCubeWebServiceDynamicWizard.goToPreviousCard() |
WizardCard |
ArrayWizard.goToPreviousCard() |
WizardCard |
StrategyWizard.goToPreviousCard() |
WizardCard |
IWizard.goToPreviousCard() |
| Modifier and Type | Method and Description |
|---|---|
List<WizardCard> |
GCubeWebServiceDynamicWizard.getCards() |
List<WizardCard> |
ArrayWizard.getCards() |
List<WizardCard> |
StrategyWizard.getCards() |
List<WizardCard> |
IWizard.getCards() |
| Modifier and Type | Method and Description |
|---|---|
void |
GCubeWebServiceDynamicWizard.setCards(List<WizardCard> cards) |
void |
ArrayWizard.setCards(List<WizardCard> cards) |
void |
StrategyWizard.setCards(List<WizardCard> cards) |
void |
IWizard.setCards(List<WizardCard> cards) |
| Constructor and Description |
|---|
ArrayWizard(List<WizardCard> startingCards) |
Copyright © 2015. All Rights Reserved.