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

All Known Implementing Classes:
JQProgressBar

public interface JQProgressBarProperties

JQProgressBar Properties.

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

Field Summary
static java.lang.String PROPERTY_INDETERMINATE
          The indeterminate property (the value is "indeterminate").
static java.lang.String PROPERTY_MODEL
          The model property (the value is "model").
static java.lang.String PROPERTY_ORIENTATION
          The orientation property (the value is "orientation").
static java.lang.String PROPERTY_STRING
          The string property (the value is "string").
static java.lang.String PROPERTY_STRING_PAINTED
          The stringPainted property (the value is "stringPainted").
 

Field Detail

PROPERTY_MODEL

public static final java.lang.String PROPERTY_MODEL
The model property (the value is "model").

See Also:
Constant Field Values

PROPERTY_ORIENTATION

public static final java.lang.String PROPERTY_ORIENTATION
The orientation property (the value is "orientation").

See Also:
Constant Field Values

PROPERTY_STRING_PAINTED

public static final java.lang.String PROPERTY_STRING_PAINTED
The stringPainted property (the value is "stringPainted").

See Also:
Constant Field Values

PROPERTY_STRING

public static final java.lang.String PROPERTY_STRING
The string property (the value is "string").

See Also:
Constant Field Values

PROPERTY_INDETERMINATE

public static final java.lang.String PROPERTY_INDETERMINATE
The indeterminate property (the value is "indeterminate").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.