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

All Superinterfaces:
JQTextProperty
All Known Subinterfaces:
JQCheckBoxMenuItemProperties, JQRadioButtonMenuItemProperties
All Known Implementing Classes:
JQCheckBoxMenuItem, JQMenuItem, JQRadioButtonMenuItem

public interface JQMenuItemProperties
extends JQTextProperty

JQMenuItem Properties.

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

Field Summary
static java.lang.String PROPERTY_ACCELERATOR
          The accelerator property (the value is "accelerator").
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_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_ACCELERATOR

public static final java.lang.String PROPERTY_ACCELERATOR
The accelerator property (the value is "accelerator").

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_ACTION

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

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