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.
|
net.sf.jguiraffe.gui.platform.swing.builder.window |
This package contains concrete implementations of Swing window classes.
|
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 | Class and Description |
---|---|
class |
DialogTag
A tag handler class for creating dialogs.
|
class |
FrameTag
A tag handler class for creating (main) frame windows.
|
class |
InternalFrameTag
A tag handler class for creating internal frames.
|
class |
WindowBaseTag
A base class for all tag handler classes that create windows.
|
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 void |
SwingWindowManager.initSwingWindowProperties(SwingWindow window,
WindowData data,
Window parent)
Initializes the given Swing window implementation from the given data
object.
|
protected void |
SwingWindowManager.initWindowBounds(SwingWindow window,
WindowData data,
Window parent)
Initializes the bounds of a newly created window.
|
protected void |
SwingWindowManager.initWindowBounds(WindowAdapter window,
WindowData data,
Window parent)
Initializes the bounds of the given AWT window object.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.