|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
cytoscape.view.CytoscapeDesktop
The CytoscapeDesktop is the central Window for working with Cytoscape
Field Summary | |
static int |
EXTERNAL_VIEW
Displays all network views in JFrames, so each Network has its own window. ( like the GIMP ) |
static int |
INTERNAL_VIEW
Displays all network views in JInternalFrames, using the mock desktop interface. ( like MS Office ) |
static String |
NETWORK_VIEW_CREATED
|
static String |
NETWORK_VIEW_DESTROYED
|
static String |
NETWORK_VIEW_FOCUS
|
static String |
NETWORK_VIEW_FOCUSED
|
static int |
TABBED_VIEW
Displays all network views in TabbedPanes ( like Mozilla ) |
static UndoManager |
undo
Cytoscape UndoManager |
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()
The Default constructor uses a TabbedView |
|
CytoscapeDesktop(int view_type)
Create a CytoscapeDesktop that conforms the given view type. |
Method Summary | |
void |
addEdit(UndoableEdit edit)
|
void |
clearStatusBar()
Clears the Status Bar Message. |
CyMenus |
getCyMenus()
|
CytoPanel |
getCytoPanel(int compassDirection)
Gets a cytoPanel given a Compass direction. |
cytoscape.view.GraphViewController |
getGraphViewController()
TO keep things clearer there is one GraphView Controller per CytoscapeDesktop |
javax.help.HelpBroker |
getHelpBroker()
|
javax.help.HelpSet |
getHelpSet()
|
cytoscape.view.NetworkPanel |
getNetworkPanel()
|
cytoscape.view.NetworkViewManager |
getNetworkViewManager()
Gets the NetworkView Manager. |
SwingPropertyChangeSupport |
getSwingPropertyChangeSupport()
|
int |
getViewType()
Return the view type for this CytoscapeDesktop |
VisualMappingManager |
getVizMapManager()
Deprecated. Use Cytoscape.getVisualMappingManager() instead. This will be removed at 03/2007 (possibly sooner). |
cytoscape.visual.ui.VizMapUI |
getVizMapUI()
returns the top-level UI object for the visual mapper. |
static int |
parseViewType(String vt)
|
void |
propertyChange(PropertyChangeEvent e)
|
void |
setFocus(String network_id)
|
void |
setNewNetwork(CyNetwork newNetwork)
|
void |
setStatusBarMsg(String msg)
Sets the Status Bar Message. |
void |
setupVizMapper()
Create the VizMapper and the UI for it. |
VisualStyle |
setVisualStyle(VisualStyle style)
|
Methods inherited from class javax.swing.JFrame |
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, 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, setIconImage, 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_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 UndoManager undo
public static final int TABBED_VIEW
public static final int INTERNAL_VIEW
public static final int EXTERNAL_VIEW
Constructor Detail |
public CytoscapeDesktop()
public CytoscapeDesktop(int view_type)
view_type
- one of the ViewTypesMethod Detail |
public void setStatusBarMsg(String msg)
msg
- Status Bar Message.public void clearStatusBar()
public cytoscape.view.NetworkPanel getNetworkPanel()
public javax.help.HelpBroker getHelpBroker()
public javax.help.HelpSet getHelpSet()
public void addEdit(UndoableEdit edit)
public int getViewType()
public CyMenus getCyMenus()
public void setNewNetwork(CyNetwork newNetwork)
public VisualMappingManager getVizMapManager()
public cytoscape.visual.ui.VizMapUI getVizMapUI()
public void setupVizMapper()
public VisualStyle setVisualStyle(VisualStyle style)
style
- the NEW VisualStyle
public void setFocus(String network_id)
public cytoscape.view.GraphViewController getGraphViewController()
public SwingPropertyChangeSupport getSwingPropertyChangeSupport()
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
public CytoPanel getCytoPanel(int compassDirection)
compassDirection
- Compass Direction (SwingConstants.{SOUTH,EAST,WEST}).
public cytoscape.view.NetworkViewManager getNetworkViewManager()
public static int parseViewType(String vt)
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |