Package net.sf.doolin.gui.field

Interface Summary
Field<V> Definition for a field instance.
FieldDescriptor<V> Field definition.
 

Class Summary
AbstractFieldDescriptor<V> Abstract field descriptor.
AbstractFieldText<V,J extends JTextComponent> JTextField field descriptor.
AbstractPropertyFieldDescriptor<V> Abstract field descriptor for fields based on a property.
FieldButton<V> JButton field descriptor.
FieldCheck<V> JCheckBox field descriptor.
FieldColor<V> This field allows the user to select a color.
FieldDecimal<V> Field for an BigDecimal value.
FieldFile<V> Field for a file selection.
FieldFont<V> This field allows the user to pick a Font.
FieldInteger<V> Field for an Integer value.
FieldLabel<V> JLabel field descriptor.
FieldLabelInfo<V> JLabel field descriptor based on a LabelInfoProvider.
FieldLong<V> Field for an Long value.
FieldMemo<V> JTextArea field descriptor.
FieldPassword<V> This field is used to enter a password.
FieldRadio<V,T> This field defines a JRadioButton.
FieldSeparator<V> Descriptor for a separator.
FieldText<V> JTextField field descriptor.
FieldToggle<V> JToggleButton field descriptor.
 

Enum Summary
FieldPasswordStore  
 



Copyright © 2011. All Rights Reserved.