| Home >> All >> org >> jfree >> report >> modules >> gui >> base >> [ components Javadoc ] |
org.jfree.report.modules.gui.base.components: Javadoc index of package org.jfree.report.modules.gui.base.components.
Package Samples:
org.jfree.report.modules.gui.base.components: This module provides basic preview capabilities for JFreeReport.
Classes:
DowngradeActionMap: An actionmap, which is JDK 1.2.2 compatible. This implementation does not implement the ActionMap interface of JDK 1.3 or higher to maintain the compatibility with JDK 1.2 which does not know this interface. The usage is still the same.
ActionRadioButton: The ActionRadioButton is used to connect an Action and its properties to a JRadioButton. This functionality is already implemented in JDK 1.3 but needed for JDK 1.2.2 compatibility.
ActionMenuItem: The ActionMenuItem is used to connect an Action and its properties to an MenuItem. This functionality is already implemented in JDK 1.3 but needed for JDK 1.2.2 compatibility.
WindowSizeLimiter: A small helper class to limit the maximum size of an element to the elements maximum size. If the element is resized, the defined maximum size is enforced on the element.
ActionButton: The ActionButton is used to connect an Action and its properties to a Button. This functionality is already implemented in JDK 1.3 but needed for JDK 1.2.2 compatibility.
AbstractActionDowngrade: 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.
FilesystemFilter: A generic filesystem filter which implements FilenameFilter and the Swing FileFilter. Multiple extensions can be registered for a single filetype.
FloatingButtonEnabler: Enables a button to have a simple floating effect. The border of the button is only visible, when the mouse pointer is floating over the button.
EncodingComboBoxModel: A model for the 'encoding' combo box. This combobox model presents a selection for all available string encodings.
LengthLimitingDocument: This Document restricts the size of the contained plain text to the given number of characters.
ExceptionDialog: The exception dialog is used to display an exception and the exceptions stacktrace to the user.
ActionConcentrator: This class is used to collect actions to be enabled or disabled by a sinle call.
ActionDowngrade: Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
| Home | Contact Us | Privacy Policy | Terms of Service |