-
Notifications
You must be signed in to change notification settings - Fork 16
Examples
Our tutorial has a good break-down of all the moving parts and an in-depth look at BoundJCheckBoxExample.java.
This is a small example used to illustrate the use of the @CallOnUpdate annotation.
This examples illustrates using Cinch to effectively bind to a JCheckBox.
See BoundJCheckBoxExample.java
This examples illustrates using Cinch to effectively bind to a JCheckBox.
This example illustrates binding a the extents on JSlider to a model using the @BoundExtent annotation.
This example shows binding specific methods in the view to handle focus change events using the @OnFocusChange annotation.
This example shows how the @OnChange annotation can be used to call a method every time a ChangeEvent fires.
This examples shows off the interaction of inheritance with Cinch.
See the superdemo package, start looking at SuperDemo.java
This is a fully-featured program that uses most of the features of Cinch in one place. A useful reference to consult when you're unsure exactly how something is to be used.
See the cinch demo package, start with DemoView.java