org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification
Class ColumnHeaderSelectionChangeNotification

java.lang.Object
  extended by org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.ColumnHeaderSelectionChangeNotification
All Implemented Interfaces:
FeatureTableNotification

public class ColumnHeaderSelectionChangeNotification
extends java.lang.Object
implements FeatureTableNotification

Notification fired when the column header selection has been changed.

Author:
Cèsar Ordiñana

Field Summary
static java.lang.String COLUMNHEADER_SELECTION_CHANGE
           
 
Constructor Summary
ColumnHeaderSelectionChangeNotification(FeatureTable featureTable)
          Creates a new ColumnHeaderSelectionChangeNotification with the originating FeatureTable.
 
Method Summary
 FeatureTable getFeatureTable()
          Returns the FeatureTable originating the notification.
 java.lang.String getType()
          Returns the type of the notification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMNHEADER_SELECTION_CHANGE

public static final java.lang.String COLUMNHEADER_SELECTION_CHANGE
See Also:
Constant Field Values
Constructor Detail

ColumnHeaderSelectionChangeNotification

public ColumnHeaderSelectionChangeNotification(FeatureTable featureTable)
Creates a new ColumnHeaderSelectionChangeNotification with the originating FeatureTable.

Parameters:
featureTable - origin of the notification
Method Detail

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 java.lang.String getType()
Description copied from interface: FeatureTableNotification
Returns the type of the notification.

Specified by:
getType in interface FeatureTableNotification
Returns:
the type


Copyright © 2014 gvSIG Association. All Rights Reserved.