Package org.jfree.ui


package org.jfree.ui
Utility classes for creating user interfaces.
  • Class
    Description
    A utility class for aligning rectangles.
    A base class for creating the main frame for simple applications.
    A basic panel that displays a small up or down arrow.
    An arrow icon that can point up or down (usually used to indicate the sort direction in a table).
    A table cell renderer that formats dates.
    A panel that allows the user to select a date.
    An interface for an object that can draw itself within an area on a Graphics2D.
    A component, that accepts a drawable and which draws that drawable.
    A drawable that has a preferred size and aspect ratio.
    A filter for JFileChooser that filters files by extension.
    A filesystem filter.
    A dimension object specified using float values.
    Enables a button to have a simple floating effect.
    A dialog for choosing a font from the available system fonts.
    A panel for choosing a font from the available system fonts - still a bit of a hack at the moment, but good enough for demonstration applications.
    A field for displaying a font selection.
    The interface for a class that can transform a GradientPaint to fit an arbitrary shape.
    Represents a type of transform for a GradientPaint.
    An enumeration of the horizontal alignment types (LEFT, RIGHT and CENTER).
    A component for editing an instance of the Insets class.
    A JTextField for displaying insets.
    A document for editing integers.
    An observer that selects all the text when a field gains the focus.
    The KeyedComboBox model allows to define an internal key (the data element) for every entry in the model.
    A 'ready-made' panel that has one button on the left and another button on the right - a layout manager takes care of resizing.
    A 'ready-made' panel that has one button on the left and two buttons on the right - nested panels and layout managers take care of resizing.
    A 'ready-made' panel that has one button on the left and three buttons on the right - nested panels and layout managers take care of resizing.
    Used to indicate either the foreground or background layer.
    Represents the three options for adjusting a length: expand, contract, and no change.
    This Document restricts the size of the contained plain text to the given number of characters.
    A table cell renderer that formats numbers with right alignment in each cell.
    A simple layoutmanager to overlay all components of a parent.
    A panel that displays a paint sample.
    Used to indicate an anchor point for a rectangle.
    Used to indicate the edge of a rectangle.
    Represents the insets for a rectangle, specified in absolute or relative terms.
    A collection of utility methods relating to user interfaces.
    A panel that allows the user to select a date.
    A simple class for representing the dimensions of an object.
    A simple extension of JTable that supports the use of a SortableTableModel.
    Captures mouse clicks on a table header, with the intention of triggering a sort.
    The base class for a sortable table model.
    A table cell renderer for table headings - uses one of three JButton instances to indicate the sort order for the table column.
    A very basic spinner component, used for demo purposes only.
    The base class for standard dialogs.
    Transforms a GradientPaint to range over the width of a target shape.
    A component for choosing a stroke from a list of available strokes.
    A panel that displays a stroke sample.
    Used to indicate the position of an anchor point for a text string.
    A utility class to tune the Metal look and feel.
    An enumeration of the vertical alignment types (TOP, BOTTOM and CENTER).
    A dialog that presents the user with a sequence of steps for completing a task.
    A panel that provides the user interface for a single step in a WizardDialog.