|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CytoPanelState | |
---|---|
cytoscape.view.cytopanels | CytoPanels Framework. |
Uses of CytoPanelState in cytoscape.view.cytopanels |
---|
Fields in cytoscape.view.cytopanels declared as CytoPanelState | |
---|---|
static CytoPanelState |
CytoPanelState.DOCK
Dock state of a CytoPanel. |
static CytoPanelState |
CytoPanelState.FLOAT
Float state of a CytoPanel. |
static CytoPanelState |
CytoPanelState.HIDE
Hide state of a CytoPanel. |
Methods in cytoscape.view.cytopanels that return CytoPanelState | |
---|---|
CytoPanelState |
CytoPanelImp.getState()
Gets the state of the CytoPanel. |
CytoPanelState |
CytoPanel.getState()
Gets the state of the CytoPanel. |
Methods in cytoscape.view.cytopanels with parameters of type CytoPanelState | |
---|---|
void |
CytoPanelListener.onStateChange(CytoPanelState newState)
Notifies the listener on a change in the CytoPanel state. |
void |
BiModalJSplitPane.setMode(CytoPanelState cytoPanelState,
int newMode)
Sets the BiModalJSplitframe mode. |
void |
CytoPanelImp.setState(CytoPanelState cytoPanelState)
Sets the state of the CytoPanel. |
void |
CytoPanel.setState(CytoPanelState cytoPanelState)
Sets the state of the CytoPanel. |
Constructors in cytoscape.view.cytopanels with parameters of type CytoPanelState | |
---|---|
CytoPanelImp(int compassDirection,
int tabPlacement,
CytoPanelState cytoPanelState)
Constructor. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |