|
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.ColumnCreatedEvent
public final class ColumnCreatedEvent
This event signals that a column has been created.
This should probably return the type parameter as well.
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 | |
---|---|
ColumnCreatedEvent(CyTable source,
String columnName)
Constructs event. |
Method Summary | |
---|---|
String |
getColumnName()
Returns the name of the column for this event. |
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 ColumnCreatedEvent(CyTable source, String columnName)
source
- The table in which the column was created.columnName
- The name of the column created.Method Detail |
---|
public String getColumnName()
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |