cytoscape.data.servers.ui
Class OboPanelDescriptor
java.lang.Object
com.nexes.wizard.WizardPanelDescriptor
cytoscape.data.servers.ui.OboPanelDescriptor
- All Implemented Interfaces:
- ActionListener, EventListener
public class OboPanelDescriptor
- extends com.nexes.wizard.WizardPanelDescriptor
- implements ActionListener
Fields inherited from class com.nexes.wizard.WizardPanelDescriptor |
FINISH |
Methods inherited from class com.nexes.wizard.WizardPanelDescriptor |
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier |
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
OboPanelDescriptor
public OboPanelDescriptor()
- Creates a new OboPanelDescriptor object.
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!