public class TextFieldView extends Object implements SwingItemView
Label Title *********************
| Constructor and Description |
|---|
TextFieldView(TextField elementField)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
inline(Container container,
int row,
int column,
boolean selectionInGroup)
The class should add
it's component to the container which has a GridBagLayout.
|
void |
setEnabled(boolean enabled)
Used when a component is part of a selection.
|
public TextFieldView(TextField elementField)
elementField - The ElementField being modelled.public int inline(Container container, int row, int column, boolean selectionInGroup)
SwingItemViewinline in interface SwingItemViewcontainer - The container to add the component to.row - The row to add the component at.public void setEnabled(boolean enabled)
SwingItemViewsetEnabled in interface SwingItemViewCopyright © 2023. All rights reserved.