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

AbstractGriffonApplet - Class in griffon.swing
Base implementation of GriffonApplication that runs in applet mode.
AbstractGriffonApplet(String) - Constructor in AbstractGriffonApplet
AbstractSwingGriffonApplication - Class in griffon.swing
Basic implementation of GriffonApplication that runs in standalone/webstart mode using Swing.
AbstractSwingGriffonApplication(String) - Constructor in AbstractSwingGriffonApplication
accelerator - Field in SwingAction.ActionBuilder
action(String) - Method in SwingAction
action - Field in SwingAction.ActionBuilder
actionManager - Field in AbstractGriffonApplet
actionPerformed(ActionEvent) - Method in SwingAction
addApplicationEventListener(String, RunnableWithArgs) - Method in AbstractGriffonApplet
addDirtyRegion(Applet, int, int, int, int) - Method in CheckThreadViolationRepaintManager
addInvalidComponent(JComponent) - Method in CheckThreadViolationRepaintManager
addonManager - Field in AbstractGriffonApplet
addShutdownHandler(ShutdownHandler) - Method in AbstractGriffonApplet
app - Field in WindowManager
appletContainerDispensed - Field in SwingApplet
ApplicationFactory - Class in griffon.swing.factory
Created by IntelliJ IDEA.
ApplicationFactory() - Constructor in ApplicationFactory
artifactManager - Field in AbstractGriffonApplet
attach(JInternalFrame) - Method in WindowManager
Registers an internal frame on this manager if an only if the internal frame is not null and it's not registered already.

B

binding() - Method in BindUtils
Create a new Binding using a builder.
bindings - Field in AbstractGriffonApplet
BindUtils - Class in griffon.swing
Helper class for constructing bindings between two objects.
BindUtils.BindingBuilder - Class in griffon.swing
BindUtils.BindingBuilder() - Constructor in BindUtils.BindingBuilder
BindUtils() - Constructor in BindUtils
bootstrap() - Method in AbstractSwingGriffonApplication
build() - Method in SwingAction.ActionBuilder
builderConfig - Field in AbstractGriffonApplet
buildMVCGroup(String, String, Map) - Method in AbstractGriffonApplet

C

callReady() - Method in AbstractSwingGriffonApplication
Calls the ready lifecycle method after the UI thread calms down
canBeRun(Object) - Method in ConfigurableWindowDisplayHandler
canShutdown() - Method in AbstractGriffonApplet
canShutdown(GriffonApplication) - Method in WindowManager
centerOnScreen(JInternalFrame) - Method in SwingUtils
Centers a JInternalFrame on the screen
CHECK_INTERVAL_MS - Field in EventDispatchThreadHangMonitor
checkForDeadlock() - Method in EventDispatchThreadHangMonitor
checkForHang() - Method in EventDispatchThreadHangMonitor.DispatchInfo
CheckThreadViolationRepaintManager - Class in org.jdesktop.swinghelper.debug
CheckThreadViolationRepaintManager(RepaintManager) - Constructor in CheckThreadViolationRepaintManager
checkThreadViolations(JComponent) - Method in CheckThreadViolationRepaintManager
ColorPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
ColorPropertyEditor() - Constructor in ColorPropertyEditor
command - Field in SwingAction.ActionBuilder
completeCheck - Field in CheckThreadViolationRepaintManager
componentHelper - Field in WindowManager
componentHidden(ComponentEvent) - Method in WindowManager.ComponentHelper
Triggers a WindowHidden event with the window as sole argument
componentShown(ComponentEvent) - Method in WindowManager.ComponentHelper
Triggers a WindowShown event with the window as sole argument
config - Field in AbstractGriffonApplet
ConfigurableWindowDisplayHandler - Class in griffon.swing
Implementation of a per window WindowDisplayHandler that can be configured via a DSL.
ConfigurableWindowDisplayHandler() - Constructor in ConfigurableWindowDisplayHandler
converter - Field in BindUtils.BindingBuilder
create(GriffonApplication) - Method in SwingGriffonControllerActionManagerFactory
createApplicationContainer() - Method in AbstractGriffonApplet
createApplicationContainer() - Method in AbstractSwingGriffonApplication
createApplicationContainer() - Method in SwingApplet
createApplicationFrame(GriffonApplication) - Method in SwingUtils
Creates a Window based on the application's configuration.
createControllerAction(GriffonController, String) - Method in SwingGriffonControllerActionManager
createMVCGroup(String, String, Map) - Method in AbstractGriffonApplet
CTOR_ARGS - Field in AbstractSwingGriffonApplication
currentManager(JComponent) - Method in CheckThreadViolationRepaintManager

