Uses of Interface
gistoolkit.display.drawmodel.HighlightDrawModelListener

Packages that use HighlightDrawModelListener
gistoolkit.application.command   
gistoolkit.display.drawmodel   
 

Uses of HighlightDrawModelListener in gistoolkit.application.command
 

Classes in gistoolkit.application.command that implement HighlightDrawModelListener
 class HighlightDisplay
          Panel for displaying the attribute data associated with a shape.
 

Uses of HighlightDrawModelListener in gistoolkit.display.drawmodel
 

Methods in gistoolkit.display.drawmodel with parameters of type HighlightDrawModelListener
 void HighlightDrawModel.add(HighlightDrawModelListener inListener)
          Adds the Listeners interest to events from this HighlightDrawModel.
 void HighlightDrawModel.remove(HighlightDrawModelListener inListener)
          Removes this listener from the list of listeners interested in events from this HighlightDrawModel.