Package | Description |
---|---|
synergynet3.apps.numbernet.ui.calculator | |
synergynet3.apps.numbernet.validation |
Modifier and Type | Method and Description |
---|---|
void |
Calculator.setDisplayStyle(IValidationChecker.ValidationResult result)
Sets the display style.
|
Modifier and Type | Method and Description |
---|---|
IValidationChecker.ValidationResult |
IValidationChecker.isValid(java.lang.String expression)
Checks if is valid.
|
IValidationChecker.ValidationResult |
DefaultValidationChecker.isValid(java.lang.String expression) |
static IValidationChecker.ValidationResult |
IValidationChecker.ValidationResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IValidationChecker.ValidationResult[] |
IValidationChecker.ValidationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|