Uses of Interface
com.jgoodies.common.bean.ObservableBean

Packages that use ObservableBean
com.jgoodies.common.bean Consists of classes for working with Java Beans 
com.jgoodies.common.internal Consists of internal classes that are not part of the public API. 
 

Uses of ObservableBean in com.jgoodies.common.bean
 

Subinterfaces of ObservableBean in com.jgoodies.common.bean
 interface ObservableBean2
          In addition to its super interface ObservableBean, this interface describes the optional support for registering PropertyChangeListeners for an individual property name.
 

Classes in com.jgoodies.common.bean that implement ObservableBean
 class AbstractBean
          This is the deprecated abstract superclass for bean classes.
 class Bean
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
 

Uses of ObservableBean in com.jgoodies.common.internal
 

Subinterfaces of ObservableBean in com.jgoodies.common.internal
 interface IActionBean
          Describes beans that can look up an Action for a given Action name.
 



Copyright © 2009-2012 JGoodies Karsten Lentzsch. All Rights Reserved.