Uses of Interface
com.jgoodies.binding.value.ComponentModel

Packages that use ComponentModel
com.jgoodies.binding.value Contains the ValueModel interface and hierarchy. 
 

Uses of ComponentModel in com.jgoodies.binding.value
 

Subinterfaces of ComponentModel in com.jgoodies.binding.value
 interface ComponentValueModel
          Adds bound properties for the frequently used JComponent state enabled,visible and JTextComponent state editable to the ValueModel interface.
 

Classes in com.jgoodies.binding.value that implement ComponentModel
 class AbstractWrappedValueModel
          An abstract wrapper for ValueModels that provides ComponentModel features.
 class ConverterValueModel
          A ValueModel that converts the values of a wrapped ValueModel.
 class DefaultComponentValueModel
          A ValueModel that provides relevant GUI state in presentation models.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.