Package net.sf.jguiraffe.gui.builder.window

The interfaces and classes in this package support the creation of several types of windows in builder scripts.

See:
          Description

Interface Summary
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 independend) information about a window to be created.
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 Summary
InvariantWindowClosingStrategy A very simple implementation of the WindowClosingStrategy interface.
WindowBuilderData A data class that stores important information needed during a window builder process.
WindowUtils A static utility class providing useful functionality for dealing with Window objects.
 

Exception Summary
WindowBuilderException A specialized exception class used for reporting error conditions related to the window builder.
 

Package net.sf.jguiraffe.gui.builder.window Description

The interfaces and classes in this package support the creation of several types of windows in builder scripts.

$Id: package.html 156 2009-03-03 21:04:47Z oheger $



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.