D

DEFAULT_DELEGATE_PROPERTY_CANCEL_BUTTON - Field in ApplicationFactory
DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON - Field in ApplicationFactory
DEFAULT_WINDOW_DISPLAY_HANDLER - Field in ConfigurableWindowDisplayHandler
DefaultWindowDisplayHandler - Class in griffon.swing
Default implementation of WindowDisplayHandler that simply makes the window visible on show() and disposes it on hide().
defaultWindowDisplayHandler - Field in AbstractSwingGriffonApplication
DefaultWindowDisplayHandler() - Constructor in DefaultWindowDisplayHandler
defaultWindowDisplayHandler - Field in SwingApplet
delegate - Field in CheckThreadViolationRepaintManager
DELEGATE_PROPERTY_CANCEL_BUTTON - Field in ApplicationFactory
DELEGATE_PROPERTY_DEFAULT_BUTTON - Field in ApplicationFactory
destroy() - Method in AbstractGriffonApplet
destroyMVCGroup(String) - Method in AbstractGriffonApplet
detach(JInternalFrame) - Method in WindowManager
Removes the internal frame from the list of manages internal frames if and only if it is registered with this manager.
DimensionPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
DimensionPropertyEditor() - Constructor in DimensionPropertyEditor
dispatches - Field in EventDispatchThreadHangMonitor
dispatchEvent(AWTEvent) - Method in EventDispatchThreadHangMonitor
dispose() - Method in EventDispatchThreadHangMonitor.DispatchInfo
doExecute(Object) - Method in SwingGriffonControllerAction

E

EMPTY_ARGS - Field in AbstractGriffonApplet
enabled - Field in SwingAction.ActionBuilder
enabledSet - Field in SwingAction.ActionBuilder
event(String, List) - Method in AbstractGriffonApplet
eventAsync(String, List) - Method in AbstractGriffonApplet
eventDispatchThread - Field in EventDispatchThreadHangMonitor.DispatchInfo
EventDispatchThreadHangMonitor - Class in org.jdesktop.swinghelper.debug
Monitors the AWT event dispatch thread for events that take longer than a certain time to be dispatched.
EventDispatchThreadHangMonitor.DispatchInfo - Class in org.jdesktop.swinghelper.debug
EventDispatchThreadHangMonitor.DispatchInfo(long) - Constructor in EventDispatchThreadHangMonitor.DispatchInfo
EventDispatchThreadHangMonitor.HangChecker - Class in org.jdesktop.swinghelper.debug
EventDispatchThreadHangMonitor.HangChecker() - Constructor in EventDispatchThreadHangMonitor.HangChecker
EventDispatchThreadHangMonitor() - Constructor in EventDispatchThreadHangMonitor
eventOutsideUI(String, List) - Method in AbstractGriffonApplet
eventRouter - Field in AbstractGriffonApplet
eventsConfig - Field in AbstractGriffonApplet
examineHang() - Method in EventDispatchThreadHangMonitor.DispatchInfo
execFuture(Callable) - Method in AbstractGriffonApplet
execInsideUIAsync(Runnable) - Method in AbstractGriffonApplet
execInsideUISync(Runnable) - Method in AbstractGriffonApplet
execOutsideUI(Runnable) - Method in AbstractGriffonApplet
executeAsync(Runnable) - Method in SwingUIThreadHandler
executeSync(Runnable) - Method in SwingUIThreadHandler
exit() - Method in AbstractSwingGriffonApplication

F

