Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewSettingsFormController.windowOpened(WindowEvent event)
The associated window was opened.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoReleaseListener.windowActivated(WindowEvent event)
Window activated event.
|
void |
AutoReleaseListener.windowClosed(WindowEvent event)
The window was closed.
|
void |
AutoReleaseListener.windowClosing(WindowEvent event)
Window closing event.
|
void |
AutoReleaseListener.windowDeactivated(WindowEvent event)
Window deactivated event.
|
void |
AutoReleaseListener.windowDeiconified(WindowEvent event)
Window deiconified event.
|
void |
AutoReleaseListener.windowIconified(WindowEvent event)
Window iconified event.
|
void |
AutoReleaseListener.windowOpened(WindowEvent event)
Window opened event.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowListener.windowActivated(WindowEvent event)
Callback method to notify a listener that a window was activated.
|
void |
WindowListener.windowClosed(WindowEvent event)
Callback method to notify a listener that a window was closed.
|
void |
WindowListener.windowClosing(WindowEvent event)
Callback method to notify a listener that a window is about to be closed.
|
void |
WindowListener.windowDeactivated(WindowEvent event)
Callback method to notify a listener that a window was deactivated.
|
void |
WindowListener.windowDeiconified(WindowEvent event)
Callback method to notify a listener that a window was deiconified.
|
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. |
void |
WindowListener.windowIconified(WindowEvent event)
Callback method to notify a listener that a window was iconified.
|
void |
WindowListener.windowOpened(WindowEvent event)
Callback method to notify a listener that a window was opened.
|
Modifier and Type | Method and Description |
---|---|
void |
FormController.windowActivated(WindowEvent event)
Dummy implementation of this window event.
|
void |
FormController.windowClosed(WindowEvent event)
The associated window was closed.
|
void |
FormController.windowClosing(WindowEvent event)
Dummy implementation of this window event.
|
void |
FormController.windowDeactivated(WindowEvent event)
Dummy implementation of this window event.
|
void |
FormController.windowDeiconified(WindowEvent event)
Dummy implementation of this window event.
|
void |
FormController.windowIconified(WindowEvent event)
Dummy implementation of this window event.
|
void |
FormController.windowOpened(WindowEvent event)
The window containing the associated form was opened.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.