Package org.peace_tools.generic

Provides a generic set of application-independent classes for performing standard GUI operations.

See:
          Description

Interface Summary
LogListener Interface for "Views" that are interested in receiving log changes.
WizardPage A simple interface that is implemented by all wizard pages so that they can be displayed in a wizard dialog.
 

Class Summary
CustomBorder A custom border that draws 4 lines along the edges of a given component based on either color codes or four custom colors.
CustomPanel A Custom panel that can have an Image for its Background
GenericWizardPage This class serves as a generic wizard page.
HelpHandler A simple class to handle display of help URLs.
IconTreeNode A simple tree node that also permits an icon to be set.
Log This is an abstract base class that provides the core features for managing log entries.
Pair A simple class to encapsulate a pair that is used to describe pairs of values that are stored in other data structures.
ProgrammerLog Top-level logging class for creating programmer logs.
UserLog Top-level logging class for creating user logs.
Utilities This class acts as a helper class and contains STATIC methods (only) that acts as helpers to handle some of the common, often performed tasks in the presentation manager
WizardDialog A extended wizard dialog class.
 

Enum Summary
Log.LogLevel This enumeration provides a convenient mechanism for referring to different error levels when generating logs.
 

Package org.peace_tools.generic Description

Provides a generic set of application-independent classes for performing standard GUI operations.

This package is a generic package (that does not and should not have dependence on any other package, other than standard Java packages) that provides commonly used features and functionality that application developed by our laboratories use.

Since:
0.9