fetchDefaultWindowDisplayHandler(GriffonApplication) - Method in ConfigurableWindowDisplayHandler
findComponentByName(String, Container) - Method in SwingUtils
Searches a component by name in a particular component hierarchy.
findInternalFrame(String) - Method in WindowManager
Finds a JInternalFrame by name.
findWindow(String) - Method in WindowManager
Finds a Window by name.

G

getActionManager() - Method in AbstractGriffonApplet
getAddonManager() - Method in AbstractGriffonApplet
getAddons() - Method in AbstractGriffonApplet
getAppConfigClass() - Method in AbstractGriffonApplet
getArtifactManager() - Method in AbstractGriffonApplet
getAt(int) - Method in WindowManager
Convenience method to get a managed Window by index.
getBindings() - Method in AbstractGriffonApplet
getBuilderClass() - Method in AbstractGriffonApplet
getBuilderConfig() - Method in AbstractGriffonApplet
getBuilders() - Method in AbstractGriffonApplet
getConfig() - Method in AbstractGriffonApplet
getConfigClass() - Method in AbstractGriffonApplet
getContainingWindow(def) - Method in ApplicationFactory
getControllers() - Method in AbstractGriffonApplet
getDirtyRegion(JComponent) - Method in CheckThreadViolationRepaintManager
getDoubleBufferMaximumSize() - Method in CheckThreadViolationRepaintManager
getEventsClass() - Method in AbstractGriffonApplet
getEventsConfig() - Method in AbstractGriffonApplet
getGroups() - Method in AbstractGriffonApplet
getInstance() - Method in EventDispatchThreadHangMonitor
getInternalFrames() - Method in WindowManager
Returns the list of internal frames managed by this manager.
getLocale() - Method in AbstractGriffonApplet
getLog() - Method in AbstractGriffonApplet
getMapValue(Map, String, int) - Method in ColorPropertyEditor
getMapValue(Map, String, int) - Method in DimensionPropertyEditor
getMapValue(Map, String, Object) - Method in GradientPaintPropertyEditor
getMapValue(Map, String, int) - Method in InsetsPropertyEditor
getMapValue(Map, String, int) - Method in PointPropertyEditor
getMapValue(Map, String, int) - Method in RectanglePropertyEditor
getMessage(String, Map, String, Locale) - Method in AbstractGriffonApplet
getMessageSource() - Method in AbstractGriffonApplet
getMetadata() - Method in AbstractGriffonApplet
getModels() - Method in AbstractGriffonApplet
getMvcGroupManager() - Method in AbstractGriffonApplet
getNewHangNumber() - Method in EventDispatchThreadHangMonitor
getOffscreenBuffer(Component, int, int) - Method in CheckThreadViolationRepaintManager
getPhase() - Method in AbstractGriffonApplet
getResourceAsStream(String) - Method in AbstractGriffonApplet
getResourceAsURL(String) - Method in AbstractGriffonApplet
getResources(String) - Method in AbstractGriffonApplet
getServiceManager() - Method in AbstractGriffonApplet
getServices() - Method in AbstractGriffonApplet
getStartingWindow() - Method in WindowManager
Finds the Window that should be displayed during the Ready phase of an application.
getStartupArgs() - Method in AbstractGriffonApplet
getTimeout() - Method in EventDispatchThreadHangMonitor
getToolkitAction() - Method in SwingGriffonControllerAction
getUIThreadHandler() - Method in AbstractSwingGriffonApplication
getUIThreadHandler() - Method in SwingApplet
getViews() - Method in AbstractGriffonApplet
getVolatileOffscreenBuffer(Component, int, int) - Method in CheckThreadViolationRepaintManager
getWindowDisplayHandler() - Method in AbstractSwingGriffonApplication
getWindowDisplayHandler() - Method in SwingApplet
getWindowDisplayHandler() - Method in SwingGriffonApplication
Returns the WindowDisplayHandler defined for this application.
getWindowManager() - Method in AbstractSwingGriffonApplication
getWindowManager() - Method in SwingApplet
getWindowManager() - Method in SwingGriffonApplication
Returns the WindowManager associated with this application.
getWindowOpacity(Window) - Method in SwingUtils
Returns the window's current opacity value.
getWindows() - Method in WindowManager
Returns the list of windows managed by this manager.
GradientPaintPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
GradientPaintPropertyEditor() - Constructor in GradientPaintPropertyEditor

