NASA World Wind

gov.nasa.worldwind.layers.rpf.wizard
Class DataChooserPanelDescriptor

java.lang.Object
  extended by gov.nasa.worldwind.util.wizard.DefaultPanelDescriptor
      extended by gov.nasa.worldwind.layers.rpf.wizard.DataChooserPanelDescriptor
All Implemented Interfaces:
WizardPanelDescriptor

public class DataChooserPanelDescriptor
extends DefaultPanelDescriptor


Field Summary
static String IDENTIFIER
           
 
Constructor Summary
DataChooserPanelDescriptor()
           
 
Method Summary
 void aboutToDisplayPanel()
           
 Object getBackPanelDescriptor()
           
 Object getNextPanelDescriptor()
           
 void registerPanel(Wizard wizard)
           
 
Methods inherited from class gov.nasa.worldwind.util.wizard.DefaultPanelDescriptor
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

DataChooserPanelDescriptor

public DataChooserPanelDescriptor()
Method Detail

aboutToDisplayPanel

public void aboutToDisplayPanel()
Specified by:
aboutToDisplayPanel in interface WizardPanelDescriptor
Overrides:
aboutToDisplayPanel in class DefaultPanelDescriptor

getBackPanelDescriptor

public Object getBackPanelDescriptor()
Specified by:
getBackPanelDescriptor in interface WizardPanelDescriptor
Overrides:
getBackPanelDescriptor in class DefaultPanelDescriptor

getNextPanelDescriptor

public Object getNextPanelDescriptor()
Specified by:
getNextPanelDescriptor in interface WizardPanelDescriptor
Overrides:
getNextPanelDescriptor in class DefaultPanelDescriptor

registerPanel

public void registerPanel(Wizard wizard)
Specified by:
registerPanel in interface WizardPanelDescriptor
Overrides:
registerPanel in class DefaultPanelDescriptor

NASA World Wind