Overview
Package
Class
Deprecated
Index
Help
Groovy Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
about
- Field in
CocoaUIEnhancer.MenuHookObject
AbstractSWTGriffonApplication
- Class in
griffon.swt
Basic implementation of
GriffonApplication
that runs in standalone mode using SWT.
AbstractSWTGriffonApplication
(String)
- Constructor in
AbstractSWTGriffonApplication
actionProc
(long, long, long)
- Method in
CocoaUIEnhancer.MenuHookObject
Will be called on 64bit SWT.
app
- Field in
WindowManager
ApplicationFactory
- Class in
griffon.swt.factory
@author Andres Almiray
ApplicationFactory
()
- Constructor in
ApplicationFactory
appName
- Field in
CocoaUIEnhancer
attach
(String, Shell)
- Method in
WindowManager
Registers a window on this manager if an only if the window is not null and it's not registered already.
B
bootstrap
()
- Method in
AbstractSWTGriffonApplication
C
callReady
(Shell)
- Method in
AbstractSWTGriffonApplication
Calls the ready lifecycle method after the UI thread calms down
canBeRun
(Object)
- Method in
ConfigurableWindowDisplayHandler
canShutdown
(GriffonApplication)
- Method in
WindowManager
classForName
(String)
- Method in
CocoaUIEnhancer
CocoaUIEnhancer
- Class in
griffon.swt.support
Provide a hook to connecting the Preferences, About and Quit menu items of the Mac OS X Application menu when using the SWT Cocoa bindings.
CocoaUIEnhancer.MenuHookObject
- Class in
griffon.swt.support
Class invoked via the Callback object to run the about and preferences actions.
CocoaUIEnhancer.MenuHookObject
(RunnableWithArgs, RunnableWithArgs)
- Constructor in
CocoaUIEnhancer.MenuHookObject
CocoaUIEnhancer
()
- Constructor in
CocoaUIEnhancer
computeWindowName
()
- Method in
ApplicationFactory
ConfigurableWindowDisplayHandler
- Class in
griffon.swt
Implementation of a per window
WindowDisplayHandler
that can be configured via a DSL.
ConfigurableWindowDisplayHandler
()
- Constructor in
ConfigurableWindowDisplayHandler
convertToLong
(Object)
- Method in
CocoaUIEnhancer
COUNT
- Field in
ApplicationFactory
createApplicationContainer
()
- Method in
AbstractSWTGriffonApplication
CTOR_ARGS
- Field in
AbstractSWTGriffonApplication
D
DEFAULT_WINDOW_DISPLAY_HANDLER
- Field in
ConfigurableWindowDisplayHandler
defaultDisplay
- Field in
AbstractSWTGriffonApplication
DefaultMacOSXPlatformHandler
- Class in
griffon.swt
@author Andres Almiray
DefaultMacOSXPlatformHandler
()
- Constructor in
DefaultMacOSXPlatformHandler
DefaultWindowDisplayHandler
- Class in
griffon.swt
Default implementation of
WindowDisplayHandler
that simply makes the window visible on show() and disposes it on hide().
defaultWindowDisplayHandler
- Field in
AbstractSWTGriffonApplication
DefaultWindowDisplayHandler
()
- Constructor in
DefaultWindowDisplayHandler
detach
(Shell)
- Method in
WindowManager
Removes the window from the list of manages windows if and only if it is registered with this manager.
E
executeAsync
(Runnable)
- Method in
SWTUIThreadHandler
executeSync
(Runnable)
- Method in
SWTUIThreadHandler
exit
()
- Method in
AbstractSWTGriffonApplication
F
fetchDefaultWindowDisplayHandler
(GriffonApplication)
- Method in
ConfigurableWindowDisplayHandler
findWindow
(String)
- Method in
WindowManager
Finds a Window by name.
findWindowName
(Shell)
- Method in
WindowManager
G
getStartingWindow
()
- Method in
WindowManager
Finds the Window that should be displayed during the Ready phase of an application.
getUIThreadHandler
()
- Method in
AbstractSWTGriffonApplication
getWindowDisplayHandler
()
- Method in
AbstractSWTGriffonApplication
getWindowDisplayHandler
()
- Method in
SWTGriffonApplication
Returns the
WindowDisplayHandler
defined for this application.
getWindowManager
()
- Method in
AbstractSWTGriffonApplication
getWindowManager
()
- Method in
SWTGriffonApplication
Returns the
WindowManager
associated with this application.
getWindows
()
- Method in
WindowManager
Returns the list of windows managed by this manager.
H
handle
(GriffonApplication)
- Method in
DefaultMacOSXPlatformHandler
handleClose
(Widget)
- Method in
WindowManager
handleEvent
(Event)
- Method in
WindowManager.HideHelper
Triggers a
WindowHidden
event with the window as sole argument
handleEvent
(Event)
- Method in
WindowManager.ShowHelper
Triggers a
WindowShown
event with the window as sole argument
hide
(Shell, SWTGriffonApplication)
- Method in
ConfigurableWindowDisplayHandler
hide
(Shell, SWTGriffonApplication)
- Method in
DefaultWindowDisplayHandler
hide
(Shell, SWTGriffonApplication)
- Method in
WindowDisplayHandler
Callback for hiding a window.
hide
(Shell)
- Method in
WindowManager
Hides the window.
hideHelper
- Field in
WindowManager
hookApplicationMenu
(Display, Listener, RunnableWithArgs, RunnableWithArgs)
- Method in
CocoaUIEnhancer
Hook the given Listener to the Mac OS X application Quit menu and the IActions to the About and Preferences menus.
I
initialize
(Object)
- Method in
CocoaUIEnhancer
invoke
(Object, String, Class, Object)
- Method in
CocoaUIEnhancer
isUIThread
()
- Method in
SWTUIThreadHandler
J
K
kAboutMenuItem
- Field in
CocoaUIEnhancer
kPreferencesMenuItem
- Field in
CocoaUIEnhancer
kQuitMenuItem
- Field in
CocoaUIEnhancer
L
LOG
- Field in
WindowManager
M
main
(String)
- Method in
SWTApplication
N
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
ApplicationFactory
O
onShutdown
(GriffonApplication)
- Method in
WindowManager
Hides all visible windows
P
pref
- Field in
CocoaUIEnhancer.MenuHookObject
proc3Args
- Field in
CocoaUIEnhancer
Q
R
realize
()
- Method in
AbstractSWTGriffonApplication
registerName
(Class, String)
- Method in
CocoaUIEnhancer
resolveWindowDisplayHandler
()
- Method in
AbstractSWTGriffonApplication
resolveWindowDisplayHandler
()
- Method in
SWTGriffonApplication
Resolves the
WindowDisplayHandler
to be used with
WindowManager
.
run
(Class, String)
- Method in
AbstractSWTGriffonApplication
run
(Object, Shell, GriffonApplication)
- Method in
ConfigurableWindowDisplayHandler
S
sel_aboutMenuItemSelected_
- Field in
CocoaUIEnhancer
sel_preferencesMenuItemSelected_
- Field in
CocoaUIEnhancer
sel_toolbarButtonClicked_
- Field in
CocoaUIEnhancer
setWindowDisplayHandler
(WindowDisplayHandler)
- Method in
AbstractSWTGriffonApplication
setWindowDisplayHandler
(WindowDisplayHandler)
- Method in
SWTGriffonApplication
Sets the
WindowDisplayHandler
to be used in conjunction with
WindowManager
to handle window showing/hiding.
shellClosed
(ShellEvent)
- Method in
WindowManager.WindowHelper
show
()
- Method in
AbstractSWTGriffonApplication
show
(Shell, SWTGriffonApplication)
- Method in
ConfigurableWindowDisplayHandler
show
(Shell, SWTGriffonApplication)
- Method in
DefaultWindowDisplayHandler
show
(Shell, SWTGriffonApplication)
- Method in
WindowDisplayHandler
Callback for displaying a window.
show
(Shell)
- Method in
WindowManager
Shows the window.
showHelper
- Field in
WindowManager
shutdown
()
- Method in
AbstractSWTGriffonApplication
SWTApplication
- Class in
griffon.swt
@author Andres Almiray
SWTApplication
(String)
- Constructor in
SWTApplication
SWTGriffonApplication
- Interface in
griffon.swt
Defines an additional contract that all SWT based application should follow.
SWTUIThreadHandler
- Class in
griffon.swt
Executes code using SWT's Display.
SWTUIThreadHandler
()
- Constructor in
SWTUIThreadHandler
T
U
V
W
windowBlock
(GriffonApplication, String)
- Method in
ConfigurableWindowDisplayHandler
WindowDisplayHandler
- Interface in
griffon.swt
Controls how windows are shown and hidden at runtime.
windowDisplayHandler
- Field in
AbstractSWTGriffonApplication
windowHelper
- Field in
WindowManager
WindowManager
- Class in
griffon.swt
Controls a set of windows that belong to the application.
WindowManager.HideHelper
- Class in
griffon.swt
Listener that triggers application events when a window is hidden.
WindowManager.HideHelper
()
- Constructor in
WindowManager.HideHelper
WindowManager.ShowHelper
- Class in
griffon.swt
Listener that triggers application events when a window is shown.
WindowManager.ShowHelper
()
- Constructor in
WindowManager.ShowHelper
WindowManager.WindowHelper
- Class in
griffon.swt
WindowAdapter that invokes hide() when the window is about to be closed.
WindowManager.WindowHelper
()
- Constructor in
WindowManager.WindowHelper
windowManager
- Field in
AbstractSWTGriffonApplication
WindowManager
(SWTGriffonApplication)
- Constructor in
WindowManager
Creates a new WindowManager tied to an specific application.
windowManagerBlock
(GriffonApplication)
- Method in
ConfigurableWindowDisplayHandler
windows
- Field in
WindowManager
wrapPointer
(long)
- Method in
CocoaUIEnhancer
X
Y
Z
_
Groovy Documentation