H

handleAsByteArray(byte[]) - Method in IconPropertyEditor
handleAsByteArray(byte[]) - Method in ImagePropertyEditor
handleAsFile(File) - Method in IconPropertyEditor
handleAsFile(File) - Method in ImagePropertyEditor
handleAsImage(Image) - Method in IconPropertyEditor
handleAsImageInputStream(ImageInputStream) - Method in IconPropertyEditor
handleAsImageInputStream(ImageInputStream) - Method in ImagePropertyEditor
handleAsInputStream(InputStream) - Method in IconPropertyEditor
handleAsInputStream(InputStream) - Method in ImagePropertyEditor
handleAsList(List) - Method in ColorPropertyEditor
handleAsList(List) - Method in DimensionPropertyEditor
handleAsList(List) - Method in GradientPaintPropertyEditor
handleAsList(List) - Method in InsetsPropertyEditor
handleAsList(List) - Method in PointPropertyEditor
handleAsList(List) - Method in RectanglePropertyEditor
handleAsMap(Map) - Method in ColorPropertyEditor
handleAsMap(Map) - Method in DimensionPropertyEditor
handleAsMap(Map) - Method in GradientPaintPropertyEditor
handleAsMap(Map) - Method in InsetsPropertyEditor
handleAsMap(Map) - Method in PointPropertyEditor
handleAsMap(Map) - Method in RectanglePropertyEditor
handleAsNumber(Number) - Method in ColorPropertyEditor
handleAsNumber(Number) - Method in DimensionPropertyEditor
handleAsNumber(Number) - Method in InsetsPropertyEditor
handleAsNumber(Number) - Method in PointPropertyEditor
handleAsString(String) - Method in ColorPropertyEditor
handleAsString(String) - Method in DimensionPropertyEditor
handleAsString(String) - Method in GradientPaintPropertyEditor
handleAsString(String) - Method in IconPropertyEditor
handleAsString(String) - Method in ImagePropertyEditor
handleAsString(String) - Method in InsetsPropertyEditor
handleAsString(String) - Method in PointPropertyEditor
handleAsString(String) - Method in RectanglePropertyEditor
handleAsURI(URI) - Method in IconPropertyEditor
handleAsURI(URI) - Method in ImagePropertyEditor
handleAsURL(URL) - Method in IconPropertyEditor
handleAsURL(URL) - Method in ImagePropertyEditor
handleRootPaneExtTasks(FactoryBuilderSupport, Window, Map) - Method in ApplicationFactory
hangCount - Field in EventDispatchThreadHangMonitor
hangNumber - Field in EventDispatchThreadHangMonitor.DispatchInfo
haveShownSomeComponent - Field in EventDispatchThreadHangMonitor
hide(JInternalFrame, GriffonApplication) - Method in ConfigurableWindowDisplayHandler
hide(JInternalFrame, GriffonApplication) - Method in DefaultWindowDisplayHandler
hide(JInternalFrame, GriffonApplication) - Method in WindowDisplayHandler
Callback for hiding an internal frame.
hide(String) - Method in WindowManager
Hides the window.
hideBeforeHandler - Field in WindowManager

I

IconPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
IconPropertyEditor() - Constructor in IconPropertyEditor
ImagePropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
ImagePropertyEditor() - Constructor in ImagePropertyEditor
init() - Method in AbstractGriffonApplet
initialize() - Method in AbstractGriffonApplet
initMonitoring() - Method in EventDispatchThreadHangMonitor
Overrides EventQueue.dispatchEvent to call our pre and post hooks either side of the system's event dispatch code.
initTimer() - Method in EventDispatchThreadHangMonitor
Sets up hang detection for the event dispatch thread.
InsetsPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
InsetsPropertyEditor() - Constructor in InsetsPropertyEditor
INSTANCE - Field in EventDispatchThreadHangMonitor
internalFrameClosed(InternalFrameEvent) - Method in WindowManager.InternalFrameHelper
Triggers a WindowHidden event with the internal frame as sole argument
internalFrameClosing(InternalFrameEvent) - Method in WindowManager.InternalFrameHelper
internalFrameHelper - Field in WindowManager
internalFrameOpened(InternalFrameEvent) - Method in WindowManager.InternalFrameHelper
Triggers a WindowShown event with the internal frame as sole argument
internalFrames - Field in WindowManager
isCompleteCheck() - Method in CheckThreadViolationRepaintManager
isCompletelyDirty(JComponent) - Method in CheckThreadViolationRepaintManager
isDoubleBufferingEnabled() - Method in CheckThreadViolationRepaintManager
isEventPublishingEnabled() - Method in AbstractGriffonApplet
isHideBeforeHandler() - Method in WindowManager
Should the window be hidden before all ShutdownHandlers be called ?
isTranslucencySupported() - Method in SwingUtils
Finds out if translucency is supported by the current platform.
isUIThread() - Method in AbstractGriffonApplet
isUIThread() - Method in SwingUIThreadHandler
isWaitingForNextEvent(StackTraceElement) - Method in EventDispatchThreadHangMonitor.DispatchInfo

J

jxStatusBarClass - Property in ApplicationFactory

K


L

largeIcon - Field in SwingAction.ActionBuilder
lastComponent - Field in CheckThreadViolationRepaintManager
lastDispatchTimeMillis - Field in EventDispatchThreadHangMonitor.DispatchInfo
lastReportedStack - Field in EventDispatchThreadHangMonitor.DispatchInfo
loadClass(String) - Method in AbstractGriffonApplet
loadClass(String) - Method in SwingUtils
locale - Field in AbstractGriffonApplet
lock - Field in AbstractGriffonApplet
log - Field in AbstractGriffonApplet
LOG - Field in CheckThreadViolationRepaintManager
LOG - Field in EventDispatchThreadHangMonitor
LOG - Field in SwingCompositeBuilderCustomizer
LOG - Field in WindowManager
longDescription - Field in SwingAction.ActionBuilder

M

main(String) - Method in SwingApplication
make(FactoryBuilderSupport) - Method in BindUtils.BindingBuilder
markCompletelyClean(JComponent) - Method in CheckThreadViolationRepaintManager
markCompletelyDirty(JComponent) - Method in CheckThreadViolationRepaintManager
messageSource - Field in AbstractGriffonApplet
mnemonic - Field in SwingAction.ActionBuilder
mnemonicSet - Field in SwingAction.ActionBuilder
mutual - Field in BindUtils.BindingBuilder
mvcGroupManager - Field in AbstractGriffonApplet

N

name - Field in SwingAction.ActionBuilder
newInstance(Class, String) - Method in AbstractGriffonApplet
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in ApplicationFactory

O

onHandleNodeAttributes(FactoryBuilderSupport, Object, Map) - Method in ApplicationFactory
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in ApplicationFactory
onShutdown(GriffonApplication) - Method in WindowManager
Hides all visible windows

P

paintDirtyRegions() - Method in CheckThreadViolationRepaintManager
parse(Number) - Method in ColorPropertyEditor
parse(Number) - Method in DimensionPropertyEditor
parse(Number) - Method in GradientPaintPropertyEditor
parse(Number) - Method in InsetsPropertyEditor
parse(Number) - Method in PointPropertyEditor
parse(Number) - Method in RectanglePropertyEditor
parseBoolean(String) - Method in GradientPaintPropertyEditor
parseValue(Object) - Method in DimensionPropertyEditor
parseValue(Object) - Method in GradientPaintPropertyEditor
parseValue(Object) - Method in InsetsPropertyEditor
parseValue(Object) - Method in PointPropertyEditor
parseValue(Object) - Method in RectanglePropertyEditor
phase - Field in AbstractGriffonApplet
PointPropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
PointPropertyEditor() - Constructor in PointPropertyEditor
postDispatchEvent() - Method in EventDispatchThreadHangMonitor
preDispatchEvent() - Method in EventDispatchThreadHangMonitor

Q


R

