org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification
Class ColumnHeaderSelectionChangeNotification
java.lang.Object
org.gvsig.fmap.mapcontrol.dal.feature.swing.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMNHEADER_SELECTION_CHANGE
public static final String COLUMNHEADER_SELECTION_CHANGE
- See Also:
- Constant Field Values
ColumnHeaderSelectionChangeNotification
public ColumnHeaderSelectionChangeNotification(FeatureTable featureTable)
- Creates a new ColumnHeaderSelectionChangeNotification with the
originating
FeatureTable.
- Parameters:
featureTable - origin of the notification
getFeatureTable
public FeatureTable getFeatureTable()
- Description copied from interface:
FeatureTableNotification
- Returns the
FeatureTable originating the notification.
- Specified by:
getFeatureTable in interface FeatureTableNotification
- Returns:
- the
FeatureTable
getType
public String getType()
- Description copied from interface:
FeatureTableNotification
- Returns the type of the notification.
- Specified by:
getType in interface FeatureTableNotification
- Returns:
- the type
Copyright © 2004-2013 gvSIG. All Rights Reserved.