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

All Known Implementing Classes:
JQSplitPane

public interface JQSplitPaneProperties

JQProgressBar Properties.

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

Field Summary
static java.lang.String PROPERTY_CONTINUOUS_LAYOUT
          The continuousLayout property (the value is "continuousLayout").
static java.lang.String PROPERTY_DIVIDER_LOCATION
          The dividerLocation property (the value is "dividerLocation").
static java.lang.String PROPERTY_DIVIDER_SIZE
          The dividerSize property (the value is "dividerSize").
static java.lang.String PROPERTY_ONE_TOUCH_EXPANDABLE
          The oneTouchExpandable property (the value is "oneTouchExpandable").
static java.lang.String PROPERTY_ORIENTATION
          The orientation property (the value is "orientation").
static java.lang.String PROPERTY_RESIZE_WEIGHT
          The resizeWeight property (the value is "resizeWeight").
 

Field Detail

PROPERTY_ORIENTATION

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

See Also:
Constant Field Values

PROPERTY_CONTINUOUS_LAYOUT

public static final java.lang.String PROPERTY_CONTINUOUS_LAYOUT
The continuousLayout property (the value is "continuousLayout").

See Also:
Constant Field Values

PROPERTY_RESIZE_WEIGHT

public static final java.lang.String PROPERTY_RESIZE_WEIGHT
The resizeWeight property (the value is "resizeWeight").

See Also:
Constant Field Values

PROPERTY_DIVIDER_SIZE

public static final java.lang.String PROPERTY_DIVIDER_SIZE
The dividerSize property (the value is "dividerSize").

See Also:
Constant Field Values

PROPERTY_DIVIDER_LOCATION

public static final java.lang.String PROPERTY_DIVIDER_LOCATION
The dividerLocation property (the value is "dividerLocation").

See Also:
Constant Field Values

PROPERTY_ONE_TOUCH_EXPANDABLE

public static final java.lang.String PROPERTY_ONE_TOUCH_EXPANDABLE
The oneTouchExpandable property (the value is "oneTouchExpandable").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.