Cytoscape 2.8.0 API

cytoscape.util
Class CyNetworkNaming

java.lang.Object
  extended by cytoscape.util.CyNetworkNaming

public class CyNetworkNaming
extends Object


Constructor Summary
CyNetworkNaming()
           
 
Method Summary
static void editNetworkTitle(CyNetwork network)
          This will prompt the user to edit the title of a given CyNetork, and after ensuring that the network title is not already in use, this will assign that title to the given CyNetwork
static String getSuggestedNetworkTitle(String desiredTitle)
          DOCUMENT ME!
static String getSuggestedSubnetworkTitle(CyNetwork parentNetwork)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyNetworkNaming

public CyNetworkNaming()
Method Detail

getSuggestedSubnetworkTitle

public static String getSuggestedSubnetworkTitle(CyNetwork parentNetwork)
DOCUMENT ME!

Parameters:
parentNetwork - DOCUMENT ME!
Returns:
DOCUMENT ME!

getSuggestedNetworkTitle

public static String getSuggestedNetworkTitle(String desiredTitle)
DOCUMENT ME!

Parameters:
desiredTitle - DOCUMENT ME!
Returns:
DOCUMENT ME!

editNetworkTitle

public static void editNetworkTitle(CyNetwork network)
This will prompt the user to edit the title of a given CyNetork, and after ensuring that the network title is not already in use, this will assign that title to the given CyNetwork


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.