|
|||||||||
| Home >> All >> org >> meowers >> cide >> edcide >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.meowers.cide.edcide.util
Class ValidatedInteger

java.lang.Objectorg.meowers.cide.edcide.util.ValidatedDataType
org.meowers.cide.edcide.util.ValidatedInteger
- public class ValidatedInteger
- extends ValidatedDataType
- Version:
| Field Summary | |
(package private) int |
i
|
| Fields inherited from class org.meowers.cide.edcide.util.ValidatedDataType |
valid |
| Constructor Summary | |
ValidatedInteger()
Creates new ValidatedInteger |
|
ValidatedInteger(int i,
boolean valid)
|
|
ValidatedInteger(javax.swing.JTextField jtf,
int min,
int max,
java.lang.String name)
|
|
| Method Summary | |
int |
getValue()
|
| Methods inherited from class org.meowers.cide.edcide.util.ValidatedDataType |
isValid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
i
int i
| Constructor Detail |
ValidatedInteger
public ValidatedInteger()
- Creates new ValidatedInteger
ValidatedInteger
public ValidatedInteger(int i,
boolean valid)
ValidatedInteger
public ValidatedInteger(javax.swing.JTextField jtf, int min, int max, java.lang.String name)
| Method Detail |
getValue
public int getValue()
|
|||||||||
| Home >> All >> org >> meowers >> cide >> edcide >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC