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

All Known Implementing Classes:
JQComponent

public interface JQComponentProperties

JQComponent Properties.

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

Field Summary
static java.lang.String PROPERTY_BACKGROUND
          The background property (the value is "background").
static java.lang.String PROPERTY_COMPONENT_ORIENTATION
          The component orientation property (the value is "componentOrientation").
static java.lang.String PROPERTY_CONTEXT_MENU
          The contextMenu property (the value is "contextMenu").
static java.lang.String PROPERTY_ENABLED
          The enabled property (the value is "enabled").
static java.lang.String PROPERTY_FIXED_SIZE
          The fixed size property (the value is "fixedSize").
static java.lang.String PROPERTY_FOCUSABLE
          The focusable property (the value is "focusable").
static java.lang.String PROPERTY_FONT
          The font property (the value is "font").
static java.lang.String PROPERTY_FOREGROUND
          The foreground property (the value is "foreground").
static java.lang.String PROPERTY_INSETS
          The insets property (the value is "insets").
static java.lang.String PROPERTY_LOCALE
          The locale property (the value is "locale").
static java.lang.String PROPERTY_MAXIMUM_SIZE
          The maximum size property (the value is "maximumSize").
static java.lang.String PROPERTY_MINIMUM_SIZE
          The minimum size property (the value is "minimumSize").
static java.lang.String PROPERTY_NAME
          The name property (the value is "name").
static java.lang.String PROPERTY_OPAQUE
          The opaque property (the value is "opaque").
static java.lang.String PROPERTY_PREFERRED_SIZE
          The preferred size property (the value is "preferredSize").
static java.lang.String PROPERTY_RESOURCE_BUNDLE_NAME
          The resource bundle name property (the value is "resourceBundleName").
static java.lang.String PROPERTY_STATUS_TIP_TEXT
          The status tip text property (the value is "statusTipText").
static java.lang.String PROPERTY_STYLE_SHEET
          The styleSheet property (the value is "styleSheet").
static java.lang.String PROPERTY_TOOL_TIP_TEXT
          The tool tip text property (the value is "toolTipText").
static java.lang.String PROPERTY_VISIBLE
          The visible property (the value is "visible").
static java.lang.String PROPERTY_WHATS_THIS_TEXT
          The what's this text property (the value is "whatsThisText").
 

Field Detail

PROPERTY_NAME

public static final java.lang.String PROPERTY_NAME
The name property (the value is "name").

See Also:
Constant Field Values

PROPERTY_VISIBLE

public static final java.lang.String PROPERTY_VISIBLE
The visible property (the value is "visible").

See Also:
Constant Field Values

PROPERTY_ENABLED

public static final java.lang.String PROPERTY_ENABLED
The enabled property (the value is "enabled").

See Also:
Constant Field Values

PROPERTY_FOCUSABLE

public static final java.lang.String PROPERTY_FOCUSABLE
The focusable property (the value is "focusable").

See Also:
Constant Field Values

PROPERTY_INSETS

public static final java.lang.String PROPERTY_INSETS
The insets property (the value is "insets").

See Also:
Constant Field Values

PROPERTY_PREFERRED_SIZE

public static final java.lang.String PROPERTY_PREFERRED_SIZE
The preferred size property (the value is "preferredSize").

See Also:
Constant Field Values

PROPERTY_MINIMUM_SIZE

public static final java.lang.String PROPERTY_MINIMUM_SIZE
The minimum size property (the value is "minimumSize").

See Also:
Constant Field Values

PROPERTY_MAXIMUM_SIZE

public static final java.lang.String PROPERTY_MAXIMUM_SIZE
The maximum size property (the value is "maximumSize").

See Also:
Constant Field Values

PROPERTY_FIXED_SIZE

public static final java.lang.String PROPERTY_FIXED_SIZE
The fixed size property (the value is "fixedSize").

See Also:
Constant Field Values

PROPERTY_BACKGROUND

public static final java.lang.String PROPERTY_BACKGROUND
The background property (the value is "background").

See Also:
Constant Field Values

PROPERTY_FOREGROUND

public static final java.lang.String PROPERTY_FOREGROUND
The foreground property (the value is "foreground").

See Also:
Constant Field Values

PROPERTY_OPAQUE

public static final java.lang.String PROPERTY_OPAQUE
The opaque property (the value is "opaque").

See Also:
Constant Field Values

PROPERTY_FONT

public static final java.lang.String PROPERTY_FONT
The font property (the value is "font").

See Also:
Constant Field Values

PROPERTY_STYLE_SHEET

public static final java.lang.String PROPERTY_STYLE_SHEET
The styleSheet property (the value is "styleSheet").

See Also:
Constant Field Values

PROPERTY_LOCALE

public static final java.lang.String PROPERTY_LOCALE
The locale property (the value is "locale").

See Also:
Constant Field Values

PROPERTY_COMPONENT_ORIENTATION

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

See Also:
Constant Field Values

PROPERTY_RESOURCE_BUNDLE_NAME

public static final java.lang.String PROPERTY_RESOURCE_BUNDLE_NAME
The resource bundle name property (the value is "resourceBundleName").

See Also:
Constant Field Values

PROPERTY_TOOL_TIP_TEXT

public static final java.lang.String PROPERTY_TOOL_TIP_TEXT
The tool tip text property (the value is "toolTipText").

See Also:
Constant Field Values

PROPERTY_STATUS_TIP_TEXT

public static final java.lang.String PROPERTY_STATUS_TIP_TEXT
The status tip text property (the value is "statusTipText").

See Also:
Constant Field Values

PROPERTY_WHATS_THIS_TEXT

public static final java.lang.String PROPERTY_WHATS_THIS_TEXT
The what's this text property (the value is "whatsThisText").

See Also:
Constant Field Values

PROPERTY_CONTEXT_MENU

public static final java.lang.String PROPERTY_CONTEXT_MENU
The contextMenu property (the value is "contextMenu").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.