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

All Known Implementing Classes:
JQScrollBar

public interface JQScrollBarProperties

JQProgressBar Properties.

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

Field Summary
static java.lang.String PROPERTY_BLOCK_INCREMENT
          The blockIncrement property (the value is "blockIncrement").
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_UNIT_INCREMENT
          The unitIncrement property (the value is "unitIncrement").
 

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_UNIT_INCREMENT

public static final java.lang.String PROPERTY_UNIT_INCREMENT
The unitIncrement property (the value is "unitIncrement").

See Also:
Constant Field Values

PROPERTY_BLOCK_INCREMENT

public static final java.lang.String PROPERTY_BLOCK_INCREMENT
The blockIncrement property (the value is "blockIncrement").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.