|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.InputVerifier com.gridsystems.config.tools.TextVerifier com.gridsystems.config.tools.NumberVerifier com.gridsystems.config.tools.PortVerifier
public class PortVerifier
Verifies TCP/IP port numbers.
Field Summary | |
---|---|
static int |
MAX_PORT_NUMBER
Maximum allowed port number. |
Fields inherited from class com.gridsystems.config.tools.NumberVerifier |
---|
id, ID_EMPTY, ID_INVALID, ID_OUTOFRANGE |
Fields inherited from class com.gridsystems.config.tools.TextVerifier |
---|
support |
Constructor Summary | |
---|---|
PortVerifier(ErrorSupport support)
Creates a new instance with an error message. |
|
PortVerifier(ErrorSupport support,
java.lang.String id)
Creates a new instance with an error message. |
Method Summary |
---|
Methods inherited from class com.gridsystems.config.tools.NumberVerifier |
---|
cleanErrors, verify |
Methods inherited from class com.gridsystems.config.tools.TextVerifier |
---|
updateError, verify |
Methods inherited from class javax.swing.InputVerifier |
---|
shouldYieldFocus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_PORT_NUMBER
Constructor Detail |
---|
public PortVerifier(ErrorSupport support)
support
- The ErrorSupport instancepublic PortVerifier(ErrorSupport support, java.lang.String id)
support
- The ErrorSupport instanceid
- The error identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |