yu.ac.bg.etf.javaqx.qswing.properties
Interface QSwingProperties

All Known Implementing Classes:
QSwing

public interface QSwingProperties

QSwing Properties.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
static java.lang.String PROPERTY_CUSTOM
          The styleSheet property (the value is "customProperty").
static java.lang.String PROPERTY_LOCALE
          The locale property (the value is "locale").
static java.lang.String PROPERTY_STYLE
          The style property (the value is "style").
static java.lang.String PROPERTY_STYLE_SHEET
          The styleSheet property (the value is "styleSheet").
static java.lang.String PROPERTY_THEME
          The theme property (the value is "theme").
static java.lang.String PROPERTY_TRANSLATION
          The translation property (the value is "translation").
 

Field Detail

PROPERTY_LOCALE

public static final java.lang.String PROPERTY_LOCALE
The locale property (the value is "locale").

See Also:
Constant Field Values

PROPERTY_TRANSLATION

public static final java.lang.String PROPERTY_TRANSLATION
The translation property (the value is "translation").

See Also:
Constant Field Values

PROPERTY_STYLE

public static final java.lang.String PROPERTY_STYLE
The style property (the value is "style").

See Also:
Constant Field Values

PROPERTY_THEME

public static final java.lang.String PROPERTY_THEME
The theme property (the value is "theme").

See Also:
Constant Field Values

PROPERTY_STYLE_SHEET

public static final java.lang.String PROPERTY_STYLE_SHEET
The styleSheet property (the value is "styleSheet").

See Also:
Constant Field Values

PROPERTY_CUSTOM

public static final java.lang.String PROPERTY_CUSTOM
The styleSheet property (the value is "customProperty").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.