
public class TextFieldXX extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_DOUBLE |
static int |
TYPE_INT |
static int |
TYPE_TEXT |
| Constructor and Description |
|---|
TextFieldXX(JTextField tf,
int typ) |
| Modifier and Type | Method and Description |
|---|---|
Object |
action() |
void |
disable() |
void |
focusLost() |
void |
keyTyped(char key) |
void |
update(Object value,
boolean enable) |
public static final int TYPE_TEXT
public static final int TYPE_INT
public static final int TYPE_DOUBLE
public TextFieldXX(JTextField tf, int typ)
Copyright © 2020 LSST. All rights reserved.