Uses of Interface
net.sf.jguiraffe.gui.builder.window.WindowData
-
Packages that use WindowData 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 WindowData in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowData 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 WindowData in net.sf.jguiraffe.gui.builder.window.tags
Classes in net.sf.jguiraffe.gui.builder.window.tags that implement WindowData Modifier and Type Class Description classDialogTagA tag handler class for creating dialogs.classFrameTagA tag handler class for creating (main) frame windows.classInternalFrameTagA tag handler class for creating internal frames.classWindowBaseTagA base class for all tag handler classes that create windows.
-