Package com.samskivert.swing.event

Swing event adapters and utilities.

See:
          Description

Class Summary
AncestorAdapter An abstract adapter class for receiving ancestor events.
CommandEvent An action event with an associated argument.
DocumentAdapter A DocumentAdapter for focusing DocumentListener events into a pinpoint of easy wonderosity.
MouseArmingAdapter A mouse arming adapter is a MouseInputAdapter that translates 'sloppy' clicks into a call to MouseArmingAdapter.clicked(java.awt.event.MouseEvent), as well as provides a method that can be used to draw a component as armed or not.
PopupMenuAdapter An abstract adapter class for receiving popup menu events.
 

Package com.samskivert.swing.event Description

Swing event adapters and utilities.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.