Package com.ideanest.swing

Interface Summary
ActiveCollection  
ActiveList  
ActiveSet  
ActiveSortedSet  
 

Class Summary
ActiveCollections Provides adapters between base JDK collections and the JFC/Swing ListModel interface.
ActiveUndoManager An undo manager that manages a limited list of undo edits.
BoundFormattedLabelAdapter An adapter that hooks up a bound property of some source object to a JLabel, updating its string representation with a formatter each time the property changes value.
ComboListModelAdapter An adapter to turn a ListModel into a ComboBoxModel.
EmptyListSelectionModel A list selection model that refuses all selections.
ExtensionFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ListDataListenerSupport Support for maintaining a list of ListDataListeners and firing events.
OneArgMessageFormatAdapter Adapts a MessageFormat that requires an array of arguments into a Format that takes only one argument and places it in the first location of the array.
PKSwingUtilities Some methods of general utility when dealing with Swing.