Groovy Documentation

griffon.swing.factory
[Groovy] Class ApplicationFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.swing.factory.ApplicationFactory

class ApplicationFactory
extends AbstractFactory

Created by IntelliJ IDEA.

Authors:
Danno.Ferrin Date: Sep 4, 2008 Time: 8:52:40 PM


Field Summary
static String DEFAULT_DELEGATE_PROPERTY_CANCEL_BUTTON

static String DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON

static String DELEGATE_PROPERTY_CANCEL_BUTTON

static String DELEGATE_PROPERTY_DEFAULT_BUTTON

 
Property Summary
static Class jxStatusBarClass

static boolean swingXPresent

 
Constructor Summary
ApplicationFactory()

 
Method Summary
private def getContainingWindow(def node)

void handleRootPaneExtTasks(FactoryBuilderSupport builder, Window container, Map attributes)

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)

void setChild(FactoryBuilderSupport builder, Object parent, Object child)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT_DELEGATE_PROPERTY_CANCEL_BUTTON

public static final String DEFAULT_DELEGATE_PROPERTY_CANCEL_BUTTON


DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON

public static final String DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON


DELEGATE_PROPERTY_CANCEL_BUTTON

public static final String DELEGATE_PROPERTY_CANCEL_BUTTON


DELEGATE_PROPERTY_DEFAULT_BUTTON

public static final String DELEGATE_PROPERTY_DEFAULT_BUTTON


 
Property Detail

jxStatusBarClass

static Class jxStatusBarClass


swingXPresent

static boolean swingXPresent


 
Constructor Detail

ApplicationFactory

ApplicationFactory()


 
Method Detail

getContainingWindow

private def getContainingWindow(def node)


handleRootPaneExtTasks

void handleRootPaneExtTasks(FactoryBuilderSupport builder, Window container, Map attributes)


newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


onHandleNodeAttributes

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)


onNodeCompleted

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)


setChild

void setChild(FactoryBuilderSupport builder, Object parent, Object child)


 

Groovy Documentation