org.tbee.swing.binding
Class ValueModelIAEPopup
java.lang.Object
org.tbee.swing.binding.ValueModelWrapper
org.tbee.swing.binding.ValueModelIAEPopup
- All Implemented Interfaces:
- com.jgoodies.binding.value.ValueModel
public class ValueModelIAEPopup
- extends ValueModelWrapper
Wraps the JGoodies value model so that if the setter throws an IllegalArgumentException,
it is nicely shown in a popup.
- Version:
- $Revision: 1.8 $
|
Field Summary |
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
|
Constructor Summary |
ValueModelIAEPopup(com.jgoodies.binding.value.ValueModel valueModel,
java.awt.Component component)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final java.lang.String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
ValueModelIAEPopup
public ValueModelIAEPopup(com.jgoodies.binding.value.ValueModel valueModel,
java.awt.Component component)
getComponent
public java.awt.Component getComponent()
setComponent
public void setComponent(java.awt.Component value)
setValue
public void setValue(java.lang.Object arg0)
- Specified by:
setValue in interface com.jgoodies.binding.value.ValueModel- Overrides:
setValue in class ValueModelWrapper
Copyright © 2010 KnowledgePlaza. All Rights Reserved.