Package groovy.swing.model
Interface ValueModel
- 
- All Known Implementing Classes:
- ClosureModel,- PropertyModel,- ValueHolder
 
 public interface ValueModelRepresents a model of a value
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassgetType()ObjectgetValue()booleanisEditable()voidsetValue(Object value)
 
-