ready() - Method in AbstractGriffonApplet
realize() - Method in AbstractSwingGriffonApplication
RectanglePropertyEditor - Class in griffon.swing.editors
@author Andres Almiray
RectanglePropertyEditor() - Constructor in RectanglePropertyEditor
registerBeanFactory(FactoryBuilderSupport, String, String, Class) - Method in SwingCompositeBuilderCustomizer
removeApplicationEventListener(String, RunnableWithArgs) - Method in AbstractGriffonApplet
removeInvalidComponent(JComponent) - Method in CheckThreadViolationRepaintManager
removeShutdownHandler(ShutdownHandler) - Method in AbstractGriffonApplet
resolveResource(String, Map, Object, Locale) - Method in AbstractGriffonApplet
resolveResourceSource() - Method in AbstractGriffonApplet
resolveWindowDisplayHandler() - Method in AbstractSwingGriffonApplication
resolveWindowDisplayHandler() - Method in SwingApplet
resolveWindowDisplayHandler() - Method in SwingGriffonApplication
Resolves the WindowDisplayHandler to be used with WindowManager.
resourceLocator - Field in AbstractGriffonApplet
resourceResolver - Field in AbstractGriffonApplet
run(Class, String) - Method in AbstractSwingGriffonApplication
run(Object, JInternalFrame, GriffonApplication) - Method in ConfigurableWindowDisplayHandler
run() - Method in EventDispatchThreadHangMonitor.HangChecker
runnable - Field in SwingAction
runnable - Field in SwingAction.ActionBuilder

S

