Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.meowers.cide.edcide.util
Class ValidatedInteger  view ValidatedInteger download ValidatedInteger.java

java.lang.Object
  extended byorg.meowers.cide.edcide.util.ValidatedDataType
      extended byorg.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()