org.jfree.ui.action

Interface ActionDowngrade

All Superinterfaces:
Action
Known Implementing Classes:
AbstractActionDowngrade, AbstractFileSelectionAction

public interface ActionDowngrade
extends Action

Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
Author:
Thomas Morgner

Field Summary

static String
ACCELERATOR_KEY
The key used for storing a KeyStroke to be used as the accelerator for the action.
static String
MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic for the action.

Field Details

ACCELERATOR_KEY

public static final String ACCELERATOR_KEY
The key used for storing a KeyStroke to be used as the accelerator for the action.

MNEMONIC_KEY

public static final String MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic for the action.