com.damnhandy.aspects.bean.test
Class CommitStylesExampleAO

java.lang.Object
  extended by com.damnhandy.aspects.bean.test.CommitStylesExampleAO

public final class CommitStylesExampleAO
extends java.lang.Object

Based on the CommitStylesExample class found in the JGoodies Binding distribution. This class has been modified to illustate how an class advised with the JavaBeanAspect can be used with the JGoodies Binding framework.

Version:
$Revision$
Author:
Karsten Lentzsch, Ryan J. McDonough
See Also:
PresentationModel

Nested Class Summary
static class CommitStylesExampleAO.AdvisedTextBean
          A simple bean that just provides three bound read-write text properties.
 
Constructor Summary
CommitStylesExampleAO()
          Constructs the example with a PresentationModel on the a TextBean.
 
Method Summary
 javax.swing.JComponent build()
          Builds the pane.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitStylesExampleAO

public CommitStylesExampleAO()
Constructs the example with a PresentationModel on the a TextBean.

Method Detail

main

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

build

public javax.swing.JComponent build()
Builds the pane.

Returns:
the built panel


Copyright © 2005 Ryan J. McDonough All Rights Reserved.