Package groovy.swing.model


package groovy.swing.model

An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects

  • Class
    Description
    Represents a value model using a closure to extract the value from some source model and an optional write closure for updating the value.
    Represents a column using a ValueModel to extract the value.
    A default table model made up of PropertyModels on a Value model.
     
    Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
    Represents a nested value model such as a PropertyModel or a ClosureModel
    Represents a property of a value as a model.
    A simple ValueModel implementation which is a holder of an object value.
    Represents a model of a value