Interface | Description |
---|---|
FilePollerListenerInterface | |
PropDefaults.ActiveValue |
This class enables one to store an entry in the defaults
table that's constructed each time it's looked up with one of
the
getXXX(key) methods. |
PropDefaults.LazyValue |
This class enables one to store an entry in the defaults
table that isn't constructed until the first time it's
looked up with one of the
getXXX(key) methods. |
ResourceComponentFactoryable |
This factory generates GUI components such as JMenubar or toolbars.
|
Class | Description |
---|---|
BasicProperties |
Implements the a standard base property class from which
all HighQSoft classes can be derived.
|
CursorThread |
This Object is a thread to animate the mouse cursor image.
|
DoubleBufferedCanvas |
This object provides a canvas object that image is double buffered.
|
EnhancedPropertyResource | |
FilePoller |
This object polls a directory and send messages on newly created files.
|
FilePollerEvent |
This object is the event fired by the FilePoller class.
|
FilePollerListener |
This is an implementation of the FilePollerListenerInterface.
|
FontSelector |
The component to select font styles.
|
Fronter |
This utility brings up the given component up to the front.
|
GarbageCollector |
The garbage collector application.
|
IconForAsamOds | |
LineStyleSelector |
The component to select a line style.
|
MessageBox |
A Message box implementation
|
Parse |
The Parse object provides several routines to parse strings.
|
PenStroke |
Defines a basic set of rendering attributes for stroked graphics
primitives.
|
PrintfFormat |
PrintfFormat allows the formatting of an array of
objects embedded within a string.
|
PropDefaults |
A table of defaults for PI-Software classes.
|
PropertyBundle |
Resource bundles contain locale-specific objects.
|
PropManager |
This class keeps track of the default properties.
|
RangeSelector |
The component to select a one dimensional range.
|
ResourceComponentFactory |
This factory generates GUI components such as JMenubar or toolbars.
|
SortedVector |
This object extends the java.util.vector.
|
StringFormat |
The StringFormat writes a formated string.
|
TrafficLight |
The TrafficLight panel.
|
Uniq |
The unique object allows to unify an array.
|
Exception | Description |
---|---|
UtilException |
This object provides an exception handler for the utility package.
|
WrongTypeException |
This object provides an exception handler for the utility package.
|