Uses of Class
com.jgoodies.skeleton.model.MainModel

Packages that use MainModel
com.jgoodies.skeleton.model Contains classes that provide models that can be observed and presented by the presentation layer 
com.jgoodies.skeleton.view Contains view classes that build and present the Skeleton (Pro) user interface 
com.jgoodies.skeleton.view.editor Contains types that describe and implement the editors used in Skeleton (Pro) 
 

Uses of MainModel in com.jgoodies.skeleton.model
 

Constructors in com.jgoodies.skeleton.model with parameters of type MainModel
NavigationModel(MainModel mainModel)
          Constructs a NavigationModel that has no selection and no tree model.
 

Uses of MainModel in com.jgoodies.skeleton.view
 

Constructors in com.jgoodies.skeleton.view with parameters of type MainModel
MainFrame(MainModel mainModel)
          Constructs an instance of the Skeleton Pro app's main frame.
 

Uses of MainModel in com.jgoodies.skeleton.view.editor
 

Constructors in com.jgoodies.skeleton.view.editor with parameters of type MainModel
EditorView(MainModel mainModel)
          Constructs an EditorView for the given main model.
WelcomeView(MainModel mainModel)
           
 



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