|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.view.NetworkViewManager
public class NetworkViewManager
| Field Summary | |
|---|---|
protected CytoscapeDesktop |
cytoscapeDesktop
|
protected static int |
frame_count
|
protected SwingPropertyChangeSupport |
pcs
|
protected int |
VIEW_TYPE
|
| Constructor Summary | |
|---|---|
NetworkViewManager(CytoscapeDesktop desktop)
|
|
NetworkViewManager(CytoscapeDesktop desktop,
int view_type)
Constructor for overiding the default Desktop view type |
|
| Method Summary | |
|---|---|
protected void |
createContainer(CyNetworkView view)
Contains a CyNetworkView according to the view type of this NetworkViewManager |
void |
firePropertyChange(String property_type,
Object old_value,
Object new_value)
Fires a PropertyChangeEvent |
JDesktopPane |
getDesktopPane()
|
SwingPropertyChangeSupport |
getSwingPropertyChangeSupport()
|
JTabbedPane |
getTabbedPane()
|
protected void |
initialize()
|
void |
internalFrameActivated(InternalFrameEvent e)
For Internal Frames |
void |
internalFrameClosed(InternalFrameEvent e)
|
void |
internalFrameClosing(InternalFrameEvent e)
|
void |
internalFrameDeactivated(InternalFrameEvent e)
|
void |
internalFrameDeiconified(InternalFrameEvent e)
|
void |
internalFrameIconified(InternalFrameEvent e)
|
void |
internalFrameOpened(InternalFrameEvent e)
|
void |
propertyChange(PropertyChangeEvent e)
This handles all of the incoming PropertyChangeEvents. |
protected void |
removeView(CyNetworkView view)
|
protected void |
setFocus(String network_id)
Sets the focus of the passed network, if possible The Network ID corresponds to the CyNetworkView.getNetwork().getIdentifier() |
void |
stateChanged(ChangeEvent e)
For Tabbed Panes |
void |
updateNetworkTitle(CyNetwork network)
|
void |
windowGainedFocus(WindowEvent e)
For Exteernal Frames |
void |
windowLostFocus(WindowEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CytoscapeDesktop cytoscapeDesktop
protected int VIEW_TYPE
protected SwingPropertyChangeSupport pcs
protected static int frame_count
| Constructor Detail |
|---|
public NetworkViewManager(CytoscapeDesktop desktop,
int view_type)
public NetworkViewManager(CytoscapeDesktop desktop)
| Method Detail |
|---|
protected void initialize()
public SwingPropertyChangeSupport getSwingPropertyChangeSupport()
public JTabbedPane getTabbedPane()
public JDesktopPane getDesktopPane()
public void updateNetworkTitle(CyNetwork network)
public void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated in interface InternalFrameListenerpublic void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed in interface InternalFrameListenerpublic void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing in interface InternalFrameListenerpublic void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated in interface InternalFrameListenerpublic void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified in interface InternalFrameListenerpublic void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified in interface InternalFrameListenerpublic void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened in interface InternalFrameListenerpublic void windowGainedFocus(WindowEvent e)
windowGainedFocus in interface WindowFocusListenerpublic void windowLostFocus(WindowEvent e)
windowLostFocus in interface WindowFocusListenerpublic void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListener
public void firePropertyChange(String property_type,
Object old_value,
Object new_value)
protected void setFocus(String network_id)
protected void removeView(CyNetworkView view)
protected void createContainer(CyNetworkView view)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||