|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.event.AbstractCyEvent<CyTable>
org.cytoscape.model.events.ColumnNameChangedEvent
public final class ColumnNameChangedEvent
This event signals that a columns name has been changed.
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 Summary | |
---|---|
ColumnNameChangedEvent(CyTable source,
String oldColumnName,
String newColumnName)
Constructs event. |
Method Summary | |
---|---|
String |
getNewColumnName()
Returns the new name of the column. |
String |
getOldColumnName()
Returns the old name of the column. |
Methods inherited from class org.cytoscape.event.AbstractCyEvent |
---|
getListenerClass, getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnNameChangedEvent(CyTable source, String oldColumnName, String newColumnName)
source
- the source table of the column.oldColumnName
- the columns old name before the change.newColumnName
- the name the column name was changed to.Method Detail |
---|
public String getOldColumnName()
public String getNewColumnName()
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |