Label: builder

All content with label builder.
Related Labels: groovy-swt , gui

A sample application (Groovy)
I have added a couple of applications in the example directory that can be used as a template for building other applications. Here is an extract from a basic TextEditor that shows how to use the JFace builder: mainapp = jface.applicationWindow( title:"Groovy Text Editor ...
GroovyRestlet (Groovy)
Module Overview Groovy DSL for constructing Restlet application GroovyRestlet is a simple DSL for constructing Restlet http://www.restlet.org application in a simple, shortcuting syntax. Download Distributions GroovyRestlet is distributed as a single jar. Current release GroovyRestlet 0.3SNAPSHOT, donwload here ...
GroovySWT (Groovy)
GroovySWT is a wrapper around SWT, the eclipse Standard Widget Toolkit . It allows you to easily write Eclipse SWT http://www.eclipse.org/swt/ applications by using Groovy's builder mechanism. Here is some SWT code using native Groovy: \\ \\ \\ \\ import ...
groovy-swt - Comparing the java and the groovy code (Groovy)
show how to use the the JFace builder I converted a couple of applications from the standard SWT example set: TextEditor: A simple application showing how to use menubar, toolbar and a StyledText. AddressBook: A more complete application with a simple addressbook. Shows ...
WingSBuilder (Groovy)
WingsBuilder is a Groovy builder for the wingS Framework http://wingsframework.org Contribution Overview You can use WingSBuilder in the same fashion as Swing Builder. Most of the constructs provided by the original SwingBuilder are supported in WingSBuilder, thanks to the efforts of the wingS team in following the Swing ...