|
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 cytoscape.view.NetworkViewManager
public class NetworkViewManager
Constructor Summary | |
---|---|
NetworkViewManager(CytoscapeDesktop desktop)
Creates a new NetworkViewManager object. |
|
NetworkViewManager(CytoscapeDesktop desktop,
int view_type)
Deprecated. view_type is no longer used. Use the other constructor. Will be removed Aug 2008. |
Method Summary | |
---|---|
void |
firePropertyChange(String property_type,
Object old_value,
Object new_value)
Fires a PropertyChangeEvent |
JDesktopPane |
getDesktopPane()
DOCUMENT ME! |
JInternalFrame |
getInternalFrame(CyNetworkView view)
Given a CyNetworkView, returns the internal frame. |
InternalFrameComponent |
getInternalFrameComponent(CyNetworkView view)
Given a CyNetworkView, returns the InternalFrameComponent that wraps it. |
SwingPropertyChangeSupport |
getSwingPropertyChangeSupport()
DOCUMENT ME! |
JTabbedPane |
getTabbedPane()
Deprecated. Tabbed view is no longer used. Will be removed Aug 2008. |
void |
internalFrameActivated(InternalFrameEvent e)
Fire Events when a Managed Network View gets the Focus. |
void |
internalFrameClosed(InternalFrameEvent e)
DOCUMENT ME! |
void |
internalFrameClosing(InternalFrameEvent e)
DOCUMENT ME! |
void |
internalFrameDeactivated(InternalFrameEvent e)
DOCUMENT ME! |
void |
internalFrameDeiconified(InternalFrameEvent e)
DOCUMENT ME! |
void |
internalFrameIconified(InternalFrameEvent e)
DOCUMENT ME! |
void |
internalFrameOpened(InternalFrameEvent e)
Fire Events when a Managed Network View gets the Focus. |
void |
propertyChange(PropertyChangeEvent e)
This handles all of the incoming PropertyChangeEvents. |
void |
stateChanged(ChangeEvent e)
Deprecated. Will no longer support ChangeListener. Will be removed August 2008. |
void |
updateNetworkTitle(CyNetwork network)
DOCUMENT ME! |
void |
updateNetworkTitle(CyNetwork network,
String title)
Method to update the network title on the JInternalFrame, but not in the network panel. |
void |
windowGainedFocus(WindowEvent e)
Deprecated. Will no longer support WindowFocusListener. Will be removed August 2008. |
void |
windowLostFocus(WindowEvent e)
Deprecated. Will no longer support WindowFocusListener. Will be removed August 2008. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkViewManager(CytoscapeDesktop desktop, int view_type)
public NetworkViewManager(CytoscapeDesktop desktop)
desktop
- DOCUMENT ME!Method Detail |
---|
public SwingPropertyChangeSupport getSwingPropertyChangeSupport()
public JTabbedPane getTabbedPane()
public JDesktopPane getDesktopPane()
public InternalFrameComponent getInternalFrameComponent(CyNetworkView view) throws IllegalArgumentException
view
- CyNetworkView
IllegalArgumentException
public JInternalFrame getInternalFrame(CyNetworkView view) throws IllegalArgumentException
view
- CyNetworkView
IllegalArgumentException
public void updateNetworkTitle(CyNetwork network)
network
- DOCUMENT ME!public void updateNetworkTitle(CyNetwork network, String title)
network
- CyNetworktitle
- Stringpublic void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated
in interface InternalFrameListener
public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened
in interface InternalFrameListener
public void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed
in interface InternalFrameListener
e
- DOCUMENT ME!public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing
in interface InternalFrameListener
e
- DOCUMENT ME!public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated
in interface InternalFrameListener
e
- DOCUMENT ME!public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified
in interface InternalFrameListener
e
- DOCUMENT ME!public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified
in interface InternalFrameListener
e
- DOCUMENT ME!public void windowGainedFocus(WindowEvent e)
windowGainedFocus
in interface WindowFocusListener
public void windowLostFocus(WindowEvent e)
windowLostFocus
in interface WindowFocusListener
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
public void firePropertyChange(String property_type, Object old_value, Object new_value)
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |