Interface | Description |
---|---|
ButtonPadListener |
Interface for receiving button events from a button pad.
|
HoverListener |
Listener class for an object which listens for HoverEvents.
|
TimeDisplay |
Interface for GUI components which display temporal data.
|
TimeSpanWidget |
Interface for GUI components which represent a span of time.
|
TimeWidget |
Interface for GUI components which represent (and control) time.
|
Class | Description |
---|---|
AscendLabel |
Implementation of a JLabel that writes its characters vertically instead of
horizontally.
|
ButtonPad |
Abstract class for button pads.
|
ButtonPadAdapter |
An abstract adapter for receiving ButtonPadEvents.
|
ButtonPadEvent | |
CanBorder |
Implementation of a border which creates a Can-shape around the component.
|
ColorCellEditor |
This cell editor provides the means to edit and display table cells
representing color values.
|
DemoRecorder |
Recorder for demonstration scripts.
|
DemoRobot |
This class is designed to provide an automated demonstration for a graphical
application.
|
DirectionalPad |
Button pad that shows the directional buttons (up, down, left, right, and
optional zoom in and zoom out).
|
DualTimeBar |
Extension of a TimeBar which adds a display of overlay time spans.
|
ExtensionFileFilter |
This class implements a FileFilter that handles any extensions passed in.
|
FadeBorder |
Provides a fading border which fades from the component background color to
a specified color, or the default colors if the color is not set.
|
FloatCellEditor |
This cell editor provides the means to edit and display table cells
representing floating point values.
|
GuiDataFilter |
Extension of the DataFilter class which supports user interface controls.
|
HoverEvent |
HoverEvent can be used to signal when an object is hovered over by the
mouse, or when the hovering stops.
|
HtmlViewer |
This utility class displays web pages in a frame.
|
MultiButton |
Button object which will cycle through multiple states.
|
ProgressTimeBar |
This class extends the TimeBar component to include a visible ramp which
represents the progress of a particular task.
|
SelectValueFilter |
GuiDataFilter which enables users to select particular field values for a
field from a finite list.
|
SliderRowPane |
Panel incorporating a slider, increment and decrement buttons, and a value
label
|
StackBorder |
Implementation of a border displaying a stack of pages underneath the
component.
|
TimeBar |
Representation of a sequence of activity.
|
TimeDisplayControl |
GUI Component to control temporal displays.
|
TimerThread |
Simple timer thread which works with TimeDisplays.
|
TimeRuler |
TimeRuler provides a class that marks regular intervals of time.
|
TimeSlider |
The TimeSlider is a slider which interpolates across a range of times.
|
TimeTextField |
Implementation of a TimeWidget which simply interprets a text field.
|
TimeWindowFilter |
Implementation of a GuiDataFilter which filters records based upon time.
|
ValueTimeBar |
Extension of a TimeBar which supports values for each span.
|
Enum | Description |
---|---|
ButtonPad.ButtonLayout | |
ButtonPadEvent.ButtonState |
Includes a variety of specialized user interface components. These components have been designed to be fairly atomic, and can be dropped into other applications easily. Most are built on top of the Swing framework. Some provide simple functionality, such as custom borders. Others provide more sophisticated interfaces, such as editing and controls.
Classes within this package are independent of other classes in Prajna (except prajna.data). Different sub-packages contain GUI classes for particular aspects of Prajna.