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

All Known Implementing Classes:
JQTabbedPane

public interface JQTabbedPaneProperties

JQTabbedPane Properties.

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

Field Summary
static java.lang.String PROPERTY_INDEX_FOR_TITLE
          The selectedIndex property (the value is "indexForTitle").
static java.lang.String PROPERTY_SELECTED_INDEX
          The selectedIndex property (the value is "selectedIndex").
static java.lang.String PROPERTY_TAB_LAYOUT_POLICY
          The tabLayoutPolicy property (the value is "tabLayoutPolicy").
static java.lang.String PROPERTY_TAB_PLACEMENT
          The tabPlacement format property (the value is "tabPlacement").
 

Field Detail

PROPERTY_TAB_PLACEMENT

public static final java.lang.String PROPERTY_TAB_PLACEMENT
The tabPlacement format property (the value is "tabPlacement").

See Also:
Constant Field Values

PROPERTY_TAB_LAYOUT_POLICY

public static final java.lang.String PROPERTY_TAB_LAYOUT_POLICY
The tabLayoutPolicy property (the value is "tabLayoutPolicy").

See Also:
Constant Field Values

PROPERTY_SELECTED_INDEX

public static final java.lang.String PROPERTY_SELECTED_INDEX
The selectedIndex property (the value is "selectedIndex").

See Also:
Constant Field Values

PROPERTY_INDEX_FOR_TITLE

public static final java.lang.String PROPERTY_INDEX_FOR_TITLE
The selectedIndex property (the value is "indexForTitle").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.