Class ColumnHeaderSelectionChangeNotification
java.lang.Object
org.gvsig.fmap.dal.swing.impl.featuretable.table.notification.ColumnHeaderSelectionChangeNotification
- All Implemented Interfaces:
FeatureTableNotification
public class ColumnHeaderSelectionChangeNotification
extends Object
implements FeatureTableNotification
Notification fired when the column header selection has been changed.
- Author:
- Cèsar Ordiñana
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnHeaderSelectionChangeNotification(FeatureTable featureTable) Creates a new ColumnHeaderSelectionChangeNotification with the originatingFeatureTable. -
Method Summary
Modifier and TypeMethodDescriptionReturns theFeatureTableoriginating the notification.getType()Returns the type of the notification.
-
Field Details
-
COLUMNHEADER_SELECTION_CHANGE
- See Also:
-
-
Constructor Details
-
ColumnHeaderSelectionChangeNotification
Creates a new ColumnHeaderSelectionChangeNotification with the originatingFeatureTable.- Parameters:
featureTable- origin of the notification
-
-
Method Details
-
getFeatureTable
Description copied from interface:FeatureTableNotificationReturns theFeatureTableoriginating the notification.- Specified by:
getFeatureTablein interfaceFeatureTableNotification- Returns:
- the
FeatureTable
-
getType
Description copied from interface:FeatureTableNotificationReturns the type of the notification.- Specified by:
getTypein interfaceFeatureTableNotification- Returns:
- the type
-