| Package | Description |
|---|---|
| org.orbisgis.sif.multiInputPanel |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxChoice
InputType particularly designed for booleans : if the inner JCheckbox is checked, the boolean will be true, false otherwise. |
class |
ComboBoxChoice |
class |
DirectoryComboBoxChoice
A combo box of folder items with a folder dialog
|
class |
ListChoice
A JList input.
|
class |
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. |
class |
PasswordType
This
InputType is used to retrieve passwords from the users without
displaying them in the Component. |
class |
TextBoxType
InputType dedicated to text inputs. |
| Modifier and Type | Method and Description |
|---|---|
InputType |
Input.getType()
Gets the
InputType of this Input. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiInputPanel.addInput(String name,
String text,
InputType type)
To add a component on the multiInputPanel
|
void |
MultiInputPanel.addInput(String name,
String text,
String initialValue,
InputType type)
To add a component on the multiInputPanel
|
| Constructor and Description |
|---|
Input(String name,
String text,
String initialValue,
InputType type)
Builds a new
Input. |
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.