Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.bgtask | |
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
net.sf.jguiraffe.gui.builder.impl |
Here default implementations of the
Builder interfaces can be found. |
net.sf.jguiraffe.gui.builder.utils |
The
utils package contains some classes and interfaces providing
some special functionality that cannot be associated with other parts of the
builder framework. |
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.utils |
A package with Swing-specific utility classes.
|
net.sf.jguiraffe.gui.platform.swing.builder.window |
This package contains concrete implementations of Swing window classes.
|
Constructor and Description |
---|
BgTaskCommand(GUISynchronizer sync,
Window infoWindow,
BgTaskData taskData,
ProgressBarHandler handler)
Creates a new instance of
BgTaskCommand and initializes it. |
Modifier and Type | Method and Description |
---|---|
Window |
ApplicationContextImpl.getMainWindow()
Returns the application's main window.
|
Window |
ApplicationContext.getMainWindow()
Returns the application's main window.
|
Window |
ApplicationBuilderData.getParentWindow()
Returns the parent window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Application.initMainWindow(Window window,
org.apache.commons.configuration.Configuration config)
Initializes the application's main window object.
|
void |
ApplicationContextImpl.setMainWindow(Window mainWindow)
Allows to set the application's main window.
|
void |
ApplicationContext.setMainWindow(Window mainWindow)
Allows to set the application's main window.
|
void |
ApplicationBuilderData.setParentWindow(Window parentWindow)
Sets the parent window.
|
protected void |
Application.showMainWindow(Window window)
Shows the application's main window.
|
Modifier and Type | Method and Description |
---|---|
Window |
Builder.buildWindow(Locator script,
BuilderData data)
A convenience method for building windows like top-level frames or
dialogs.
|
Window |
BuilderData.getParentWindow()
Returns the parent window.
|
Modifier and Type | Method and Description |
---|---|
Window |
JellyBuilder.buildWindow(Locator script,
BuilderData data)
A convenience method for building windows.
|
Modifier and Type | Method and Description |
---|---|
int |
NullMessageOutput.show(Window parent,
Object message,
String title,
int messageType,
int buttonType)
Outputs the specified message.
|
int |
MessageOutput.show(Window parent,
Object message,
String title,
int messageType,
int buttonType)
Displays a message box based on the given options.
|
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.
|
Window |
WindowBuilderData.getParentWindow()
Returns the parent window of the new window.
|
Window |
Window.getParentWindow()
Returns the (platform independent abstraction of) window's parent window.
|
Window |
WindowBuilderData.getResultWindow()
Returns the result window of the builder process.
|
Window |
WindowBuilderData.getWindow(String name)
Returns the result window with the given name.
|
static Window |
WindowUtils.toWindow(Object wnd)
Tries to cast the specified object into a
Window . |
static Window |
WindowUtils.toWindowEx(Object wnd)
Tries to cast the specified object into a
Window . |
static Window |
WindowUtils.windowFromEvent(WindowEvent event)
Tries to cast the source window from the specified event object into a
Window object. |
static Window |
WindowUtils.windowFromEventEx(WindowEvent event)
Tries to cast the source window from the specified event object into a
Window object. |
Modifier and Type | Method and Description |
---|---|
boolean |
WindowClosingStrategy.canClose(Window window)
Checks if the window can be closed.
|
boolean |
InvariantWindowClosingStrategy.canClose(Window window)
Checks if the window can be closed.
|
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.
|
static Object |
WindowUtils.getPlatformWindow(Window window)
Returns the platform (or GUI library) specific window that is represented
by the passed in
Window object. |
void |
WindowBuilderData.putWindow(String name,
Window window)
Adds a result window to this data object.
|
void |
WindowBuilderData.setParentWindow(Window parentWindow)
Sets the parent window.
|
void |
WindowBuilderData.setResultWindow(Window resultWindow)
Sets the result window.
|
Constructor and Description |
---|
WindowEvent(Object source,
Window sourceWindow,
WindowEvent.Type type)
Creates an instance of
WindowEvent and sets the properties. |
Modifier and Type | Method and Description |
---|---|
Window |
FormController.getWindow()
Returns the associated window.
|
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 Window |
WindowControllerTag.fetchWindow()
Obtains the window for this controller.
|
Window |
WindowBaseTag.getWindow()
Returns the window created by this tag.
|
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 |
---|---|
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.
|
protected void |
WindowControllerTag.registerController(Object controller,
Window window)
Checks the interfaces implemented by the controller bean and performs
necessary registrations.
|
Modifier and Type | Method and Description |
---|---|
protected JDialog |
SwingMessageOutput.createDialog(JOptionPane pane,
Window parent,
String title)
Creates the dialog from the option pane.
|
protected JOptionPane |
SwingMessageOutput.createOptionPane(Window parent,
Object message,
String title,
int messageType,
int optionType)
Creates the option pane dialog for displaying the message box.
|
int |
SwingMessageOutput.show(Window parent,
Object message,
String title,
int messageType,
int buttonType)
Displays a message box.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwingWindow
Definition of an extended window interface implemented by Swing window
implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFrameAdapter
A window adapter implementation for Swing internal frames.
|
class |
WindowAdapter
Abstract base class for Swing
Window implementations that are
based on java.awt.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.
|
Window |
WindowAdapter.getParentWindow()
Returns the window's parent.
|
Window |
InternalFrameAdapter.getParentWindow()
Returns this window's parent.
|
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.
|
void |
WindowAdapter.setParentWindow(Window parent)
Sets the window's parent.
|
void |
SwingWindow.setParentWindow(Window parent)
Sets this window's parent window.
|
void |
InternalFrameAdapter.setParentWindow(Window parent)
Sets this window's parent window.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.