Class Summary |
BoundJCheckBox |
Extends JCheckBox making bound the
selected property. |
BoundJCheckBoxBeanInfo |
The bean information class for com.froses.widgets.BoundJCheckBox. |
BoundJComboBox |
Extends JComboBox making bound
selectedItem and selectedIndex
properties. |
BoundJComboBoxBeanInfo |
The bean information class for com.aplia.widgets.BoundJComboBox. |
BoundJRadioButton |
Extends JRadioButton making bound
selected property. |
BoundJRadioButtonBeanInfo |
The bean information class for com.froses.widgets.BoundJRadioButton. |
BoundJTextArea |
Extends JTextArea making bound the text
property as in java.awt.TextArea . |
BoundJTextAreaBeanInfo |
The bean information class for com.aplia.widgets.BoundJTextArea. |
BoundJTextField |
Extends JTextField making bound the text
property as in java.awt.TextField .
|
BoundJTextFieldBeanInfo |
The bean information class for com.aplia.widgets.BoundJTextField. |
BoundJTree |
This is a subclass of JTree with two interesting bound properties:
selectedNode and selectedObject . |
BoundJTreeBeanInfo |
The bean information class for com.aplia.widgets.BoundJTree. |
ButtonGroupJPanel |
A simple extension of JPanel that assigns any added
JToggleButtons to a ButtonGroup. |
EnhancedJTable |
Is a JTable extension generating action events on typing
enter ,tab
shift-tab .
|
EnhancedJTableBeanInfo |
The bean information class for com.aplia.widgets.EnhancedJTable. |
EnhancedJTextField |
This is a subclass of BoundJtextField
and add to it the following features:
Allow limit the maximum number of
characters you can type using the property
fieldMaxNumOfChars . |
EnhancedJTextFieldBeanInfo |
The bean information class for com.aplia.widgets.EnhancedJTextField. |
EnhancedJTextFieldDocument |
The Document used by EnhancedJTextField .
|
EnhancedJTextFieldDocumentBeanInfo |
The bean information class for com.aplia.widgets.EnhancedJTextFieldDocument. |
MaskedTextField |
Is a masked text field. |
MaskedTextFieldBeanInfo |
La clase de información del bean para fra.widgets.MaskedTextField. |
MoneyJFormattedTextField |
Subclass of JFormattedTextField to make easy
the entry of money. |
MultiKeySelection |
The goal of this class is to provide a
better JComboBox item selection
adding the possibility to select an item
typing your n first characters (not only
the first). |
ObjectJTextField |
Subclass of BoundJTextField , adds the possibility
to assign an Object to this field. |
ObjectJTextFieldBeanInfo |
The bean information class for com.aplia.widgets.ObjectJTextField. |
RecallableJTextField |
This entry field extends EnhancedJTextField and
adds the feature to use up and down arrow keys to recover
the values entered to this field. |