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

All Superinterfaces:
JQTextProperty
All Known Implementing Classes:
JQLabel

public interface JQLabelProperties
extends JQTextProperty

JQLabel Properties.

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

Field Summary
static java.lang.String PROPERTY_BORDER_STYLE
          The borderStyle property (the value is "borderStyle").
static java.lang.String PROPERTY_BORDER_TYPE
          The borderType property (the value is "borderType").
static java.lang.String PROPERTY_BORDER_WIDTH
          The borderWidth property (the value is "borderWidth").
static java.lang.String PROPERTY_DISABLED_ICON
          The disabledIcon property (the value is "disabledIcon").
static java.lang.String PROPERTY_HORIZONTAL_ALIGNMENT
          The horizontalAlignment property (the value is "horizontalAlignment").
static java.lang.String PROPERTY_ICON
          The icon property (the value is "icon").
static java.lang.String PROPERTY_TEXT_FORMAT
          The textFormat property (the value is "textFormat").
static java.lang.String PROPERTY_VERTICAL_ALIGNMENT
          The verticalAlignment property (the value is "verticalAlignment").
static java.lang.String PROPERTY_WRAP_TEXT
          The wrapText property (the value is "wrapText").
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQTextProperty
PROPERTY_MNEMONIC, PROPERTY_TEXT
 

Field Detail

PROPERTY_TEXT_FORMAT

public static final java.lang.String PROPERTY_TEXT_FORMAT
The textFormat property (the value is "textFormat").

See Also:
Constant Field Values

PROPERTY_WRAP_TEXT

public static final java.lang.String PROPERTY_WRAP_TEXT
The wrapText property (the value is "wrapText").

See Also:
Constant Field Values

PROPERTY_HORIZONTAL_ALIGNMENT

public static final java.lang.String PROPERTY_HORIZONTAL_ALIGNMENT
The horizontalAlignment property (the value is "horizontalAlignment").

See Also:
Constant Field Values

PROPERTY_VERTICAL_ALIGNMENT

public static final java.lang.String PROPERTY_VERTICAL_ALIGNMENT
The verticalAlignment property (the value is "verticalAlignment").

See Also:
Constant Field Values

PROPERTY_ICON

public static final java.lang.String PROPERTY_ICON
The icon property (the value is "icon").

See Also:
Constant Field Values

PROPERTY_DISABLED_ICON

public static final java.lang.String PROPERTY_DISABLED_ICON
The disabledIcon property (the value is "disabledIcon").

See Also:
Constant Field Values

PROPERTY_BORDER_TYPE

public static final java.lang.String PROPERTY_BORDER_TYPE
The borderType property (the value is "borderType").

See Also:
Constant Field Values

PROPERTY_BORDER_STYLE

public static final java.lang.String PROPERTY_BORDER_STYLE
The borderStyle property (the value is "borderStyle").

See Also:
Constant Field Values

PROPERTY_BORDER_WIDTH

public static final java.lang.String PROPERTY_BORDER_WIDTH
The borderWidth property (the value is "borderWidth").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.