final class VennDiagramsUtils extends Object
Modifier and Type | Method and Description |
---|---|
(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(org.cytoscape.group.CyGroup group,
org.cytoscape.model.CyNetwork network)
Return the name of the specified group in the specified network.
|
(package private) static String |
nameOf(org.cytoscape.model.CyNode node,
org.cytoscape.model.CyNetwork network)
Return the name of the specified node in the specified network.
|
(package private) static void |
rename(org.cytoscape.group.CyGroup group,
org.cytoscape.model.CyNetwork network,
String name)
Set the name of the specified group in the specified network to
name . |
static String nameOf(org.cytoscape.group.CyGroup group, org.cytoscape.model.CyNetwork network)
group
- groupnetwork
- networkstatic String nameOf(org.cytoscape.model.CyNode node, org.cytoscape.model.CyNetwork network)
node
- nodenetwork
- networkstatic void rename(org.cytoscape.group.CyGroup group, org.cytoscape.model.CyNetwork network, String name)
name
.group
- groupnetwork
- networkname
- namestatic void installCloseKeyBinding(JDialog dialog)
Ctrl-C
/Command-C
for the specified dialog.dialog
- dialog, must not be nullCopyright (c) 2012-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).