Groovy Documentation
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

AbstractLanternaGriffonApplication - Class in griffon.lanterna
Basic implementation of GriffonApplication that runs in standalone mode using Lanterna.
AbstractLanternaGriffonApplication(String) - Constructor in AbstractLanternaGriffonApplication
ActionFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ActionFactory() - Constructor in ActionFactory
ActionListBoxFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ActionListBoxFactory() - Constructor in ActionListBoxFactory
addLayoutProperties(Map) - Method in LayoutFactory
app - Field in WindowManager
ApplicationFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ApplicationFactory() - Constructor in ApplicationFactory
attach(String, Window) - 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

beanClass - Property in BeanFactory
BeanFactory - Class in griffon.lanterna.factory
@author Andres Almiray
BeanFactory(Class, boolean) - Constructor in BeanFactory
bootstrap() - Method in AbstractLanternaGriffonApplication
BoxFactory - Class in griffon.lanterna.factory
@author Andres Almiray
BoxFactory(Orientation) - Constructor in BoxFactory
ButtonFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ButtonFactory() - Constructor in ButtonFactory

C

callReady(Window) - Method in AbstractLanternaGriffonApplication
Calls the ready lifecycle method after the UI thread calms down
canBeRun(Object) - Method in ConfigurableWindowDisplayHandler
canShutdown(GriffonApplication) - Method in WindowManager
CheckBoxFactory - Class in griffon.lanterna.factory
@author Andres Almiray
CheckBoxFactory() - Constructor in CheckBoxFactory
CollectionFactory - Class in griffon.lanterna.factory
@author Andres Almiray
CollectionFactory() - Constructor in CollectionFactory
ComponentFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ComponentFactory(Class, boolean) - Constructor in ComponentFactory
computeWindowName() - Method in ApplicationFactory
ConfigurableWindowDisplayHandler - Class in griffon.lanterna
Implementation of a per window WindowDisplayHandler that can be configured via a DSL.
ConfigurableWindowDisplayHandler() - Constructor in ConfigurableWindowDisplayHandler
constraintsAttributeDelegate(def, def, def) - Method in LayoutFactory
contextProps - Field in LayoutFactory
COUNT - Field in ApplicationFactory
create(GriffonApplication) - Method in LanternaGriffonControllerActionManagerFactory
createApplicationContainer() - Method in AbstractLanternaGriffonApplication
createControllerAction(GriffonController, String) - Method in LanternaGriffonControllerActionManager
CTOR_ARGS - Field in AbstractLanternaGriffonApplication

D

DEFAULT_DELEGATE_PROPERTY_CONSTRAINT - Property in LayoutFactory
DEFAULT_WINDOW_DISPLAY_HANDLER - Field in ConfigurableWindowDisplayHandler
DefaultWindowDisplayHandler - Class in griffon.lanterna
Default implementation of WindowDisplayHandler that simply makes the window visible on show() and disposes it on hide().
defaultWindowDisplayHandler - Field in AbstractLanternaGriffonApplication
DefaultWindowDisplayHandler() - Constructor in DefaultWindowDisplayHandler
DELEGATE_FIRST - Enum Constant in MutableAction.ResolveStrategy
delegate - Field in MutableAction
DELEGATE_ONLY - Enum Constant in MutableAction.ResolveStrategy
DELEGATE_PROPERTY_CONSTRAINT - Property in LayoutFactory
detach(Window) - Method in WindowManager
Removes the window from the list of manages windows if and only if it is registered with this manager.
doAction() - Method in MutableAction
doExecute(Object) - Method in LanternaGriffonControllerAction
doInitialize() - Method in LanternaGriffonControllerAction

E

EmptySpaceFactory - Class in griffon.lanterna.factory
@author Andres Almiray
EmptySpaceFactory() - Constructor in EmptySpaceFactory
executeAsync(Runnable) - Method in LanternaUIThreadHandler
executeSync(Runnable) - Method in LanternaUIThreadHandler
exit() - Method in AbstractLanternaGriffonApplication

F

fetchDefaultWindowDisplayHandler(GriffonApplication) - Method in ConfigurableWindowDisplayHandler
findWindow(String) - Method in WindowManager
Finds a Window by name.
findWindowName(Window) - Method in WindowManager

G

