See: Description
Interface | Description |
---|---|
Window |
Definition of an interface for describing windows in a platform independent
way.
|
WindowClosingStrategy |
Definition of an interface used to control whether a window can be closed.
|
WindowData |
Definition of an interface for providing (platform-independent) information
about a window to be created.
|
WindowListener |
Definition of an interface that must be implemented by objects that are
interested in window related events.
|
WindowManager |
Definition of an interface for platform (or GUI library) specific window
manager implementations.
|
WindowWrapper |
Definition of an interface for objects that wrap "real" windows.
|
Class | Description |
---|---|
InvariantWindowClosingStrategy |
A very simple implementation of the
WindowClosingStrategy
interface. |
WindowBuilderData |
A data class that stores important information needed during a window builder
process.
|
WindowEvent |
An event class used by the window builder framework to deliver event
information related to windows.
|
WindowManagerWrapper |
A base class for wrapper implementations of the
WindowManager
interface. |
WindowUtils |
A static utility class providing useful functionality for dealing with
Window objects. |
Enum | Description |
---|---|
WindowEvent.Type |
An enumeration for the different types of window events.
|
Exception | Description |
---|---|
WindowBuilderException |
A specialized exception class used for reporting error conditions related to
the window builder.
|
The interfaces and classes in this package support the creation of several types of windows in builder scripts.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
Copyright © 2016 The JGUIraffe Team. All rights reserved.