Groovy Documentation

groovy.ui.view
[Groovy] Class BasicContentPane

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Script
          groovy.ui.view.BasicContentPane

class BasicContentPane
extends Script

Method Summary
static void main(java.lang.String[] args)

Implicit main method for Groovy Scripts

 
Methods inherited from class Script
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty
 
Methods inherited from class GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

main

static void main(java.lang.String[] args)
Implicit main method for Groovy Scripts


 

Groovy Documentation