Cytoscape 2.8.0 API

cytoscape
Class CyNetworkTitleChange

java.lang.Object
  extended by cytoscape.CyNetworkTitleChange

public class CyNetworkTitleChange
extends Object

Class used for passing along information about the network when the network title has changed (firing an event)


Constructor Summary
CyNetworkTitleChange(String netId, String title)
           
 
Method Summary
 String getNetworkIdentifier()
           
 String getNetworkTitle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CyNetworkTitleChange

public CyNetworkTitleChange(String netId,
                            String title)
Method Detail

getNetworkIdentifier

public String getNetworkIdentifier()

getNetworkTitle

public String getNetworkTitle()

toString

public String toString()
Overrides:
toString in class Object

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.