selected - Field in SwingAction.ActionBuilder
selectedSet - Field in SwingAction.ActionBuilder
serviceManager - Field in AbstractGriffonApplet
setActionManager(GriffonControllerActionManager) - Method in AbstractGriffonApplet
setAddonManager(AddonManager) - Method in AbstractGriffonApplet
setArtifactManager(ArtifactManager) - Method in AbstractGriffonApplet
setAsText(String) - Method in ColorPropertyEditor
setAsText(String) - Method in DimensionPropertyEditor
setAsText(String) - Method in GradientPaintPropertyEditor
setAsText(String) - Method in IconPropertyEditor
setAsText(String) - Method in ImagePropertyEditor
setAsText(String) - Method in InsetsPropertyEditor
setAsText(String) - Method in PointPropertyEditor
setAsText(String) - Method in RectanglePropertyEditor
setBindings(Binding) - Method in AbstractGriffonApplet
setBuilderConfig(ConfigObject) - Method in AbstractGriffonApplet
setChild(FactoryBuilderSupport, Object, Object) - Method in ApplicationFactory
setCompleteCheck(boolean) - Method in CheckThreadViolationRepaintManager
setConfig(ConfigObject) - Method in AbstractGriffonApplet
setCurrentManager(RepaintManager) - Method in CheckThreadViolationRepaintManager
setDoubleBufferingEnabled(boolean) - Method in CheckThreadViolationRepaintManager
setDoubleBufferMaximumSize(Dimension) - Method in CheckThreadViolationRepaintManager
setEventPublishingEnabled(boolean) - Method in AbstractGriffonApplet
setEventsConfig(Object) - Method in AbstractGriffonApplet
setHideBeforeHandler(boolean) - Method in WindowManager
Set if the window should be hidden before all ShutdownHandler be called.
setLocale(Locale) - Method in AbstractGriffonApplet
setLocaleAsString(String) - Method in AbstractGriffonApplet
setMessageSource(MessageSource) - Method in AbstractGriffonApplet
setMvcGroupManager(MVCGroupManager) - Method in AbstractGriffonApplet
setPhase(ApplicationPhase) - Method in AbstractGriffonApplet
setResourceSource(ResourceResolver) - Method in AbstractGriffonApplet
setServiceManager(ServiceManager) - Method in AbstractGriffonApplet
setTimeout(long) - Method in EventDispatchThreadHangMonitor
Stops tracking a dispatch.
setValue(Object) - Method in ColorPropertyEditor
setValue(Object) - Method in DimensionPropertyEditor
setValue(Object) - Method in GradientPaintPropertyEditor
setValue(Object) - Method in IconPropertyEditor
setValue(Object) - Method in ImagePropertyEditor
setValue(Object) - Method in InsetsPropertyEditor
setValue(Object) - Method in PointPropertyEditor
setValue(Object) - Method in RectanglePropertyEditor
setWindowDisplayHandler(WindowDisplayHandler) - Method in AbstractSwingGriffonApplication
setWindowDisplayHandler(WindowDisplayHandler) - Method in SwingApplet
setWindowDisplayHandler(WindowDisplayHandler) - Method in SwingGriffonApplication
Sets the WindowDisplayHandler to be used in conjuction with WindowManager to handle window showing/hiding.
setWindowOpacity(Window, float) - Method in SwingUtils
Sets the value for the window's opacity.
shortDescription - Field in SwingAction.ActionBuilder
show() - Method in AbstractSwingGriffonApplication
show(JInternalFrame, GriffonApplication) - Method in ConfigurableWindowDisplayHandler
show(JInternalFrame, GriffonApplication) - Method in DefaultWindowDisplayHandler
show(JInternalFrame, GriffonApplication) - Method in WindowDisplayHandler
Callback for displaying an internal frame.
show(String) - Method in WindowManager
Shows the window.
shutdown() - Method in AbstractGriffonApplet
shutdown() - Method in AbstractSwingGriffonApplication
shutdownHandlers - Field in AbstractGriffonApplet
shutdownLock - Field in AbstractGriffonApplet
smallIcon - Field in SwingAction.ActionBuilder
source - Field in BindUtils.BindingBuilder
sourceProperty - Field in BindUtils.BindingBuilder
stacksEqual(StackTraceElement, StackTraceElement) - Method in EventDispatchThreadHangMonitor.DispatchInfo
Returns how long this dispatch has been going on (in milliseconds).
stackTraceElementIs(StackTraceElement, String, String, boolean) - Method in EventDispatchThreadHangMonitor.DispatchInfo
stackTraceToString(StackTraceElement) - Method in EventDispatchThreadHangMonitor
start() - Method in AbstractGriffonApplet
startup() - Method in AbstractGriffonApplet
startupArgs - Field in AbstractGriffonApplet
stop() - Method in AbstractGriffonApplet
SwingAction - Class in griffon.swing
An action implementation that relies on a closure to handle events.
SwingAction.ActionBuilder - Class in griffon.swing
A builder for actions.
SwingAction.ActionBuilder(Action) - Constructor in SwingAction.ActionBuilder
SwingAction(Runnable) - Constructor in SwingAction
SwingApplet - Class in griffon.swing
Simple implementation of GriffonApplication that runs in applet mode.
SwingApplet(String) - Constructor in SwingApplet
SwingApplication - Class in griffon.swing
Basic implementation of GriffonApplication that runs in standalone/webstart mode.
SwingApplication(String) - Constructor in SwingApplication
SwingCompositeBuilderCustomizer - Class in org.codehaus.griffon.runtime.swing
Swing based implementation of the CompositeBuilderCustomizer interface.
SwingCompositeBuilderCustomizer() - Constructor in SwingCompositeBuilderCustomizer
SwingGriffonApplication - Interface in griffon.swing
Defines an additional contract that all Swing based application should follow.
SwingGriffonControllerAction - Class in org.codehaus.griffon.runtime.swing
@author Andres Almiray
SwingGriffonControllerAction(GriffonController, String) - Constructor in SwingGriffonControllerAction
SwingGriffonControllerActionManager - Class in org.codehaus.griffon.runtime.swing
@author Andres Almiray
SwingGriffonControllerActionManager(GriffonApplication) - Constructor in SwingGriffonControllerActionManager
SwingGriffonControllerActionManagerFactory - Class in org.codehaus.griffon.runtime.swing
@author Andres Almiray
SwingGriffonControllerActionManagerFactory() - Constructor in SwingGriffonControllerActionManagerFactory
SwingUIThreadHandler - Class in griffon.swing
Executes code using SwingUtilities.
SwingUIThreadHandler() - Constructor in SwingUIThreadHandler
SwingUtils - Class in griffon.swing
Additional utilities for Swing based applications.
SwingUtils() - Constructor in SwingUtils
swingXPresent - Property in ApplicationFactory

