All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AboutDialog |
A dialog that displays information about the demonstration application.
|
| AboutFrame |
A frame that displays information about the demonstration application.
|
| AboutPanel |
A standard panel for displaying information about an application.
|
| AboutResources |
A resource bundle that stores all the user interface items that might need localisation.
|
| AboutResources_de |
A resource bundle that stores all the user interface items that might need localisation.
|
| AboutResources_es |
A resource bundle that stores all the user interface items that might need localisation.
|
| AboutResources_fr |
A resource bundle that stores all the user interface items that might need localisation.
|
| AboutResources_pl |
A resource bundle that stores all the user interface items that might need localisation.
|
| 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.
|
| AbstractBoot |
The common base for all Boot classes.
|
| AbstractElementDefinitionHandler |
An abstract element definition handler.
|
| AbstractFileSelectionAction |
A base class for all file operations.
|
| AbstractModelReader |
Loads the class model from an previously written xml file set.
|
| AbstractObjectDescription |
An abstract base class for object descriptions.
|
| AbstractObjectList |
A list of objects that can grow as required.
|
| AbstractTabbedUI |
A tabbed GUI.
|
| AbstractXmlReadHandler |
|
| AbstractXmlWriteHandler |
A base class for implementing a handler that writes the XML for an object of a particular
class.
|
| ActionButton |
The ActionButton is used to connect an Action and its properties to a Button.
|
| 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.
|
| ActionMenuItem |
The ActionMenuItem is used to connect an Action and its properties to an
MenuItem.
|
| ActionRadioButton |
The ActionRadioButton is used to connect an Action and its properties to a JRadioButton.
|
| Align |
A utility class for aligning rectangles.
|
| AnnualDateRule |
The base class for all 'annual' date rules: that is, rules for generating
one date for any given year.
|
| ApplicationFrame |
A base class for creating the main frame for simple applications.
|
| ArrayClassFactory |
An class that implements the ClassFactory interface to
create Arrays of objects.
|
| ArrayObjectDescription |
Describes an Object- or primitive value array.
|
| ArrayUtilities |
Utility methods for working with arrays.
|
| ArrowPanel |
A basic panel that displays a small up or down arrow.
|
| AttributeDefinition |
An attribute definition.
|
| AttributedStringUtilities |
Some utility methods for working with AttributedString objects.
|
| AttributeHandler |
An attribute handler is an object that can transform an object into a string or vice
versa.
|
| AttributeList |
The attribute list is used by a writer to specify the attributes
of an XML element in a certain order.
|
| Base64 |
Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes.
|
| Base64ReadHandler |
Deprecated.
|
| BaseBoot |
The base boot class.
|
| BasicProjectInfo |
Basic project info.
|
| BasicStrokeObjectDescription |
An object-description for a BasicStroke object.
|
| BasicStrokeReadHandler |
A SAX handler for reading a BasicStroke object from XML.
|
| BasicStrokeWriteHandler |
A handler that can write the XML description for a BasicStroke object.
|
| BasicTypeSupport |
A class that contains information about some basic types.
|
| BeanObjectDescription |
An object-description for a bean object.
|
| BevelArrowIcon |
An arrow icon that can point up or down (usually used to indicate the sort direction in a table).
|
| BooleanAttributeHandler |
A class that handles the conversion of Boolean attributes to and from their
String representation.
|
| BooleanList |
A list of Boolean objects.
|
| BooleanObjectDescription |
An object-description for a Boolean object.
|
| BooleanUtilities |
Utility methods for working with Boolean objects.
|
| BootableProjectInfo |
Project info for a bootable project.
|
| ByteAttributeHandler |
A class that handles the conversion of Byte attributes to and from an appropriate
String representation.
|
| ByteObjectDescription |
An object-description for a Byte object.
|
| CenterLayout |
A layout manager that displays a single component in the center of its
container.
|
| CharacterAttributeHandler |
A class that handles the conversion of Character attributes to and from an appropriate
String representation.
|
| CharacterObjectDescription |
An object-description for a Character object.
|
| ClassComparator |
The class comparator can be used to compare and sort classes and their
superclasses.
|
| ClassComparator |
Deprecated.
|
| ClassDescription |
A description of a Java class.
|
| ClassFactory |
A class factory.
|
| ClassFactoryCollector |
A class factory collector.
|
| ClassFactoryImpl |
An abstract class that implements the ClassFactory interface.
|
| ClassLoaderObjectDescription |
An object-description for a class loader.
|
| ClassModelTags |
A collection of tags used in the object model description.
|
| ClassPathDebugger |
Creation-Date: 02.11.2007, 18:42:27
|
| CollectionObjectDescription |
An object description for simple collection objects, like java.util.List
or java.util.Set.
|
| ColorObjectDescription |
An object-description for a Color object.
|
| ColorReadHandler |
A SAX handler for reading Color objects from an XML element.
|
| ColorWriteHandler |
A handler for writing a Color object.
|
| CommentHandler |
The comment handler is used to collect all XML comments from the
SAX parser.
|
| Comments |
A set of comments for a model.
|
| Configuration |
A simple query interface for a configuration.
|
| ConstructorDefinition |
A constructor definition.
|
| Contributor |
A simple class representing a contributor to a software project.
|
| ContributorsPanel |
A panel containing a table that lists the contributors to a project.
|
| ContributorsTableModel |
A table model containing a list of contributors to a project.
|
| DateCellRenderer |
A table cell renderer that formats dates.
|
| DateChooserPanel |
A panel that allows the user to select a date.
|
| DateObjectDescription |
An object-description for a Date object.
|
| DateUtilities |
Some useful date methods.
|
| DayAndMonthRule |
An annual date rule where the generated date always falls on the same day
and month each year.
|
| DayOfWeekInMonthRule |
An annual date rule that specifies the nth day of the week in a given month
(for example, the third Wednesday in June, or the last Friday in November).
|
| DecimalFormatObjectDescription |
An object-description for a DecimalFormat object.
|
| DefaultConfiguration |
Default configuration.
|
| DefaultModelReader |
A reader for the class model.
|
| DescriptionGenerator |
A utility application for generating class descriptions.
|
| DescriptionModel |
A model containing class descriptions.
|
| DetailEditor |
A detail editor.
|
| Dimension2DObjectDescription |
An object-description for a Dimension2D object.
|
| DimensionObjectDescription |
An object-description for a java.awt.Dimension object.
|
| DoubleAttributeHandler |
A class that handles the conversion of Double attributes to and from an appropriate
String representation.
|
| DoubleObjectDescription |
An object-description for a Double object.
|
| DowngradeActionMap |
An actionmap, which is JDK 1.2.2 compatible.
|
| Drawable |
An interface for an object that can draw itself within an area on a Graphics2D.
|
| DrawablePanel |
A component, that accepts a drawable and which draws that drawable.
|
| EasterSundayRule |
An annual date rule for Easter (Sunday).
|
| ElementDefinitionException |
A reportdefinition exception is thrown when the parsing of the report definition
failed because invalid or missing attributes are encountered.
|
| ElementDefinitionHandler |
A element definition handler.
|
| ExtendedConfiguration |
The extended configuration provides methods to make using the
configuration easier.
|
| ExtendedConfigurationWrapper |
A wrapper for the extended configuration interface around a plain configuration.
|
| ExtendedDrawable |
A drawable that has a preferred size and aspect ratio.
|
| ExtensionFileFilter |
A filter for JFileChooser that filters files by extension.
|
| FastStack |
A very simple unsynchronized stack.
|
| FilesystemFilter |
A filesystem filter.
|
| FileUtilities |
A class containing useful utility methods relating to files.
|
| FloatAttributeHandler |
A class that handles the conversion of Float attributes to and from an appropriate
String representation.
|
| FloatDimension |
A dimension object specified using float values.
|
| FloatingButtonEnabler |
Enables a button to have a simple floating effect.
|
| FloatObjectDescription |
An object-description for a Float object.
|
| FontChooserDialog |
A dialog for choosing a font from the available system fonts.
|
| FontChooserPanel |
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.
|
| FontDisplayField |
A field for displaying a font selection.
|
| FontReadHandler |
A SAX handler for reading a font definition.
|
| FontWriteHandler |
A handler for writing Font objects.
|
| FormatLayout |
A layout manager that spaces components over six columns in seven different
formats.
|
| FrontendDefaultHandler |
The frontenddefault handler connects the SAX-backend with the handler implementations.
|
| G2TextMeasurer |
|
| GenericObjectFactory |
The generic object factory contains all methods necessary to collect
the property values needed to produce a fully instantiated object.
|
| GenericReadHandler |
A SAX handler for reading a generic object from an XML element.
|
| GenericWriteHandler |
A handler for writing generic objects.
|
| GradientPaintReadHandler |
A SAX handler for reading a GradientPaint from an XML element.
|
| GradientPaintTransformer |
The interface for a class that can transform a GradientPaint to
fit an arbitrary shape.
|
| GradientPaintTransformType |
Represents a type of transform for a GradientPaint.
|
| GradientPaintWriteHandler |
A handler for writing GradientPaint objects.
|
| HashNMap |
The HashNMap can be used to store multiple values by a single key value.
|
| HorizontalAlignment |
An enumeration of the horizontal alignment types (LEFT,
RIGHT and CENTER).
|
| IgnoredPropertyInfo |
Represents an ignored property.
|
| IndexedPropertyInfo |
Indexed property info.
|
| InsetsChooserPanel |
A component for editing an instance of the Insets class.
|
| InsetsReadHandler |
A reader that can parse the XML element for an Insets object.
|
| InsetsTextField |
A JTextField for displaying insets.
|
| InsetsWriteHandler |
A handler for writing an Insets object.
|
| IntegerAttributeHandler |
A class that handles the conversion of Integer attributes to and from an appropriate
String representation.
|
| IntegerDocument |
A document for editing integers.
|
| IntegerObjectDescription |
An object-description for an Integer object.
|
| IOUtils |
The IOUtils provide some IO related helper methods.
|
| JavaBaseClassFactory |
A default factory for all commonly used java base classes from java.lang, java.awt
etc.
|
| JavaSourceCollector |
The class collects all class-files and loads the class objects named
by these files.
|
| JCommon |
This class contains static information about the JCommon class library.
|
| JCommonInfo |
Information about the JCommon project.
|
| JCommonResources |
Localised resources for the JCommon Class Library.
|
| JCommonXMLInfo |
The info implementation for the XML classes of JCommon.
|
| JTextObserver |
An observer that selects all the text when a field gains the focus.
|
| KeyDescription |
A key description.
|
| KeyedComboBoxModel |
The KeyedComboBox model allows to define an internal key (the data element)
for every entry in the model.
|
| L1R1ButtonPanel |
A 'ready-made' panel that has one button on the left and another button on the right - a layout
manager takes care of resizing.
|
| L1R2ButtonPanel |
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.
|
| L1R3ButtonPanel |
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.
|
| Layer |
Used to indicate either the foreground or background layer.
|
| LCBLayout |
Specialised layout manager for a grid of components.
|
| LengthAdjustmentType |
Represents the three options for adjusting a length: expand, contract, and
no change.
|
| LengthLimitingDocument |
This Document restricts the size of the contained plain text to the given number of
characters.
|
| Library |
A simple class representing a library in a software project.
|
| Library |
Deprecated.
|
| LibraryPanel |
A panel containing a table that lists the libraries used in a project.
|
| LibraryTableModel |
A table model containing a list of libraries used in a project.
|
| Licences |
Contains the full texts of the GNU General Public Licence and the GNU Lesser
General Public Licence.
|
| Line2DObjectDescription |
An object-description for a Line2D object.
|
| LineBreakIterator |
An iterator that breaks text into lines.
|
| ListReadHandler |
A SAX handler for reading a list from an XML element.
|
| ListWriteHandler |
A handler for writing a List object.
|
| Log |
A simple logging facility.
|
| Log.SimpleMessage |
A simple message class.
|
| LogContext |
A log context.
|
| LogTarget |
An interface that defines a log target (a consumer of log messages).
|
| LongAttributeHandler |
A class that handles the conversion of Long attributes to and from an appropriate
String representation.
|
| LongObjectDescription |
An object-description for a Long object.
|
| LookupDefinition |
A lookup definition.
|
| ManualMappingDefinition |
Maps a class to a read handler and a write handler.
|
| ManualMappingInfo |
The manual mapping describes, how a certain class is handled in the parser.
|
| MappingModel |
A mapping model.
|
| ModelBuilder |
A model builder.
|
| ModelWriter |
A model writer.
|
| MonthConstants |
Useful constants for months.
|
| MultiplexMappingDefinition |
Maps a class to ...
|
| MultiplexMappingEntry |
A multiplex mapping entry.
|
| MultiplexMappingInfo |
Defines the multiplex entries for a certain base class.
|
| NullReadHandler |
A null read handler.
|
| NumberCellRenderer |
A table cell renderer that formats numbers with right alignment in each cell.
|
| ObjectDescription |
An interface for object descriptions.
|
| ObjectDescriptionException |
An exception that indicates a problem with an object description.
|
| ObjectFactory |
An object factory.
|
| ObjectFactoryException |
An exception that is thrown, if the creation of an Object failed in the
ObjectFactory implementation.
|
| ObjectFactoryLoader |
The object factory loader loads the xml specification for the generic
handlers.
|
| ObjectList |
A list of objects that can grow as required.
|
| ObjectRefHandler |
A SAX handler for an object reference.
|
| ObjectTable |
A lookup table for objects.
|
| ObjectUtilities |
A collection of useful static utility methods for handling classes and object
instantiation.
|
| OverlayLayout |
A simple layoutmanager to overlay all components of a parent.
|
| PaintList |
A table of Paint objects.
|
| PaintSample |
A panel that displays a paint sample.
|
| PaintUtilities |
Utility code that relates to Paint objects.
|
| ParseException |
A parse exception.
|
| Parser |
The Parser handles the SAXEvents and forwards the event call to the currently
active ElementDefinitionHandler.
|
| ParserFrontend |
The reportgenerator initializes the parser and provides an interface
the the default parser.
|
| ParserUtil |
Basic helper functions to ease up the process of parsing.
|
| PngEncoder |
PngEncoder takes a Java Image object and creates a byte string which can be
saved as a PNG file.
|
| Point2DObjectDescription |
An object-description for a Point2D object.
|
| Point2DReadHandler |
A SAX handler for reading Point2D objects from an XML element.
|
| Point2DWriteHandler |
A handler for writing a Point2D object.
|
| PrintBeanInfo |
A utility class for printing information about a class.
|
| PrintStreamLogTarget |
A log target that sends output to a PrintStream.
|
| ProjectInfo |
A class for recording the basic information about a free or open source software project.
|
| PropertyDefinition |
A property definition.
|
| PropertyInfo |
Information about a property.
|
| PropertyType |
An enumeration over the defined property types.
|
| PublicCloneable |
An interface that exposes the clone() method.
|
| RadialLayout |
RadialLayout is a component layout manager.
|
| ReaderWriterLock |
A reader-writer lock from "Java Threads" by Scott Oak and Henry Wong.
|
| ReadOnlyIterator |
Protects an given iterator by preventing calls to remove().
|
| Rectangle2DObjectDescription |
An object-description for a Rectangle2D object.
|
| Rectangle2DReadHandler |
A handler for reading a Rectangle2D object.
|
| Rectangle2DWriteHandler |
A handler for writing a Rectangle2D object.
|
| RectangleAnchor |
Used to indicate an anchor point for a rectangle.
|
| RectangleEdge |
Used to indicate the edge of a rectangle.
|
| RectangleInsets |
Represents the insets for a rectangle, specified in absolute or relative
terms.
|
| RefineryUtilities |
A collection of utility methods relating to user interfaces.
|
| RelativeDayOfWeekRule |
An annual date rule that returns a date for each year based on (a) a
reference rule; (b) a day of the week; and (c) a selection parameter
(SerialDate.PRECEDING, SerialDate.NEAREST, SerialDate.FOLLOWING).
|
| RenderingHintsReadHandler |
A read handler that can parse the XML element for a RenderingHints collection.
|
| RenderingHintsWriteHandler |
A handler for writing a RenderingHints object.
|
| RenderingHintValueReadHandler |
A read handler for a rendering hint value.
|
| ResourceBundleSupport |
An utility class to ease up using property-file resource bundles.
|
| ResourceBundleWrapper |
Wrapper of ResourceBundle.getBundle() methods.
|
| RootEditor |
A root editor reprensents a tab in a TabbedUI.
|
| RootPanel |
A root panel is a panel implementation of an root editor.
|
| RootXmlReadHandler |
A base root SAX handler.
|
| RootXmlWriteHandler |
A root handler for writing objects to XML format.
|
| Rotation |
Represents a direction of rotation (CLOCKWISE or
ANTICLOCKWISE).
|
| SafeTagList |
A container for information relating to the tags in the JFreeReport XML report files.
|
| SerialDate |
An abstract class that defines our requirements for manipulating dates,
without tying down a particular implementation.
|
| SerialDateChooserPanel |
A panel that allows the user to select a date.
|
| SerialDateUtilities |
A utility class that provides a number of useful methods (some static).
|
| SerialUtilities |
A class containing useful utility methods relating to serialization.
|
| ShapeList |
A table of Shape objects.
|
| ShapeUtilities |
Utility methods for Shape objects.
|
| ShortAttributeHandler |
A class that handles the conversion of Short attributes to and from an appropriate
String representation.
|
| ShortObjectDescription |
An object-description for a Short object.
|
| SimpleDateFormatObjectDescription |
An object-description for a SimpleDateFormat object.
|
| SimpleObjectFactory |
A simple object factory.
|
| Size2D |
A simple class for representing the dimensions of an object.
|
| SortableTable |
A simple extension of JTable that supports the use of a SortableTableModel.
|
| SortableTableHeaderListener |
Captures mouse clicks on a table header, with the intention of triggering a sort.
|
| SortableTableModel |
The base class for a sortable table model.
|
| SortButtonRenderer |
A table cell renderer for table headings - uses one of three JButton instances to indicate the
sort order for the table column.
|
| SortedConfigurationWriter |
Writes a Configuration instance into a property file, where
the keys are sorted by their name.
|
| SortOrder |
Defines tokens used to indicate sorting order (ascending or descending).
|
| SourceCollector |
A source collector returns a collection of Class objects.
|
| Spinner |
A very basic spinner component, used for demo purposes only.
|
| SplittingModelWriter |
A model writer that writes to multiple files.
|
| SpreadsheetDate |
Represents a date using an integer, in a similar fashion to the
implementation in Microsoft Excel.
|
| StackableException |
A baseclass for exceptions, which could have parent exceptions.
|
| StackableRuntimeException |
A baseclass for RuntimeExceptions, which could have parent exceptions.
|
| StandardDialog |
The base class for standard dialogs.
|
| StandardGradientPaintTransformer |
Transforms a GradientPaint to range over the width of a target
shape.
|
| StringAttributeHandler |
A String attribute handler.
|
| StringObjectDescription |
An object-description for a String object.
|
| StringReadHandler |
Required for list contents ...
|
| StringUtils |
String utilities.
|
| StrokeChooserPanel |
A component for choosing a stroke from a list of available strokes.
|
| StrokeList |
A table of Stroke objects.
|
| StrokeSample |
A panel that displays a stroke sample.
|
| SystemProperties |
A utility class for working with system properties.
|
| SystemPropertiesFrame |
A frame containing a table that displays the system properties for the
current Java Virtual Machine (JVM).
|
| SystemPropertiesPanel |
A panel containing a table of system properties.
|
| SystemPropertiesTableModel |
A sortable table model containing the system properties.
|
| SystemPropertiesTableModel.SystemProperty |
Useful class for holding the name and value of a system property.
|
| SystemPropertiesTableModel.SystemPropertyComparator |
A class for comparing SystemProperty objects.
|
| TabbedApplet |
An applet implementation that uses a tabbed GUI as backend.
|
| TabbedDialog |
A JDialog implementation that uses a tabbed UI as backend.
|
| TabbedFrame |
A JFrame implementation that uses a tabbed UI as backend.
|
| TableOrder |
Used to indicate the processing order for a table (by row or by column).
|
| TextAnchor |
Used to indicate the position of an anchor point for a text string.
|
| TextBlock |
A list of TextLine objects that form a block of text.
|
| TextBlockAnchor |
Used to indicate the position of an anchor point for a text block.
|
| TextBox |
A box containing a text block.
|
| TextFragment |
A text item, with an associated font, that fits on a single line (see
TextLine).
|
| TextLine |
A sequence of TextFragment objects that together form a line of
text.
|
| TextMeasurer |
An object that can measure text.
|
| TextUtilities |
Some utility methods for working with text in Java2D.
|
| TypeInfo |
Retains information about a type.
|
| UIUtilities |
A utility class to tune the Metal look and feel.
|
| UnitType |
Used to indicate absolute or relative units.
|
| URLClassFactory |
A URL class factory.
|
| URLObjectDescription |
An object-description for a URL object.
|
| VerticalAlignment |
An enumeration of the vertical alignment types (TOP,
BOTTOM and CENTER).
|
| VerticalLayout |
A simple layout manager, which aligns all components in a vertical
flow layout.
|
| WaitingImageObserver |
This image observer blocks until the image is completely loaded.
|
| WizardDialog |
A dialog that presents the user with a sequence of steps for completing a task.
|
| WizardPanel |
A panel that provides the user interface for a single step in a WizardDialog.
|
| XmlReaderException |
An XML reader exception.
|
| XmlReadHandler |
A handler for reading an XML element.
|
| XmlWriteHandler |
The interface that must be supported by all XML write handlers.
|
| XMLWriter |
A class for writing XML to a character stream.
|
| XMLWriterException |
An exception that can be thrown by the XMLWriter class.
|
| XMLWriterSupport |
A support class for writing XML files.
|