Uses of Class
net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Packages that use WindowBuilderData Package Description net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilderinterfaces can be found.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. -
-
Uses of WindowBuilderData in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return WindowBuilderData Modifier and Type Method Description protected WindowBuilderDataJellyBuilder. createWindowBuilderData(BuilderData data)Creates the window builder data object for the current builder process. -
Uses of WindowBuilderData in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window that return WindowBuilderData Modifier and Type Method Description static WindowBuilderDataWindowBuilderData. get(org.apache.commons.jelly.JellyContext context)Returns the instance of this class stored in the specified Jelly context.Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowBuilderData Modifier and Type Method Description WindowWindowManager. createDialog(WindowBuilderData builderData, WindowData data, boolean modal, Window wnd)Creates a modal or non modal dialog.WindowWindowManagerWrapper. createDialog(WindowBuilderData builderData, WindowData data, boolean modal, Window wnd)Creates a modal or non modal dialog.WindowWindowManager. createFrame(WindowBuilderData builderData, WindowData data, Window wnd)Creates a frame window (a main frame).WindowWindowManagerWrapper. createFrame(WindowBuilderData builderData, WindowData data, Window wnd)Creates a frame window (a main frame).WindowWindowManager. createInternalFrame(WindowBuilderData builderData, WindowData data, Window wnd)Creates an internal frame window.WindowWindowManagerWrapper. createInternalFrame(WindowBuilderData builderData, WindowData data, Window wnd)Creates an internal frame window. -
Uses of WindowBuilderData in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return WindowBuilderData Modifier and Type Method Description WindowBuilderDataFormController. getWindowBuilderData()Returns theWindowBuilderDataobject.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type WindowBuilderData Modifier and Type Method Description voidFormController. setWindowBuilderData(WindowBuilderData windowBuilderData)Sets theWindowBuilderDataobject. -
Uses of WindowBuilderData in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags with parameters of type WindowBuilderData Modifier and Type Method Description protected WindowDialogTag. createWindow(WindowManager manager, WindowBuilderData data)Creates the dialog window using the passed in window manager.protected WindowFrameTag. createWindow(WindowManager manager, WindowBuilderData data)Creates the frame window.protected WindowInternalFrameTag. createWindow(WindowManager manager, WindowBuilderData data)Creates the internal frame window using the passed in window manager.protected abstract WindowWindowBaseTag. createWindow(WindowManager manager, WindowBuilderData data)Creates the window represented by the given data object using the current window manager.protected WindowDialogTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)Initializes the dialog window.protected WindowFrameTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)Initializes the frame window.protected WindowInternalFrameTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)Initializes an internal frame window.protected abstract WindowWindowBaseTag. initWindow(WindowManager manager, WindowBuilderData data, Window wnd)Initializes the window that was created by thecreateWindow()method.
-