org.jfree.ui.action |
Provides an Action facility matching that introduced in JDK 1.3 (JCommon aims to run on JDK 1.2.2 or later).
|
Java Source File Name | Type | Comment |
AbstractActionDowngrade.java | Class | A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by
defining the two new constants introduced by Sun in JDK 1.3. |
AbstractFileSelectionAction.java | Class | A base class for all file operations. |
ActionButton.java | Class | The ActionButton is used to connect an Action and its properties to a Button. |
ActionConcentrator.java | Class | This class is used to collect actions to be enabled or disabled
by a sinle call. |
ActionDowngrade.java | Interface | Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK. |
ActionMenuItem.java | Class | The ActionMenuItem is used to connect an Action and its properties to an
MenuItem. |
ActionRadioButton.java | Class | The ActionRadioButton is used to connect an Action and its properties to a JRadioButton. |
DowngradeActionMap.java | Class | An actionmap, which is JDK 1.2.2 compatible. |