| Package | Description | 
|---|---|
| net.sf.jguiraffe.gui.builder.impl | 
Here default implementations of the  Builderinterfaces 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. | 
| net.sf.jguiraffe.gui.platform.swing.builder.window | 
This package contains concrete implementations of Swing window classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected WindowBuilderData | JellyBuilder. createWindowBuilderData(BuilderData data)Creates the window builder data object for the current builder process. | 
| Modifier and Type | Method and Description | 
|---|---|
| static WindowBuilderData | WindowBuilderData. get(org.apache.commons.jelly.JellyContext context)Returns the instance of this class stored in the specified Jelly context. | 
| Modifier and Type | Method and Description | 
|---|---|
| Window | WindowManagerWrapper. createDialog(WindowBuilderData builderData,
            WindowData data,
            boolean modal,
            Window wnd)Creates a modal or non modal dialog. | 
| Window | WindowManager. createDialog(WindowBuilderData builderData,
            WindowData data,
            boolean modal,
            Window wnd)Creates a modal or non modal dialog. | 
| Window | WindowManagerWrapper. createFrame(WindowBuilderData builderData,
           WindowData data,
           Window wnd)Creates a frame window (a main frame). | 
| Window | WindowManager. createFrame(WindowBuilderData builderData,
           WindowData data,
           Window wnd)Creates a frame window (a main frame). | 
| Window | WindowManagerWrapper. createInternalFrame(WindowBuilderData builderData,
                   WindowData data,
                   Window wnd)Creates an internal frame window. | 
| Window | WindowManager. createInternalFrame(WindowBuilderData builderData,
                   WindowData data,
                   Window wnd)Creates an internal frame window. | 
| Modifier and Type | Method and Description | 
|---|---|
| WindowBuilderData | FormController. getWindowBuilderData()Returns the  WindowBuilderDataobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FormController. setWindowBuilderData(WindowBuilderData windowBuilderData)Sets the  WindowBuilderDataobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Window | WindowBaseTag. createWindow(WindowManager manager,
            WindowBuilderData data)Creates the window represented by the given data object using the current
 window manager. | 
| protected Window | InternalFrameTag. createWindow(WindowManager manager,
            WindowBuilderData data)Creates the internal frame window using the passed in window manager. | 
| protected Window | FrameTag. createWindow(WindowManager manager,
            WindowBuilderData data)Creates the frame window. | 
| protected Window | DialogTag. createWindow(WindowManager manager,
            WindowBuilderData data)Creates the dialog window using the passed in window manager. | 
| protected abstract Window | WindowBaseTag. initWindow(WindowManager manager,
          WindowBuilderData data,
          Window wnd)Initializes the window that was created by the
  createWindow()method. | 
| protected Window | InternalFrameTag. initWindow(WindowManager manager,
          WindowBuilderData data,
          Window wnd)Initializes an internal frame window. | 
| protected Window | FrameTag. initWindow(WindowManager manager,
          WindowBuilderData data,
          Window wnd)Initializes the frame window. | 
| protected Window | DialogTag. initWindow(WindowManager manager,
          WindowBuilderData data,
          Window wnd)Initializes the dialog window. | 
| Modifier and Type | Method and Description | 
|---|---|
| Window | SwingWindowManager. createDialog(WindowBuilderData builderData,
            WindowData data,
            boolean modal,
            Window wnd)Creates a dialog window. | 
| Window | SwingWindowManager. createFrame(WindowBuilderData builderData,
           WindowData data,
           Window wnd)Creates a frame window. | 
| Window | SwingWindowManager. createInternalFrame(WindowBuilderData builderData,
                   WindowData data,
                   Window wnd)Creates and initializes an internal frame window and adds it to its
 parent frame. | 
| protected JDialog | SwingWindowManager. createJDialog(WindowBuilderData builderData)Creates a new dialog object. | 
Copyright © 2016 The JGUIraffe Team. All rights reserved.