public final class ColumnNameChangedEvent extends AbstractCyEvent<CyTable>
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Constructor and Description |
---|
ColumnNameChangedEvent(CyTable source,
String oldColumnName,
String newColumnName)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
String |
getNewColumnName()
Returns the new name of the column.
|
String |
getNewNameOnly()
Returns the name name portion without the namespace.
|
String |
getNewNamespace()
Returns the new namespace of the column, or null if the column does not have a namespace.
|
String |
getOldColumnName()
Returns the old name of the column.
|
String |
getOldNameOnly()
Returns the old name portion without the namespace.
|
String |
getOldNamespace()
Returns the old namespace of the column, or null if the column did not have a namespace.
|
getListenerClass, getSource
public String getOldColumnName()
public String getOldNamespace()
public String getOldNameOnly()
public String getNewColumnName()
public String getNewNamespace()
public String getNewNameOnly()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.