|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Window java.awt.Frame javax.swing.JFrame cytoscape.view.CytoscapeDesktop
public class CytoscapeDesktop
The CytoscapeDesktop is the central Window for working with Cytoscape
Field Summary | |
---|---|
static int |
EXTERNAL_VIEW
Deprecated. View types are no longer support so stop using this. Will be removed August 2008. |
static int |
INTERNAL_VIEW
Deprecated. View types are no longer support so stop using this. Will be removed August 2008. |
static String |
NETWORK_VIEW_CREATED
|
static String |
NETWORK_VIEW_DESTROYED
|
static String |
NETWORK_VIEW_FOCUS
|
static String |
NETWORK_VIEW_FOCUSED
|
static String |
NETWORK_VIEWS_SELECTED
|
static int |
TABBED_VIEW
Deprecated. View types are no longer support so stop using this. Will be removed August 2008. |
static String |
VISUAL_STYLE
|
static String |
VIZMAP_ENABLED
|
Fields inherited from class javax.swing.JFrame |
---|
EXIT_ON_CLOSE |
Fields inherited from class java.awt.Frame |
---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
CytoscapeDesktop()
Creates a new CytoscapeDesktop object. |
|
CytoscapeDesktop(int view_type)
Deprecated. view_type is no longer used. Use the other CytoscapeDesktop() instead. Will be gone August 1008. |
Method Summary | |
---|---|
void |
addEdit(UndoableEdit edit)
Deprecated. Use CyUndo.getUndoableEditSupport().postEdit(edit) instead. Will be removed March 2008. |
void |
clearStatusBar()
Clears the Status Bar Message. |
cytoscape.view.BirdsEyeViewHandler |
getBirdsEyeViewHandler()
DOCUMENT ME! |
CyMenus |
getCyMenus()
DOCUMENT ME! |
CytoPanel |
getCytoPanel(int compassDirection)
Gets a cytoPanel given a Compass direction. |
GraphViewController |
getGraphViewController()
TO keep things clearer there is one GraphView Controller per CytoscapeDesktop |
javax.help.HelpBroker |
getHelpBroker()
Deprecated. Will be removed April 2008. Use CyHelpBroker.getHelpBroker() instead. |
javax.help.HelpSet |
getHelpSet()
Deprecated. Will be removed April 2008. Use CyHelpBroker.getHelpSet() instead. |
NetworkPanel |
getNetworkPanel()
DOCUMENT ME! |
NetworkViewManager |
getNetworkViewManager()
Gets the NetworkView Manager. |
SwingPropertyChangeSupport |
getSwingPropertyChangeSupport()
DOCUMENT ME! |
int |
getViewType()
Deprecated. View type is no longer used, so just don't use this method. Will be gone August 2008. |
VizMapperMainPanel |
getVizMapperUI()
Returns new vizmapper GUI. |
VizMapUI |
getVizMapUI()
Deprecated. use getVizMapperUI() isntead. |
static int |
parseViewType(String vt)
Deprecated. View types are no longer support so stop using this. Will be removed August 2008. |
void |
propertyChange(PropertyChangeEvent e)
DOCUMENT ME! |
void |
setFocus(String network_id)
TODO: We should remove one of this event! |
void |
setNewNetwork(CyNetwork newNetwork)
DOCUMENT ME! |
void |
setStatusBarMsg(String msg)
Sets the Status Bar Message. |
void |
setupVizMapper()
Deprecated. use VizMapperMainPanel instead. |
VisualStyle |
setVisualStyle(VisualStyle style)
|
Methods inherited from class javax.swing.JFrame |
---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, update |
Methods inherited from class java.awt.Frame |
---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
public static final String NETWORK_VIEWS_SELECTED
public static final String NETWORK_VIEW_FOCUSED
public static final String NETWORK_VIEW_FOCUS
public static final String NETWORK_VIEW_CREATED
public static final String NETWORK_VIEW_DESTROYED
public static final String VISUAL_STYLE
public static final String VIZMAP_ENABLED
public static final int TABBED_VIEW
public static final int INTERNAL_VIEW
public static final int EXTERNAL_VIEW
Constructor Detail |
---|
public CytoscapeDesktop(int view_type)
public CytoscapeDesktop()
Method Detail |
---|
public void setStatusBarMsg(String msg)
msg
- Status Bar Message.public void clearStatusBar()
public NetworkPanel getNetworkPanel()
public javax.help.HelpBroker getHelpBroker()
public javax.help.HelpSet getHelpSet()
public void addEdit(UndoableEdit edit)
edit
- An undoable edit.public int getViewType()
public CyMenus getCyMenus()
public void setNewNetwork(CyNetwork newNetwork)
newNetwork
- DOCUMENT ME!@Deprecated public VizMapUI getVizMapUI()
public VizMapperMainPanel getVizMapperUI()
@Deprecated public void setupVizMapper()
public VisualStyle setVisualStyle(VisualStyle style)
style
- the NEW VisualStyle
public void setFocus(String network_id)
network_id
- DOCUMENT ME!public GraphViewController getGraphViewController()
public SwingPropertyChangeSupport getSwingPropertyChangeSupport()
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
e
- DOCUMENT ME!public CytoPanel getCytoPanel(int compassDirection)
compassDirection
- Compass Direction (SwingConstants.{SOUTH,EAST,WEST}).
public NetworkViewManager getNetworkViewManager()
public cytoscape.view.BirdsEyeViewHandler getBirdsEyeViewHandler()
public static int parseViewType(String vt)
vt
- DOCUMENT ME!
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |