public class ColumnHeaderSelectionChangeNotification extends java.lang.Object implements FeatureTableNotification
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLUMNHEADER_SELECTION_CHANGE |
| Constructor and Description |
|---|
ColumnHeaderSelectionChangeNotification(FeatureTable featureTable)
Creates a new ColumnHeaderSelectionChangeNotification with the
originating
FeatureTable. |
| Modifier and Type | Method and Description |
|---|---|
FeatureTable |
getFeatureTable()
Returns the
FeatureTable originating the notification. |
java.lang.String |
getType()
Returns the type of the notification.
|
public static final java.lang.String COLUMNHEADER_SELECTION_CHANGE
public ColumnHeaderSelectionChangeNotification(FeatureTable featureTable)
FeatureTable.featureTable - origin of the notificationpublic FeatureTable getFeatureTable()
FeatureTableNotificationFeatureTable originating the notification.getFeatureTable in interface FeatureTableNotificationFeatureTablepublic java.lang.String getType()
FeatureTableNotificationgetType in interface FeatureTableNotification