Package org.geotools.swing.control

A small collection of Swing controls including type-specific text fields and a list class with drag and drop item re-ordering.

See:
          Description

Interface Summary
ValueChangedListener A listener to work with controls derived from JValueTextField.
 

Class Summary
DnDList<T> A sub-class of JList that supports drag and drop to reorder items within a single list and to copy or move items between lists.
DnDListItemsTransferable<T> Implements the Transferable interface to carry list item data during drag and drop actions.
DnDListModel<T> A generic ListModel class to support DnDList.
JIntegerField A text field control to work with integer values.
JValueField Abstract base class for text field controls that work with a simple value such as JIntegerField.
ValueChangedEvent<T> An event published when the value of a control derived from JValueField changes.
 

Package org.geotools.swing.control Description

A small collection of Swing controls including type-specific text fields and a list class with drag and drop item re-ordering.



Copyright © 1996-2010 Geotools. All Rights Reserved.