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

All Superinterfaces:
JQAbstractButtonProperties, JQTextProperty
All Known Implementing Classes:
JQButton

public interface JQButtonProperties
extends JQAbstractButtonProperties

JQButton Properties.

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

Field Summary
static java.lang.String PROPERTY_AUTO_DEFAULT
          The autoDefault property (the value is "autoDefault").
static java.lang.String PROPERTY_DEFAULT_CAPABLE
          The defaultCapable property (the value is "defaultCapable").
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQAbstractButtonProperties
PROPERTY_ACTION, PROPERTY_ACTION_COMMAND, PROPERTY_DISABLED_ICON, PROPERTY_ICON, PROPERTY_MODEL, PROPERTY_PRESSED_ICON, PROPERTY_ROLLOVER_ICON
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQTextProperty
PROPERTY_MNEMONIC, PROPERTY_TEXT
 

Field Detail

PROPERTY_DEFAULT_CAPABLE

public static final java.lang.String PROPERTY_DEFAULT_CAPABLE
The defaultCapable property (the value is "defaultCapable").

See Also:
Constant Field Values

PROPERTY_AUTO_DEFAULT

public static final java.lang.String PROPERTY_AUTO_DEFAULT
The autoDefault property (the value is "autoDefault").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.