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

All Known Implementing Classes:
JQSlider

public interface JQSliderProperties

JQProgressBar Properties.

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

Field Summary
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_PAINT_TICKS
          The paintTicks property (the value is "paintTicks").
static java.lang.String PROPERTY_TICK_POSITION
          The tickPosition property (the value is "tickPosition").
static java.lang.String PROPERTY_TICK_SPACING
          The tickInterval property (the value is "tickSpacing").
 

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_TICK_POSITION

public static final java.lang.String PROPERTY_TICK_POSITION
The tickPosition property (the value is "tickPosition").

See Also:
Constant Field Values

PROPERTY_PAINT_TICKS

public static final java.lang.String PROPERTY_PAINT_TICKS
The paintTicks property (the value is "paintTicks").

See Also:
Constant Field Values

PROPERTY_TICK_SPACING

public static final java.lang.String PROPERTY_TICK_SPACING
The tickInterval property (the value is "tickSpacing").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.