jhomenet.gui.wizard
Class IntroPanelDescriptor

java.lang.Object
  extended by com.nexes.wizard.WizardPanelDescriptor
      extended by jhomenet.gui.wizard.IntroPanelDescriptor

public class IntroPanelDescriptor
extends com.nexes.wizard.WizardPanelDescriptor


Field Summary
static java.lang.String IDENTIFIER
          Panel identifier.
 
Fields inherited from class com.nexes.wizard.WizardPanelDescriptor
FINISH
 
Constructor Summary
IntroPanelDescriptor()
          Constructor.
 
Method Summary
 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.
 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.
 
Methods inherited from class com.nexes.wizard.WizardPanelDescriptor
aboutToDisplayPanel, aboutToHidePanel, displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
Panel identifier.

See Also:
Constant Field Values
Constructor Detail

IntroPanelDescriptor

public IntroPanelDescriptor()
Constructor.

Method Detail

getNextPanelDescriptor

public java.lang.Object getNextPanelDescriptor()
Description copied from class: com.nexes.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed. Note that this method is only called when the button is actually pressed, so that the panel can change the next panel's identifier dynamically at runtime if necessary. Return null if the button should be disabled. Return FinishIdentfier if the button text should change to 'Finish' and the dialog should end.

Overrides:
getNextPanelDescriptor in class com.nexes.wizard.WizardPanelDescriptor
Returns:
Object-based identifier.
See Also:
WizardPanelDescriptor.getNextPanelDescriptor()

getBackPanelDescriptor

public java.lang.Object getBackPanelDescriptor()
Description copied from class: com.nexes.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed. Note that this method is only called when the button is actually pressed, so that the panel can change the previous panel's identifier dynamically at runtime if necessary. Return null if the button should be disabled.

Overrides:
getBackPanelDescriptor in class com.nexes.wizard.WizardPanelDescriptor
Returns:
Object-based identifier
See Also:
WizardPanelDescriptor.getBackPanelDescriptor()


Copyright © 2004-2005 David Irwin. All Rights Reserved.