Uses of Interface
gistoolkit.display.widgets.AttributeTableViewerListener

Packages that use AttributeTableViewerListener
gistoolkit.application.command   
gistoolkit.display.widgets   
 

Uses of AttributeTableViewerListener in gistoolkit.application.command
 

Classes in gistoolkit.application.command that implement AttributeTableViewerListener
 class ShowAttributeCommand
          Command to select all the visible records within the selected layer.
 

Uses of AttributeTableViewerListener in gistoolkit.display.widgets
 

Methods in gistoolkit.display.widgets with parameters of type AttributeTableViewerListener
 void AttributeTableViewer.addAttributeTableViewerListener(AttributeTableViewerListener inListener)
          Add tihs observer to the list of interested observers.
 void AttributeTableViewer.removeAttributeTableViewerListener(AttributeTableViewerListener inListener)
          Remove this observer from the list of observers that will be notified when a row is selected.