Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.
ContainerEditor An editor implementation for a Collection of values otherwise editable with another registered editor.
ContainerEditorFactory Factory for ContainerEditors.
DoubleEditor Basic double editor implementation.
DoubleEditorFactory  
EditorDialog A dialog the can interact with a PropertyEditor to create or edit a specific type of object.
FloatEditor Basic float editor implementation.
FloatEditorFactory  
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.
ListModelAdapter Adapts a javax.swing.ListModel to a ListMutator.
TableModelAdapter Wraps a meta-table to provide swing table model support.