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

All Superinterfaces:
JQTextProperty
All Known Subinterfaces:
JQButtonProperties
All Known Implementing Classes:
JQAbstractButton, JQButton

public interface JQAbstractButtonProperties
extends JQTextProperty

JQAbstractButton Properties.

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

Field Summary
static java.lang.String PROPERTY_ACTION
          The action property (the value is "action").
static java.lang.String PROPERTY_ACTION_COMMAND
          The actionCommand property (the value is "actionCommand").
static java.lang.String PROPERTY_DISABLED_ICON
          The disabledIcon property (the value is "disabledIcon").
static java.lang.String PROPERTY_ICON
          The icon property (the value is "icon").
static java.lang.String PROPERTY_MODEL
          The model property (the value is "model").
static java.lang.String PROPERTY_PRESSED_ICON
          The pressedIcon property (the value is "pressedIcon").
static java.lang.String PROPERTY_ROLLOVER_ICON
          The rolloverIcon property (the value is "rolloverIcon").
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQTextProperty
PROPERTY_MNEMONIC, PROPERTY_TEXT
 

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_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_PRESSED_ICON

public static final java.lang.String PROPERTY_PRESSED_ICON
The pressedIcon property (the value is "pressedIcon").

See Also:
Constant Field Values

PROPERTY_ROLLOVER_ICON

public static final java.lang.String PROPERTY_ROLLOVER_ICON
The rolloverIcon property (the value is "rolloverIcon").

See Also:
Constant Field Values

PROPERTY_ACTION

public static final java.lang.String PROPERTY_ACTION
The action property (the value is "action").

See Also:
Constant Field Values

PROPERTY_ACTION_COMMAND

public static final java.lang.String PROPERTY_ACTION_COMMAND
The actionCommand property (the value is "actionCommand").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.