Uses of Class
com.jgoodies.skeleton.domain.Model

Packages that use Model
com.jgoodies.skeleton.domain Contains domain classes used by the Skeleton (Pro) application. 
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. 
 

Uses of Model in com.jgoodies.skeleton.domain
 

Subclasses of Model in com.jgoodies.skeleton.domain
 class Description
          Describes a project and provides bound bean properties for the manufacturer, inspector and ship data.
 class Flange
          Describes flanges and provides bound bean properties for the flange description, diameters, criteria and bolts.
 class Project
          References all relevant project data: the project description and a list of shafts.
 class Segment
          Describes shaft segments and provides bound bean properties for the segment description, diameters, and criteria.
 class Shaft
          Describes shafts and provides bound bean properties for the shaft and associated comments.
 

Uses of Model in com.jgoodies.skeleton.model
 

Subclasses of Model in com.jgoodies.skeleton.model
 class EditorModel
          Provides bound properties for the model and proposed model.
 class MainModel
          References all application-level data or submodels and provides convenience accessors.
 class NavigationModel
          A presentation model that provides bound properties, operations and Actions for the navigation tree.
 



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