Package | Description |
---|---|
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
FXGInvalidBooleanValueProblem
Problem generated when the value of an attribute which expects a boolean
value is not in the correct boolean form.
|
class |
FXGInvalidColorValueProblem
Problem generated when a supplied color value is not in the correct form.
|
class |
FXGInvalidDoubleValueProblem
Problem generated when the value of an attribute which expects a double
value is not in the correct double form.
|
class |
FXGInvalidFloatValueProblem
Problem generated when the value of an attribute which expects a float
value is not in the correct float form.
|
class |
FXGInvalidIntegerValueProblem
Problem generated when the value of an attribute which expects a integer
value is not in the correct integer form.
|
class |
FXGInvalidPercentValueProblem
Problem generated when the value of an attribute which expects a percentage
value is not in the correct percentage form.
|
class |
FXGOutOfRangeValueProblem
Problem generated when an out of range value is used for an attribute.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.