Field Summary
static String IDENTIFIER
           
 
Constructor Summary
FileChooserPanelDescriptor()
           
 
Method Summary
 void aboutToDisplayPanel()
           
 Object getBackPanelDescriptor()
           
 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 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 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

NASA World Wind