Uses of Class
net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Packages that use WindowBuilderException Package Description 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.tags A package with tag handler classes for creating window components. -
-
Uses of WindowBuilderException in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window that throw WindowBuilderException Modifier and Type Method Description Window
WindowManager. createDialog(WindowBuilderData builderData, WindowData data, boolean modal, Window wnd)
Creates a modal or non modal dialog.Window
WindowManagerWrapper. createDialog(WindowBuilderData builderData, WindowData data, boolean modal, Window wnd)
Creates a modal or non modal dialog.Window
WindowManager. createFrame(WindowBuilderData builderData, WindowData data, Window wnd)
Creates a frame window (a main frame).Window
WindowManagerWrapper. createFrame(WindowBuilderData builderData, WindowData data, Window wnd)
Creates a frame window (a main frame).Window
WindowManager. createInternalFrame(WindowBuilderData builderData, WindowData data, Window wnd)
Creates an internal frame window.Window
WindowManagerWrapper. createInternalFrame(WindowBuilderData builderData, WindowData data, Window wnd)
Creates an internal frame window. -
Uses of WindowBuilderException in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags that throw WindowBuilderException Modifier and Type Method Description protected Window
DialogTag. createWindow(WindowManager manager, WindowBuilderData data)
Creates the dialog window using the passed in window manager.protected Window
FrameTag. createWindow(WindowManager manager, WindowBuilderData data)
Creates the frame window.protected Window
InternalFrameTag. createWindow(WindowManager manager, WindowBuilderData data)
Creates the internal frame window using the passed in window manager.protected abstract Window
WindowBaseTag. createWindow(WindowManager manager, WindowBuilderData data)
Creates the window represented by the given data object using the current window manager.protected Object
WindowBaseTag. fetchMenuBar(String name)
Tries to obtain the menu bar with the given name.protected Window
DialogTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)
Initializes the dialog window.protected Window
FrameTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)
Initializes the frame window.protected Window
InternalFrameTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)
Initializes an internal frame window.protected abstract Window
WindowBaseTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)
Initializes the window that was created by thecreateWindow()
method.
-