Uses of Package
net.sf.jguiraffe.gui.builder.window
-
Packages that use net.sf.jguiraffe.gui.builder.window Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found.net.sf.jguiraffe.gui.builder.utils Theutils
package contains some classes and interfaces providing some special functionality that cannot be associated with other parts of the builder framework.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.app Class Description Window Definition of an interface for describing windows in a platform independent way. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder Class Description Window Definition of an interface for describing windows in a platform independent way.WindowEvent An event class used by the window builder framework to deliver event information related to windows.WindowListener Definition of an interface that must be implemented by objects that are interested in window related events. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder.impl Class Description Window Definition of an interface for describing windows in a platform independent way.WindowBuilderData A data class that stores important information needed during a window builder process.WindowManager Definition of an interface for platform (or GUI library) specific window manager implementations. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder.utils Class Description Window Definition of an interface for describing windows in a platform independent way. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder.window Class Description InvariantWindowClosingStrategy A very simple implementation of theWindowClosingStrategy
interface.Window Definition of an interface for describing windows in a platform independent way.WindowBuilderData A data class that stores important information needed during a window builder process.WindowBuilderException A specialized exception class used for reporting error conditions related to the window builder.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.WindowEvent An event class used by the window builder framework to deliver event information related to windows.WindowEvent.Type An enumeration for the different types of window events.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. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder.window.ctrl Class Description Window Definition of an interface for describing windows in a platform independent way.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.WindowListener Definition of an interface that must be implemented by objects that are interested in window related events. -
Classes in net.sf.jguiraffe.gui.builder.window used by net.sf.jguiraffe.gui.builder.window.tags Class Description Window Definition of an interface for describing windows in a platform independent way.WindowBuilderData A data class that stores important information needed during a window builder process.WindowBuilderException A specialized exception class used for reporting error conditions related to the window builder.WindowData Definition of an interface for providing (platform-independent) information about a window to be created.WindowManager Definition of an interface for platform (or GUI library) specific window manager implementations.