| Constructor and Description |
|---|
TextBoxType() |
TextBoxType(int columns) |
TextBoxType(int columns,
boolean isEditable) |
| Modifier and Type | Method and Description |
|---|---|
JTextField |
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. |
public TextBoxType(int columns,
boolean isEditable)
public TextBoxType(int columns)
public TextBoxType()
public JTextField getComponent()
InputTypeComponent that will be used to retrieve the inputs
from the user.getComponent in interface InputTypepublic String getValue()
InputTypeInputType instance.Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.