Package de.uni_paderborn.fujaba.views.beans

Class Summary
BeanTagField An editor component for tagged values (meaning you can select the value out of a list of valid items)
BeanTextField Simple textfield that has a property editor it keeps in sync with.
ExtendedBoolEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedByteEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedDoubleEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedFloatEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedIntEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedLongEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
ExtendedShortEditor This editor can have a custom editor If it has one all operations are delegated to that editor, else it behaves just like its superclass
NumberInputField This class is a Panel holding a NumbertTextField It adds two Buttons to the TextField; one Button to increase the value of the TextField and one Button to decrease the value of the TextField And it sets the TextFields NumberFormat accordingly
NumberTextField This class allows the use of number values in JTextFields It has a NumberFormat to check if the input is a valid number for this textfield.
WrapperEditor A simple PropertyEditor that wraps another PropertyEditor but provides a custom editor (a simple JTextField) even if the original PropertyEditor had none.