getAction() - Method in MutableButton
getDelegate() - Method in MutableAction
getName() - Method in MutableAction
getResolveStrategy() - Method in MutableAction
getRunnable() - Method in MutableAction
getScreen() - Method in AbstractLanternaGriffonApplication
getScreen() - Method in LanternaGriffonApplication
getStartingWindow() - Method in WindowManager
Finds the Window that should be displayed during the Ready phase of an application.
getToolkitAction() - Method in LanternaGriffonControllerAction
getUIThreadHandler(GUIScreen) - Method in AbstractLanternaGriffonApplication
getWindowDisplayHandler() - Method in AbstractLanternaGriffonApplication
getWindowDisplayHandler() - Method in LanternaGriffonApplication
Returns the WindowDisplayHandler defined for this application.
getWindowManager() - Method in AbstractLanternaGriffonApplication
getWindowManager() - Method in LanternaGriffonApplication
Returns the WindowManager associated with this application.
getWindows() - Method in WindowManager
Returns the list of windows managed by this manager.

H

hide(Window, LanternaGriffonApplication) - Method in ConfigurableWindowDisplayHandler
hide(Window, LanternaGriffonApplication) - Method in DefaultWindowDisplayHandler
hide(Window, LanternaGriffonApplication) - Method in WindowDisplayHandler
Callback for hiding a window.
hide(Window) - Method in WindowManager
Hides the window.

I

isHandlesNodeChildren() - Method in ActionFactory
isHandlesNodeChildren() - Method in ButtonFactory
isLeaf() - Method in BeanFactory
isUIThread() - Method in LanternaUIThreadHandler

J


K


L

LabelFactory - Class in griffon.lanterna.factory
@author Andres Almiray
LabelFactory() - Constructor in LabelFactory
LanternaApplication - Class in griffon.lanterna
@author Andres Almiray
LanternaApplication(String) - Constructor in LanternaApplication
LanternaCompositeBuilderCustomizer - Class in org.codehaus.griffon.runtime.lanterna
Lanterna based implementation of the CompositeBuilderCustomizer interface.
LanternaCompositeBuilderCustomizer() - Constructor in LanternaCompositeBuilderCustomizer
LanternaGriffonApplication - Interface in griffon.lanterna
Defines an additional contract that all Lanterna based application should follow.
LanternaGriffonControllerAction - Class in org.codehaus.griffon.runtime.lanterna
@author Andres Almiray
LanternaGriffonControllerAction(GriffonControllerActionManager, GriffonController, String) - Constructor in LanternaGriffonControllerAction
LanternaGriffonControllerActionManager - Class in org.codehaus.griffon.runtime.lanterna
@author Andres Almiray
LanternaGriffonControllerActionManager(GriffonApplication) - Constructor in LanternaGriffonControllerActionManager
LanternaGriffonControllerActionManagerFactory - Class in org.codehaus.griffon.runtime.lanterna
@author Andres Almiray
LanternaGriffonControllerActionManagerFactory() - Constructor in LanternaGriffonControllerActionManagerFactory
LanternaUIThreadHandler - Class in griffon.lanterna
Executes code honoring Lanterna's threading model.
LanternaUIThreadHandler(GUIScreen) - Constructor in LanternaUIThreadHandler
LayoutFactory - Class in griffon.lanterna.factory
@author Andres Almiray
LayoutFactory(Class) - Constructor in LayoutFactory
leaf - Field in BeanFactory
LOG - Field in DefaultWindowDisplayHandler
LOG - Field in LanternaCompositeBuilderCustomizer
LOG - Field in LanternaUIThreadHandler
LOG - Field in WindowManager

M

main(String) - Method in LanternaApplication
MutableAction - Class in griffon.lanterna.widgets
@author Andres Almiray
MutableAction.ResolveStrategy - Enum in griffon.lanterna.widgets
MutableAction(Action) - Constructor in MutableAction
mutableAction - Field in MutableButton
MutableButton - Class in griffon.lanterna.widgets
@author Andres Almiray
MutableButton(String, Action) - Constructor in MutableButton

N

name - Field in MutableAction
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in ActionFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in ApplicationFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in BeanFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in BoxFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in ButtonFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in CheckBoxFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in CollectionFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in EmptySpaceFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in LabelFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in LayoutFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in PanelFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in PasswordBoxFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in ProgressBarFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in SpinningActivityIndicatorFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in TableFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in TextAreaFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in TextBoxFactory

O

onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in ActionFactory
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in ButtonFactory
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in TableFactory
onShutdown(GriffonApplication) - Method in WindowManager
Hides all visible windows
onWindowClosed(Window) - Method in WindowManager.WindowHelper
onWindowShown(Window) - Method in WindowManager.WindowHelper
orientation - Property in BoxFactory

P

