Package org.progeeks.meta.swing.editor

Class Summary
AbstractSpinnerEditor Basic spinner control editor implementation.
BooleanEditor An editor implementation for Boolean values.
CollectionModelAdapter Adapts a javax.swing.ListModel to a PropertyMutator containing a Collection-based value.
ColorEditor An editor implementation for java.awt.Color values.
ColorRenderer A renderer for color values.
ComboEnumeratedTypeEditor A custom editor for enumerated property types that presents a JComboBox or JSpinner for user selection of one of the allowed values.
ContainerEditor An editor implementation for a Collection of values otherwise editable with another registered editor.
ContainerEditorFactory Factory for ContainerEditors.
DateEditorFactory  
DateTimeEditorFactory  
DoubleEditor Basic double editor implementation.
DoubleEditorFactory  
EditorDialog A dialog the can interact with a PropertyEditor to create or edit a specific type of object.
EnumeratedTypeEditorFactory Factory for creating enumerated type editors.
FileEditor An editor implementation for java.io.File values.
FileEditorFactory Factory for FileEditors.
FileListEditor An editor implementation for a List of Files.
FileListEditorFactory Factory for FileListEditors.
FloatEditor Basic float editor implementation.
FloatEditorFactory  
FontEditor An editor implementation for java.awt.Font values.
IntegerEditor Basic integer editor implementation.
IntegerEditorFactory  
ListEditor An editor implementation for a List of values otherwise editable with another registered editor.
ListEditorFactory Factory for ListEditors.
LongStringEditor An editor implementation for editing long string values.
LongStringEditorFactory Factory for LongStringEditors.
SimpleDateEditor  
SimpleDateTimeEditor Editor implementation for modifying date and time values.
SpinnerEnumeratedTypeEditor Basic integer editor implementation.
TableModelAdapter Wraps a meta-table to provide swing table model support.
TableUI An editor/renderer implementation for a List of meta-objects that can be displayed in a JTable.
TableUIFactory Factory for TableUIs.
 



Copyright © 2002-2003 Paul Speed. All Rights Reserved.