|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.swing.BindUtils
public class BindUtils extends Object
Helper class for constructing bindings between two objects.
| Nested Class Summary | |
|---|---|
static class |
BindUtils.BindingBuilder
|
| Constructor Summary | |
BindUtils()
|
|
| Method Summary | |
|---|---|
static BindUtils.BindingBuilder
|
binding()
Create a new Binding using a builder. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
BindUtils()
| Method Detail |
|---|
public static BindUtils.BindingBuilder binding()
Groovy Documentation