Package com.jgoodies.skeleton.model

Consists of classes that represent the state and behavior of the presentation independently of the GUI components used in the interface.

See:
          Description

Class Summary
EditorModel Provides bound properties for the model and proposed model.
MainModel References all application-level data or submodels and provides convenience accessors.
NavigationModel A presentation model that provides bound properties, operations and Actions for the navigation tree.
Resources This class consists of string ids used for the resource bundle lookup.
 

Package com.jgoodies.skeleton.model Description

Consists of classes that represent the state and behavior of the presentation independently of the GUI components used in the interface. These classes connect the domain layer and the presentation layer. Find here UI specific models and controllers, e.g. event handlers.

Related Documentation

For more information see:

See Also:
com.jgoodies.skeleton.domain, com.jgoodies.skeleton.model.node, com.jgoodies.skeleton.view, com.jgoodies.skeleton.view.editor


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.