PanelFactory - Class in griffon.lanterna.factory
@author Andres Almiray
PanelFactory() - Constructor in PanelFactory
PasswordBoxFactory - Class in griffon.lanterna.factory
@author Andres Almiray
PasswordBoxFactory() - Constructor in PasswordBoxFactory
ProgressBarFactory - Class in griffon.lanterna.factory
@author Andres Almiray
ProgressBarFactory() - Constructor in ProgressBarFactory

Q


R

realize() - Method in AbstractLanternaGriffonApplication
registerBeanFactory(FactoryBuilderSupport, String, String, Class) - Method in LanternaCompositeBuilderCustomizer
resolveStrategy - Field in MutableAction
@author Andres Almiray
resolveWindowDisplayHandler() - Method in AbstractLanternaGriffonApplication
resolveWindowDisplayHandler() - Method in LanternaGriffonApplication
Resolves the WindowDisplayHandler to be used with WindowManager.
run(Class, String) - Method in AbstractLanternaGriffonApplication
run(Object, Window, GriffonApplication) - Method in ConfigurableWindowDisplayHandler
RUNNABLE_FIRST - Enum Constant in MutableAction.ResolveStrategy
runnable - Field in MutableAction
RUNNABLE_ONLY - Enum Constant in MutableAction.ResolveStrategy

S

screen - Field in AbstractLanternaGriffonApplication
screen - Field in LanternaUIThreadHandler
setAction(Runnable) - Method in MutableButton
setChild(FactoryBuilderSupport, Object, Object) - Method in ActionListBoxFactory
setChild(FactoryBuilderSupport, Object, Object) - Method in CollectionFactory
setChild(FactoryBuilderSupport, Object, Object) - Method in ComponentFactory
setChild(FactoryBuilderSupport, Object, Object) - Method in TableFactory
setDelegate(Action) - Method in MutableAction
setName(String) - Method in MutableAction
setParent(FactoryBuilderSupport, Object, Object) - Method in LayoutFactory
setResolveStrategy(MutableAction.ResolveStrategy) - Method in MutableAction
setRunnable(Runnable) - Method in MutableAction
setWindowDisplayHandler(WindowDisplayHandler) - Method in AbstractLanternaGriffonApplication
setWindowDisplayHandler(WindowDisplayHandler) - Method in LanternaGriffonApplication
Sets the WindowDisplayHandler to be used in conjunction with WindowManager to handle window showing/hiding.
show() - Method in AbstractLanternaGriffonApplication
show(Window, LanternaGriffonApplication) - Method in ConfigurableWindowDisplayHandler
show(Window, LanternaGriffonApplication) - Method in DefaultWindowDisplayHandler
show(Window, LanternaGriffonApplication) - Method in WindowDisplayHandler
Callback for displaying a window.
show(Window) - Method in WindowManager
Shows the window.
shutdown() - Method in AbstractLanternaGriffonApplication
SpinningActivityIndicatorFactory - Class in griffon.lanterna.factory
@author Andres Almiray
SpinningActivityIndicatorFactory() - Constructor in SpinningActivityIndicatorFactory

T

TableFactory - Class in griffon.lanterna.factory
@author Andres Almiray
TableFactory() - Constructor in TableFactory
TextAreaFactory - Class in griffon.lanterna.factory
@author Andres Almiray
TextAreaFactory() - Constructor in TextAreaFactory
TextBoxFactory - Class in griffon.lanterna.factory
@author Andres Almiray
TextBoxFactory() - Constructor in TextBoxFactory
toolkitAction - Field in LanternaGriffonControllerAction
toString() - Method in MutableAction

U


V

valueOf(String) - Method in MutableAction
Returns the enum constant of this type with the specified name.
values() - Method in MutableAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

windowBlock(GriffonApplication, String) - Method in ConfigurableWindowDisplayHandler
WindowDisplayHandler - Interface in griffon.lanterna
Controls how windows are shown and hidden at runtime.
windowDisplayHandler - Field in AbstractLanternaGriffonApplication
windowHelper - Field in WindowManager
WindowManager - Class in griffon.lanterna
Controls a set of windows that belong to the application.
WindowManager.WindowHelper - Class in griffon.lanterna
WindowAdapter that optionally invokes hide() when the window is about to be closed.
WindowManager.WindowHelper() - Constructor in WindowManager.WindowHelper
windowManager - Field in AbstractLanternaGriffonApplication
WindowManager(LanternaGriffonApplication) - Constructor in WindowManager
Creates a new WindowManager tied to an specific application.
windowManagerBlock(GriffonApplication) - Method in ConfigurableWindowDisplayHandler
windows - Field in WindowManager

X


Y


Z


_


Groovy Documentation