Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.servers.ui
Class OboPanelDescriptor

java.lang.Object
  extended by com.nexes.wizard.WizardPanelDescriptor
      extended by cytoscape.data.servers.ui.OboPanelDescriptor
All Implemented Interfaces:
ActionListener, EventListener

public class OboPanelDescriptor
extends com.nexes.wizard.WizardPanelDescriptor
implements ActionListener


Field Summary
static String IDENTIFIER
           
 
Fields inherited from class com.nexes.wizard.WizardPanelDescriptor
FINISH
 
Constructor Summary
OboPanelDescriptor()
          Creates a new OboPanelDescriptor object.
 
Method Summary
 void aboutToDisplayPanel()
          DOCUMENT ME!
 void actionPerformed(ActionEvent e)
          DOCUMENT ME!
 Object getBackPanelDescriptor()
          DOCUMENT ME!
 Object getNextPanelDescriptor()
          DOCUMENT ME!
 
Methods inherited from class com.nexes.wizard.WizardPanelDescriptor
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

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

OboPanelDescriptor

public OboPanelDescriptor()
Creates a new OboPanelDescriptor object.

Method Detail

getNextPanelDescriptor

public Object getNextPanelDescriptor()
DOCUMENT ME!

Overrides:
getNextPanelDescriptor in class com.nexes.wizard.WizardPanelDescriptor
Returns:
DOCUMENT ME!

getBackPanelDescriptor

public Object getBackPanelDescriptor()
DOCUMENT ME!

Overrides:
getBackPanelDescriptor in class com.nexes.wizard.WizardPanelDescriptor
Returns:
DOCUMENT ME!

aboutToDisplayPanel

public void aboutToDisplayPanel()
DOCUMENT ME!

Overrides:
aboutToDisplayPanel in class com.nexes.wizard.WizardPanelDescriptor

actionPerformed

public void actionPerformed(ActionEvent e)
DOCUMENT ME!

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - DOCUMENT ME!

www.cytoscape.org