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

All Known Subinterfaces:
JQAbstractButtonProperties, JQButtonProperties, JQCheckBoxMenuItemProperties, JQLabelProperties, JQMenuItemProperties, JQMenuProperties, JQRadioButtonMenuItemProperties
All Known Implementing Classes:
JQAbstractButton, JQButton, JQCheckBoxMenuItem, JQLabel, JQMenu, JQMenuItem, JQRadioButtonMenuItem

public interface JQTextProperty

JQText Property.

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

Field Summary
static java.lang.String PROPERTY_MNEMONIC
          The mnemonic property (the value is "mnemonic").
static java.lang.String PROPERTY_TEXT
          The text property (the value is "text").
 

Field Detail

PROPERTY_TEXT

public static final java.lang.String PROPERTY_TEXT
The text property (the value is "text").

See Also:
Constant Field Values

PROPERTY_MNEMONIC

public static final java.lang.String PROPERTY_MNEMONIC
The mnemonic property (the value is "mnemonic").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.