Class GtkParser
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.parser.GtkParser
- All Implemented Interfaces:
GtkParserConstants
-
Field Summary
FieldsFields inherited from interface com.l2fprod.gui.plaf.skin.impl.gtk.parser.GtkParserConstants
ARROW_DIRECTION, ASSIGN, BOOLEAN, BORDER, CLASS, COMMA, DECIMAL_LITERAL, DEFAULT, DETAIL, DIRECTION, ENGINE, EOF, EXTRA, FILE, FONT, FORMAL_COMMENT, FUNCTION, FUNCTION_TYPE, GAP_BORDER, GAP_END_BORDER, GAP_END_FILE, GAP_FILE, GAP_SIDE, GAP_START_BORDER, GAP_START_FILE, IMAGE, IN_FORMAL_COMMENT, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, LBRACK, LCROC, MULTI_LINE_COMMENT, ORIENTATION, ORIENTATION_TYPE, OTHER_TOKEN, OVERLAY_BORDER, OVERLAY_FILE, OVERLAY_STRETCH, PROPERTY_KEY, RBRACK, RCROC, RECOLORABLE, SHADOW, SHADOW_TYPE, SINGLE_LINE_COMMENT, STATE, STATE_TYPE, STRETCH, STRING_LITERAL, STYLE, tokenImage, WIDGET, WIDGET_CLASS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal GtkBorder
final void
final void
final void
final void
final ParseException
final Token
final Token
getToken
(int index) final void
imageDefinition
(GtkEngine engine) static void
final float
final String
void
void
ReInit
(InputStream stream) void
void
setDirectory
(URL dir) Sets the Directory attribute of the GtkParser objectfinal void
final void
whatever()
final void
final void
-
Field Details
-
token_source
-
token
-
jj_nt
-
-
Constructor Details
-
Method Details
-
main
- Throws:
Exception
-
getDirectory
-
setDirectory
Sets the Directory attribute of the GtkParser object- Parameters:
dir
- The new Directory value
-
getStyles
-
getClasses
-
getStyle
-
getClass
-
buildStructure
- Throws:
ParseException
-
whatever
- Throws:
ParseException
-
widgetClassDefinition
- Throws:
ParseException
-
widgetDefinition
- Throws:
ParseException
-
styleDefinition
- Throws:
ParseException
-
imageDefinition
- Throws:
ParseException
-
borderDefinition
- Throws:
ParseException
-
classDefinition
- Throws:
ParseException
-
readString
- Throws:
ParseException
-
readFloat
- Throws:
ParseException
-
ReInit
-
ReInit
-
ReInit
-
getNextToken
-
getToken
-
generateParseException
-
enable_tracing
public final void enable_tracing() -
disable_tracing
public final void disable_tracing()
-