com.l2fprod.gui.plaf.skin.impl.gtk.parser
Interface GtkParserConstants

All Known Implementing Classes:
GtkParser, GtkParserTokenManager

public interface GtkParserConstants


Field Summary
static int ARROW_DIRECTION
           
static int ASSIGN
           
static int BOOLEAN
           
static int BORDER
           
static int CLASS
           
static int COMMA
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DETAIL
           
static int DIRECTION
           
static int ENGINE
           
static int EOF
           
static int EXTRA
           
static int FILE
           
static int FONT
           
static int FORMAL_COMMENT
           
static int FUNCTION
           
static int FUNCTION_TYPE
           
static int GAP_BORDER
           
static int GAP_END_BORDER
           
static int GAP_END_FILE
           
static int GAP_FILE
           
static int GAP_SIDE
           
static int GAP_START_BORDER
           
static int GAP_START_FILE
           
static int IMAGE
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int LBRACK
           
static int LCROC
           
static int MULTI_LINE_COMMENT
           
static int ORIENTATION
           
static int ORIENTATION_TYPE
           
static int OTHER_TOKEN
           
static int OVERLAY_BORDER
           
static int OVERLAY_FILE
           
static int OVERLAY_STRETCH
           
static int PROPERTY_KEY
           
static int RBRACK
           
static int RCROC
           
static int RECOLORABLE
           
static int SHADOW
           
static int SHADOW_TYPE
           
static int SINGLE_LINE_COMMENT
           
static int STATE
           
static int STATE_TYPE
           
static int STRETCH
           
static int STRING_LITERAL
           
static int STYLE
           
static java.lang.String[] tokenImage
           
static int WIDGET
           
static int WIDGET_CLASS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

EXTRA

static final int EXTRA
See Also:
Constant Field Values

FONT

static final int FONT
See Also:
Constant Field Values

STYLE

static final int STYLE
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

ENGINE

static final int ENGINE
See Also:
Constant Field Values

IMAGE

static final int IMAGE
See Also:
Constant Field Values

FUNCTION

static final int FUNCTION
See Also:
Constant Field Values

RECOLORABLE

static final int RECOLORABLE
See Also:
Constant Field Values

FILE

static final int FILE
See Also:
Constant Field Values

BORDER

static final int BORDER
See Also:
Constant Field Values

STRETCH

static final int STRETCH
See Also:
Constant Field Values

SHADOW

static final int SHADOW
See Also:
Constant Field Values

STATE

static final int STATE
See Also:
Constant Field Values

DETAIL

static final int DETAIL
See Also:
Constant Field Values

GAP_SIDE

static final int GAP_SIDE
See Also:
Constant Field Values

GAP_FILE

static final int GAP_FILE
See Also:
Constant Field Values

GAP_BORDER

static final int GAP_BORDER
See Also:
Constant Field Values

GAP_START_FILE

static final int GAP_START_FILE
See Also:
Constant Field Values

GAP_START_BORDER

static final int GAP_START_BORDER
See Also:
Constant Field Values

GAP_END_FILE

static final int GAP_END_FILE
See Also:
Constant Field Values

GAP_END_BORDER

static final int GAP_END_BORDER
See Also:
Constant Field Values

OVERLAY_FILE

static final int OVERLAY_FILE
See Also:
Constant Field Values

OVERLAY_BORDER

static final int OVERLAY_BORDER
See Also:
Constant Field Values

OVERLAY_STRETCH

static final int OVERLAY_STRETCH
See Also:
Constant Field Values

ORIENTATION

static final int ORIENTATION
See Also:
Constant Field Values

ARROW_DIRECTION

static final int ARROW_DIRECTION
See Also:
Constant Field Values

FUNCTION_TYPE

static final int FUNCTION_TYPE
See Also:
Constant Field Values

STATE_TYPE

static final int STATE_TYPE
See Also:
Constant Field Values

SHADOW_TYPE

static final int SHADOW_TYPE
See Also:
Constant Field Values

ORIENTATION_TYPE

static final int ORIENTATION_TYPE
See Also:
Constant Field Values

DIRECTION

static final int DIRECTION
See Also:
Constant Field Values

LCROC

static final int LCROC
See Also:
Constant Field Values

RCROC

static final int RCROC
See Also:
Constant Field Values

LBRACK

static final int LBRACK
See Also:
Constant Field Values

RBRACK

static final int RBRACK
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

OTHER_TOKEN

static final int OTHER_TOKEN
See Also:
Constant Field Values

WIDGET_CLASS

static final int WIDGET_CLASS
See Also:
Constant Field Values

WIDGET

static final int WIDGET
See Also:
Constant Field Values

PROPERTY_KEY

static final int PROPERTY_KEY
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage