utils
package contains some classes and interfaces providing
some special functionality that cannot be associated with other parts of the
builder framework.See: Description
Interface | Description |
---|---|
GUISynchronizer |
Definition of an interface that supports updating GUI components from
different threads.
|
MessageOutput |
Definition of an interface for creating message boxes in a platform
independent way.
|
Class | Description |
---|---|
NullMessageOutput |
An implementation of the
MessageOutput interface that does not output
a message. |
Exception | Description |
---|---|
GUIRuntimeException |
An exception class for reporting GUI related runtime errors.
|
The utils
package contains some classes and interfaces providing
some special functionality that cannot be associated with other parts of the
builder framework.
The interfaces in this package define a kind of cross-cutting functionality needed by many other components within the JGUIraffe library, e.g. synchronization with the event dispatch thread or the ability to display a message box.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
Copyright © 2016 The JGUIraffe Team. All rights reserved.