public final class ColumnDeletedEvent 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 |
---|
ColumnDeletedEvent(CyTable source,
String columnName)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the fully-qualified name of the column for this event.
|
String |
getNameOnly()
Returns the name portion without the namespace.
|
String |
getNamespace()
Returns the namespace of the column, or null if the column does not have a namespace.
|
getListenerClass, getSource
public String getColumnName()
public String getNamespace()
public String getNameOnly()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.