Package de.pxlab.gui

Extensions to the AWT classes which are needed by the PXLab GUI components but are not needed by the PXLab runtime core methods.

See:
          Description

Interface Summary
AxisListener An AxisListener responds to changes in an AxisModel.
ChartListener A ChartListener gets a message whenever the current position in the Chart where the listener is registered has been changed.
ChartMouseExtension This interface provides a hook into the mouse event processing methods of a Chart object.
ChartPaintExtension This interface provides a hook into the paint method of a Chart object.
 

Class Summary
ActionBar This is a bar of Button or Choice objects which acts like a conventional tool bar.
ApplicationFrame The ApplicationFrame class describes frames which can run applications.
ApplicationPanel This ist the super class of main control panels.
AxisModel This class describes a very general model for a bounded range of numbers which may be viewed by a Axis.
BackBuffer Double buffering support for components.
Chart This class paints a 2D chart with independent axis models for each axis.
JChart This class paints a 2D chart with independent axis models for each axis.
LinearAxisModel This is a model for a linear axis.
LogAxisModel This class implements the logarithmic axis model.
PowerAxisModel This class implements the power function AxisModel.
ProgressBar A horizontal bar which shows the progress of some task.
Slider Creates a horizontal or vertical slider which shows a view onto one of the AxisModel objects.
 

Package de.pxlab.gui Description

Extensions to the AWT classes which are needed by the PXLab GUI components but are not needed by the PXLab runtime core methods.

The classes in this package do not depend on the package de.pxlab.pxl.