Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I K L M N O P R S W

A

ACCELERATOR_KEY - Static variable in class org.jfree.report.modules.gui.base.components.AbstractActionDowngrade
The key used for storing a KeyStroke to be used as the accelerator for the action.
ACCELERATOR_KEY - Static variable in interface org.jfree.report.modules.gui.base.components.ActionDowngrade
The key used for storing a KeyStroke to be used as the accelerator for the action.
AVAILABLE_ENCODINGS - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The property that defines which encodings are available in the export dialogs.
AVAILABLE_ENCODINGS_ALL - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The encodings available properties value for all properties.
AVAILABLE_ENCODINGS_FILE - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The encodings available properties value for properties defined in the properties file.
AVAILABLE_ENCODINGS_NONE - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The encodings available properties value for no properties defined.
AbstractActionDowngrade - class org.jfree.report.modules.gui.base.components.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.
AbstractActionDowngrade() - Constructor for class org.jfree.report.modules.gui.base.components.AbstractActionDowngrade
Creates a new action with a default (transparent) icon.
ActionButton - class org.jfree.report.modules.gui.base.components.ActionButton.
The ActionButton is used to connect an Action and its properties to a Button.
ActionButton() - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton
Creates a Button without any text and without an assigned Action.
ActionButton(String) - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton
Creates a Button and set the given text as label.
ActionButton(String, Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton
Creates an ActionButton and sets the given text and icon on the button.
ActionButton(Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton
Creates an ActionButton and sets the given icon on the button.
ActionButton(Action) - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton
Nreates an ActionButton and assigns the given action with the button.
ActionButton.ActionEnablePropertyChangeHandler - class org.jfree.report.modules.gui.base.components.ActionButton.ActionEnablePropertyChangeHandler.
Helperclass to handle the property change event raised by the action.
ActionButton.ActionEnablePropertyChangeHandler() - Constructor for class org.jfree.report.modules.gui.base.components.ActionButton.ActionEnablePropertyChangeHandler
 
ActionConcentrator - class org.jfree.report.modules.gui.base.components.ActionConcentrator.
This class is used to collect actions to be enabled or disabled by a sinle call.
ActionConcentrator() - Constructor for class org.jfree.report.modules.gui.base.components.ActionConcentrator
DefaultConstructor.
ActionDowngrade - interface org.jfree.report.modules.gui.base.components.ActionDowngrade.
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
ActionMenuItem - class org.jfree.report.modules.gui.base.components.ActionMenuItem.
The ActionMenuItem is used to connect an Action and its properties to an MenuItem.
ActionMenuItem() - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Default constructor.
ActionMenuItem(Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Creates a menu item with the specified icon.
ActionMenuItem(String) - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Creates a menu item with the specified label.
ActionMenuItem(String, Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Creates a menu item with the specified label and icon.
ActionMenuItem(String, int) - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Creates a new menu item with the specified label and mnemonic.
ActionMenuItem(Action) - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem
Creates a new menu item based on the specified action.
ActionMenuItem.ActionEnablePropertyChangeHandler - class org.jfree.report.modules.gui.base.components.ActionMenuItem.ActionEnablePropertyChangeHandler.
Helperclass to handle the property change event raised by the action.
ActionMenuItem.ActionEnablePropertyChangeHandler() - Constructor for class org.jfree.report.modules.gui.base.components.ActionMenuItem.ActionEnablePropertyChangeHandler
 
ActionRadioButton - class org.jfree.report.modules.gui.base.components.ActionRadioButton.
The ActionRadioButton is used to connect an Action and its properties to a JRadioButton.
ActionRadioButton() - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton
Creates a Button without any text and without an assigned Action.
ActionRadioButton(String) - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton
Creates a Button and set the given text as label.
ActionRadioButton(String, Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton
Creates an ActionButton and sets the given text and icon on the button.
ActionRadioButton(Icon) - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton
Creates an ActionButton and sets the given icon on the button.
ActionRadioButton(Action) - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton
Nreates an ActionButton and assigns the given action with the button.
ActionRadioButton.ActionEnablePropertyChangeHandler - class org.jfree.report.modules.gui.base.components.ActionRadioButton.ActionEnablePropertyChangeHandler.
Helperclass to handle the property change event raised by the action.
ActionRadioButton.ActionEnablePropertyChangeHandler() - Constructor for class org.jfree.report.modules.gui.base.components.ActionRadioButton.ActionEnablePropertyChangeHandler
 
accDirs - Variable in class org.jfree.report.modules.gui.base.components.FilesystemFilter
Accept directories.
accept(File, String) - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
Tests if a specified file should be included in a file list.
accept(File) - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
Whether the given file is accepted by this filter.
action - Variable in class org.jfree.report.modules.gui.base.components.ActionButton
The action.
action - Variable in class org.jfree.report.modules.gui.base.components.ActionMenuItem
The action.
action - Variable in class org.jfree.report.modules.gui.base.components.ActionRadioButton
The action.
actionList - Variable in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
A list containing the actionkeys in their order of addition.
actionMap - Variable in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
A map containing the key to action mapping.
actionPerformed(ActionEvent) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog.DetailsAction
Receives notification that an action event has occurred.
actionPerformed(ActionEvent) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog.OKAction
Receives notification that an action event has occurred.
actions - Variable in class org.jfree.report.modules.gui.base.components.ActionConcentrator
The collection used to store the actions of this concentrator.
addAction(Action) - Method in class org.jfree.report.modules.gui.base.components.ActionConcentrator
Adds the action to this concentrator.
addBasicEncodings() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Adds the basic encodings from the international JDK to the default encoding names collection.
addButton(AbstractButton) - Method in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Adds a button to this enabler.
addEncoding(String, String) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Adds an encoding.
addEncodingUnchecked(String, String) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Adds an encoding to the model without checking its validity.
addExtendedEncodings() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Adds the extended encodings from the international JDK to the default encoding names collection.
addExtension(String) - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
Add this extension to the filter.
addListDataListener(ListDataListener) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Adds a listener to the list that's notified each time a change to the data model occurs.
adjustSize() - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Adjusts the size of the dialog to fit the with of the contained message and stacktrace.
allKeys() - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Returns an array of the keys defined in this ActionMap and its parent.

B

backtraceArea - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
A UI component for displaying the stack trace.

C

clear() - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Removes all the mappings from this ActionMap.
compare(Object, Object) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrierComparator
Compares its two arguments for order.
componentResized(ComponentEvent) - Method in class org.jfree.report.modules.gui.base.components.WindowSizeLimiter
Invoked when the component's size changes.
createButtonPane() - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Initializes the buttonpane.
createDefaultModel() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Creates a default model containing a selection of encodings.
currentEx - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
The exception.
currentSource - Variable in class org.jfree.report.modules.gui.base.components.WindowSizeLimiter
The current source.

D

DowngradeActionMap - class org.jfree.report.modules.gui.base.components.DowngradeActionMap.
An actionmap, which is JDK 1.2.2 compatible.
DowngradeActionMap() - Constructor for class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Default Constructor.
defaultDialog - Static variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
The default dialog.
defaultEncodings - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Contains the known default encodings.
descr - Variable in class org.jfree.report.modules.gui.base.components.FilesystemFilter
A description.
description - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
The encoding description.
detailsAction - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
An action associated with the 'Details' button.
displayName - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
The display name.

E

ENCODINGS_DEFINITION_FILE - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The name of the properties file used to define the available encodings.
ENCODINGS_DEFINITION_FILE_DEFAULT - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The default name for the encoding properties file.
ENCODING_DEFAULT_DESCRIPTION - Static variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
A default description.
EncodingComboBoxModel - class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.
A model for the 'encoding' combo box.
EncodingComboBoxModel() - Constructor for class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Creates a new model.
EncodingComboBoxModel.EncodingCarrier - class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier.
An encoding carrier.
EncodingComboBoxModel.EncodingCarrier(String, String) - Constructor for class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Creates a new encoding.
EncodingComboBoxModel.EncodingCarrierComparator - class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrierComparator.
An encoding comparator.
EncodingComboBoxModel.EncodingCarrierComparator() - Constructor for class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrierComparator
 
ExceptionDialog - class org.jfree.report.modules.gui.base.components.ExceptionDialog.
The exception dialog is used to display an exception and the exceptions stacktrace to the user.
ExceptionDialog() - Constructor for class org.jfree.report.modules.gui.base.components.ExceptionDialog
Creates a new ExceptionDialog.
ExceptionDialog.DetailsAction - class org.jfree.report.modules.gui.base.components.ExceptionDialog.DetailsAction.
Details action.
ExceptionDialog.DetailsAction() - Constructor for class org.jfree.report.modules.gui.base.components.ExceptionDialog.DetailsAction
Default constructor.
ExceptionDialog.OKAction - class org.jfree.report.modules.gui.base.components.ExceptionDialog.OKAction.
OK action.
ExceptionDialog.OKAction() - Constructor for class org.jfree.report.modules.gui.base.components.ExceptionDialog.OKAction
Default constructor.
encodings - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Storage for the encodings.
ensureEncodingAvailable(String) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Make sure, that this encoding is defined and selectable in the combobox model.
equals(Object) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Returns true if the objects are equal, and false otherwise.
equals(Object) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrierComparator
Returns true if this object is equal to o, and false otherwise.

F

FilesystemFilter - class org.jfree.report.modules.gui.base.components.FilesystemFilter.
A generic filesystem filter which implements FilenameFilter and the Swing FileFilter.
FilesystemFilter(String, String) - Constructor for class org.jfree.report.modules.gui.base.components.FilesystemFilter
Creates a filesystem filter for the given extension with the description supplied in descr.
FilesystemFilter(String, String, boolean) - Constructor for class org.jfree.report.modules.gui.base.components.FilesystemFilter
Creates a filesystem filter for the given extension with the description supplied in descr.
FilesystemFilter(String[], String, boolean) - Constructor for class org.jfree.report.modules.gui.base.components.FilesystemFilter
Creates a filesystem filter for the given extensions with the description supplied in descr.
FloatingButtonEnabler - class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler.
Enables a button to have a simple floating effect.
FloatingButtonEnabler() - Constructor for class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Default constructor.
fileext - Variable in class org.jfree.report.modules.gui.base.components.FilesystemFilter
File extensions.
filler - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
A filler panel.
fireContentsChanged() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Notifies all registered listeners that the content of the model has changed.

G

get(Object) - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
getAction() - Method in class org.jfree.report.modules.gui.base.components.ActionButton
Returns the assigned action or null if no action has been assigned.
getAction() - Method in class org.jfree.report.modules.gui.base.components.ActionMenuItem
Returns the assigned action or null if no action has been assigned.
getAction() - Method in class org.jfree.report.modules.gui.base.components.ActionRadioButton
Returns the assigned action or null if no action has been assigned.
getAvailableEncodings() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Defines the loader settings for the available encodings shown to the user.
getDefaultEncodings() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Initializes the known names for the default encodings.
getDescription() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Returns the description.
getDescription(int) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns a description.
getDescription() - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
The description of this filter.
getDisplayName() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Returns the display name (the regular name followed by the description in brackets).
getElementAt(int) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the value at the specified index.
getEncoding(int) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns an encoding.
getEncodingsDefinitionFile() - Static method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Defines the loader settings for the available encodings shown to the user.
getException() - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Returns the exception that was the reason for this dialog to show up.
getInstance() - Static method in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Returns a default instance of this enabler.
getMaxLength() - Method in class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
Returns the defined maximum number characters for this document.
getMessage() - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Returns the message for this exception dialog.
getName() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Returns the name.
getParent() - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Returns this ActionMap's parent.
getPropertyChangeHandler() - Method in class org.jfree.report.modules.gui.base.components.ActionButton
Returns and initializes the PropertyChangehandler for this ActionButton.
getPropertyChangeHandler() - Method in class org.jfree.report.modules.gui.base.components.ActionMenuItem
Returns and initializes the PropertyChangehandler for this ActionMenuItem.
getPropertyChangeHandler() - Method in class org.jfree.report.modules.gui.base.components.ActionRadioButton
Returns and initializes the PropertyChangehandler for this ActionButton.
getSelectedEncoding() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the selected encoding.
getSelectedIndex() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the selected index.
getSelectedItem() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the selected item.
getSize() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the length of the list.

H

hashCode() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
Returns a hash code.
hashCode() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrierComparator
All comparators of this type are equal.

I

indexOf(String) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Returns the index of an encoding.
insertString(int, String, AttributeSet) - Method in class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
Inserts the string into the document.
isAcceptDirectories() - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
checks, whether this filter should accept directories.
isEnabled() - Method in class org.jfree.report.modules.gui.base.components.ActionConcentrator
Returns, whether all actions are disabled.
isScrollerVisible() - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Checks, whether the scroll pane of the exception stack trace area is visible.

K

keys() - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Returns the Action names that are bound in this ActionMap.

L

LengthLimitingDocument - class org.jfree.report.modules.gui.base.components.LengthLimitingDocument.
This Document restricts the size of the contained plain text to the given number of characters.
LengthLimitingDocument() - Constructor for class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
Creates a new LengthLimitingDocument, with no limitation.
LengthLimitingDocument(int) - Constructor for class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
Creates a new LengthLimitingDocument with the given limitation.
listDataListeners - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Storage for registered listeners.

M

MNEMONIC_KEY - Static variable in class org.jfree.report.modules.gui.base.components.AbstractActionDowngrade
The key used for storing an int key code to be used as the mnemonic for the action.
MNEMONIC_KEY - Static variable in interface org.jfree.report.modules.gui.base.components.ActionDowngrade
The key used for storing an int key code to be used as the mnemonic for the action.
maxlen - Variable in class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
The maximum length.
messageLabel - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
A UI component for displaying the message.
mouseEntered(MouseEvent) - Method in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Triggers the drawing of the border when the mouse entered the button area.
mouseExited(MouseEvent) - Method in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Disables the drawing of the border when the mouse leaves the button area.

N

name - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
The encoding name.

O

okAction - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
An action associated with the 'OK' button.
org.jfree.report.modules.gui.base.components - package org.jfree.report.modules.gui.base.components
This module provides basic preview capabilities for JFreeReport.

P

parent - Variable in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
The parent of this action map.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.report.modules.gui.base.components.ActionButton.ActionEnablePropertyChangeHandler
Receives notification of a property change event.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.report.modules.gui.base.components.ActionMenuItem.ActionEnablePropertyChangeHandler
Receives notification of a property change event.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.report.modules.gui.base.components.ActionRadioButton.ActionEnablePropertyChangeHandler
Receives notification of a property change event.
propertyChangeHandler - Variable in class org.jfree.report.modules.gui.base.components.ActionButton
The property change handler.
propertyChangeHandler - Variable in class org.jfree.report.modules.gui.base.components.ActionMenuItem
The property change handler.
propertyChangeHandler - Variable in class org.jfree.report.modules.gui.base.components.ActionRadioButton
The property change handler.
put(Object, Action) - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Adds a binding for key to action.

R

readFromException(Exception) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Reads the stacktrace text from the exception.
remove(Object) - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Removes the binding for key from this ActionMap.
removeAction(Action) - Method in class org.jfree.report.modules.gui.base.components.ActionConcentrator
Removes the action from this concentrator.
removeButton(AbstractButton) - Method in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
Removes a button from the enabler.
removeListDataListener(ListDataListener) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Removes a listener from the list that's notified each time a change to the data model occurs.

S

scroller - Variable in class org.jfree.report.modules.gui.base.components.ExceptionDialog
A scroll pane.
selectedIndex - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The selected index.
selectedObject - Variable in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
The selected object.
setAcceptDirectories(boolean) - Method in class org.jfree.report.modules.gui.base.components.FilesystemFilter
Sets whether this filter accepts directories.
setAction(Action) - Method in class org.jfree.report.modules.gui.base.components.ActionButton
Assigns the given action to this button.
setAction(Action) - Method in class org.jfree.report.modules.gui.base.components.ActionMenuItem
Assigns the given action to this menuitem.
setAction(Action) - Method in class org.jfree.report.modules.gui.base.components.ActionRadioButton
Assigns the given action to this button.
setEnabled(boolean) - Method in class org.jfree.report.modules.gui.base.components.ActionButton
Enables and disables this button and if an action is assigned to this button the propertychange is forwarded to the assigned action.
setEnabled(boolean) - Method in class org.jfree.report.modules.gui.base.components.ActionConcentrator
Defines the state for all actions.
setEnabled(boolean) - Method in class org.jfree.report.modules.gui.base.components.ActionMenuItem
Enables and disables this button and if an action is assigned to this menuitem the propertychange is forwarded to the assigned action.
setEnabled(boolean) - Method in class org.jfree.report.modules.gui.base.components.ActionRadioButton
Enables and disables this button and if an action is assigned to this button the propertychange is forwarded to the assigned action.
setException(Exception) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Sets the exception for this dialog.
setMaxLength(int) - Method in class org.jfree.report.modules.gui.base.components.LengthLimitingDocument
Sets the maximum number of characters for this document.
setMessage(String) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Sets the message for this exception dialog.
setParent(DowngradeActionMap) - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Sets this ActionMap's parent.
setScrollerVisible(boolean) - Method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Defines, whether the scroll pane of the exception stack trace area is visible.
setSelectedIndex(int) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Defines the selected index for this encoding model.
setSelectedItem(Object) - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Set the selected item.
showExceptionDialog(String, String, Exception) - Static method in class org.jfree.report.modules.gui.base.components.ExceptionDialog
Shows an default dialog with the given message and title and the exceptions stacktrace in the detail area.
singleton - Static variable in class org.jfree.report.modules.gui.base.components.FloatingButtonEnabler
A single instance.
size() - Method in class org.jfree.report.modules.gui.base.components.DowngradeActionMap
Returns the number of bindings.
sort() - Method in class org.jfree.report.modules.gui.base.components.EncodingComboBoxModel
Sorts the encodings.

W

WindowSizeLimiter - class org.jfree.report.modules.gui.base.components.WindowSizeLimiter.
A small helper class to limit the maximum size of an element to the elements maximum size.
WindowSizeLimiter() - Constructor for class org.jfree.report.modules.gui.base.components.WindowSizeLimiter
 

A B C D E F G H I K L M N O P R S W