Package ch.bailu.gtk.gtk
Interface CssParserError
public interface CssParserError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUnknown failure.static final intFailed to import a resourcestatic final intThe given name has not been definedstatic final intThe given text does not form valid syntaxstatic final intThe given value is not correct
-
Field Details
-
FAILED
static final int FAILEDUnknown failure.- See Also:
-
SYNTAX
static final int SYNTAXThe given text does not form valid syntax- See Also:
-
IMPORT
static final int IMPORTFailed to import a resource- See Also:
-
NAME
static final int NAMEThe given name has not been defined- See Also:
-
UNKNOWN_VALUE
static final int UNKNOWN_VALUEThe given value is not correct- See Also:
-