| Interface | Description |
|---|---|
| InputType |
InputType instances are used to build quickly some UIs where the user
will be able to provide some informations to the software. |
| MIPValidation |
Validation of input values
|
| Class | Description |
|---|---|
| CheckBoxChoice |
InputType particularly designed for booleans : if the inner JCheckbox is checked, the boolean will be true, false otherwise. |
| ComboBoxChoice | |
| DirectoryComboBoxChoice |
A combo box of folder items with a folder dialog
|
| Input |
Represents input that can be asked from the UI.
|
| InputPanel |
InputPanel is intended to build a JPanel that will present
many Input to the user in the same place. |
| ListChoice |
A JList input.
|
| MIPValidationDouble |
Double validation
|
| MIPValidationFloat |
Float validation
|
| MIPValidationInteger |
Integer validation
|
| MIPValidationLong |
Long validation
|
| MIPValidationNumeric<T extends Number & Comparable<T>> |
An Numeric constraint for a specific field
|
| MultiInputPanel |
MultiInputPanel is a fast and simple way to create user interface to ask user
input.
|
| NoInputType |
This
InputType is always empty : it does not have a value, can't have
one and can't be used to get a component. |
| PasswordType |
This
InputType is used to retrieve passwords from the users without
displaying them in the Component. |
| TextBoxType |
InputType dedicated to text inputs. |
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.