NASA World Wind

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

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

public class FileChooserPanelDescriptor
extends DefaultPanelDescriptor


Field Summary
static java.lang.String IDENTIFIER
           
 
Constructor Summary
FileChooserPanelDescriptor()
           
 
Method Summary
 void aboutToDisplayPanel()
           
 java.lang.Object getBackPanelDescriptor()
           
 java.lang.Object getNextPanelDescriptor()
           
 
Methods inherited from class gov.nasa.worldwind.util.wizard.DefaultPanelDescriptor
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelIdentifier, getWizard, getWizardModel, registerPanel, 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 java.lang.String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

FileChooserPanelDescriptor

public FileChooserPanelDescriptor()
Method Detail

aboutToDisplayPanel

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

getBackPanelDescriptor

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

getNextPanelDescriptor

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

NASA World Wind