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

All Known Implementing Classes:
JQTextField

public interface JQTextFieldProperties

JQTextField Properties.

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

Field Summary
static java.lang.String PROPERTY_ACTION_COMMAND
          The actionCommand property (the value is "actionCommand").
static java.lang.String PROPERTY_HORIZONTAL_ALIGNMENT
          The horizontalAlignment property (the value is "horizontalAlignment").
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_HORIZONTAL_ALIGNMENT

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

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.