Package ucar.unidata.ui.event

User interface events: extensions of java.awt.event and javax.swing.event classes.

See:
          Description

Interface Summary
ActionValueListener Listeners for ActionValueEvents.
UIChangeListener Listeners for UIChangeEvents.
 

Class Summary
ActionCoordinator An ActionCoordinator helps manage the set of objects that send and receive an ActionValueEvent.
ActionSourceListener ActionSourceListeners are used by objects that are both source and listener for a particular type of ActionValue events.
ActionValueEvent Extend ActionEvent to contain a String value.
MyMouseAdapter Mouse adapter
PopupTriggerListener standard way to attach popup menu subclass and provide your own showPopup() attach as MouseListener to the Component
UIChangeEvent Change events for UI objects.
 

Package ucar.unidata.ui.event Description

User interface events: extensions of java.awt.event and javax.swing.event classes.