|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.InputVerifier
com.gridsystems.config.tools.TextVerifier
com.gridsystems.config.tools.PatternVerifier
com.gridsystems.config.modules.jvm.MemSizeVerifier
public class MemSizeVerifier
Verifies the correctness of a memory size value.
| Field Summary |
|---|
| Fields inherited from class com.gridsystems.config.tools.PatternVerifier |
|---|
id, ID_ERROR |
| Fields inherited from class com.gridsystems.config.tools.TextVerifier |
|---|
support |
| Constructor Summary | |
|---|---|
MemSizeVerifier(ErrorSupport support,
java.lang.String id)
Creates an instance of this verifier. |
|
MemSizeVerifier(ErrorSupport support,
java.lang.String id,
boolean canBeEmpty)
Creates an instance of this verifier. |
|
| Method Summary |
|---|
| Methods inherited from class com.gridsystems.config.tools.PatternVerifier |
|---|
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 |
| Constructor Detail |
|---|
public MemSizeVerifier(ErrorSupport support,
java.lang.String id)
support - The ErrorSupport instanceid - The error identifier
public MemSizeVerifier(ErrorSupport support,
java.lang.String id,
boolean canBeEmpty)
support - The ErrorSupport instanceid - The error identifiercanBeEmpty - Say us if this field can be empty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||