public class WizardPanelDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
panelIdentifier |
protected Component |
targetPanel |
Constructor and Description |
---|
WizardPanelDescriptor(String panelIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
aboutToDisplayPanel() |
void |
aboutToHidePanel() |
void |
displayingPanel() |
Runnable |
getBackwardRunnable() |
Cancelable |
getCancelable() |
Runnable |
getForwardRunnable() |
Component |
getPanelComponent() |
String |
getPanelDescriptorIdentifier() |
protected Component targetPanel
protected final String panelIdentifier
public WizardPanelDescriptor(String panelIdentifier)
public final Component getPanelComponent()
public final String getPanelDescriptorIdentifier()
public void aboutToHidePanel()
public void aboutToDisplayPanel()
public void displayingPanel()
public Runnable getForwardRunnable()
public Runnable getBackwardRunnable()
public Cancelable getCancelable()
Copyright © 2015–2021 Fiji. All rights reserved.