public interface InputType
InputType instances are used to build quickly some UIs where the user
will be able to provide some informations to the software. This objects can
be used to retrieve a Component where the information can be set.| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Gets the
Component that will be used to retrieve the inputs
from the user. |
String |
getValue()
Gets the value currently stored in this
InputType instance. |
void |
setValue(String value)
Sets the value stored in this
InputType to value. |
Component getComponent()
Component that will be used to retrieve the inputs
from the user.String getValue()
InputType instance.String.void setValue(String value)
InputType to value.value - Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.