Groovy Documentation

griffon.uispec4j
[Groovy] Class GriffonUISpecAdapter

java.lang.Object
  griffon.uispec4j.GriffonUISpecAdapter
All Implemented Interfaces:
org.uispec4j.UISpecAdapter

class GriffonUISpecAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private SwingGriffonApplication app

private org.uispec4j.Window window

 
Constructor Summary
GriffonUISpecAdapter(SwingGriffonApplication app)

 
Method Summary
org.uispec4j.Window getMainWindow()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

app

private SwingGriffonApplication app


window

private org.uispec4j.Window window


 
Constructor Detail

GriffonUISpecAdapter

GriffonUISpecAdapter(SwingGriffonApplication app)


 
Method Detail

getMainWindow

org.uispec4j.Window getMainWindow()


 

Groovy Documentation