T

takeSnapshot(Component, boolean) - Method in SwingUtils
target - Field in BindUtils.BindingBuilder
targetProperty - Field in BindUtils.BindingBuilder
timeout - Field in EventDispatchThreadHangMonitor
timeout - Field in EventDispatchThreadHangMonitor.DispatchInfo
timeSoFar() - Method in EventDispatchThreadHangMonitor.DispatchInfo
Sets up a timer to check for hangs frequently.
toolkitAction - Field in SwingGriffonControllerAction
toString() - Method in CheckThreadViolationRepaintManager

U

UNREASONABLE_DISPATCH_DURATION_MS - Field in EventDispatchThreadHangMonitor

V

validateInvalidComponents() - Method in CheckThreadViolationRepaintManager
validator - Field in BindUtils.BindingBuilder
violationFound(JComponent, StackTraceElement) - Method in CheckThreadViolationRepaintManager

W

windowBlock(GriffonApplication, String) - Method in ConfigurableWindowDisplayHandler
windowClosing(WindowEvent) - Method in WindowManager.WindowHelper
WindowDisplayHandler - Interface in griffon.swing
Controls how windows and internal frames are shown and hidden at runtime.
windowDisplayHandler - Field in AbstractSwingGriffonApplication
windowDisplayHandler - Field in SwingApplet
windowHelper - Field in WindowManager
WindowManager - Class in griffon.swing
Controls a set of windows that belong to the application.
WindowManager.ComponentHelper - Class in griffon.swing
ComponentAdapter that triggers application events when a window is shown/hidden.
WindowManager.ComponentHelper() - Constructor in WindowManager.ComponentHelper
WindowManager.InternalFrameHelper - Class in griffon.swing
InternalFrameAdapter that triggers application events when a window is shown/hidden, it also invokes hide() when the window is about to be closed.
WindowManager.InternalFrameHelper() - Constructor in WindowManager.InternalFrameHelper
WindowManager.WindowHelper - Class in griffon.swing
WindowAdapter that optionally invokes hide() when the window is about to be closed.
WindowManager.WindowHelper() - Constructor in WindowManager.WindowHelper
windowManager - Field in AbstractSwingGriffonApplication
windowManager - Field in SwingApplet
WindowManager(SwingGriffonApplication) - Constructor in WindowManager
Creates a new WindowManager tied to an specific application.
windowManagerBlock(GriffonApplication) - Method in ConfigurableWindowDisplayHandler
windows - Field in WindowManager
withAccelerator(KeyStroke) - Method in SwingAction.ActionBuilder
withClosure(Closure) - Method in SwingAction.ActionBuilder
withCommand(String) - Method in SwingAction.ActionBuilder
withConverter(CallableWithArgs) - Method in BindUtils.BindingBuilder
withEnabled(boolean) - Method in SwingAction.ActionBuilder
withLargeIcon(Icon) - Method in SwingAction.ActionBuilder
withLongDescription(String) - Method in SwingAction.ActionBuilder
withMnemonic(int) - Method in SwingAction.ActionBuilder
withMutual(boolean) - Method in BindUtils.BindingBuilder
withMVCGroup(Map, String, String, MVCClosure) - Method in AbstractGriffonApplet
withName(String) - Method in SwingAction.ActionBuilder
withRunnable(RunnableWithArgs) - Method in SwingAction.ActionBuilder
withSelected(boolean) - Method in SwingAction.ActionBuilder
withShortDescription(String) - Method in SwingAction.ActionBuilder
withSmallIcon(Icon) - Method in SwingAction.ActionBuilder
withSource(Object) - Method in BindUtils.BindingBuilder
withSourceProperty(String) - Method in BindUtils.BindingBuilder
withTarget(Object) - Method in BindUtils.BindingBuilder
withTargetProperty(String) - Method in BindUtils.BindingBuilder
withValidator(CallableWithArgs) - Method in BindUtils.BindingBuilder

X


Y


Z


_


Groovy Documentation