org.dishevelled.venn.cytoscape
Class VennDiagramsUtils

java.lang.Object
  extended by org.dishevelled.venn.cytoscape.VennDiagramsUtils

final class VennDiagramsUtils
extends Object

Utility methods.

Author:
Michael Heuer

Constructor Summary
VennDiagramsUtils()
           
 
Method Summary
(package private) static void installCloseKeyBinding(JDialog dialog)
          Install a close action binding to Ctrl-C/Command-C for the specified dialog.
(package private) static String nameOf(cytoscape.groups.CyGroup group)
          Return the name of the specified group.
(package private) static String nameOf(cytoscape.CyNode node)
          Return the name of the specified node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VennDiagramsUtils

VennDiagramsUtils()
Method Detail

nameOf

static String nameOf(cytoscape.groups.CyGroup group)
Return the name of the specified group.

Parameters:
group - group
Returns:
the name of the specified group

nameOf

static String nameOf(cytoscape.CyNode node)
Return the name of the specified node.

Parameters:
node - node
Returns:
the name of the specified node

installCloseKeyBinding

static void installCloseKeyBinding(JDialog dialog)
Install a close action binding to Ctrl-C/Command-C for the specified dialog.

Parameters:
dialog - dialog, must not be null


Copyright (c) 2010-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).