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

Packages that use Project
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. 
com.jgoodies.skeleton.model.node Contains classes that describe the nodes in the navigation tree 
 

Uses of Project in com.jgoodies.skeleton.domain
 

Methods in com.jgoodies.skeleton.domain that return Project
static Project ProjectFactory.createSample()
          Creates and returns a sample data model with sample components.
static Project Project.readFrom(File f)
          Reads, creates and returns a Project from the given File.
 

Uses of Project in com.jgoodies.skeleton.model
 

Methods in com.jgoodies.skeleton.model that return Project
 Project MainModel.getProject()
          Returns the current project.
 

Methods in com.jgoodies.skeleton.model with parameters of type Project
 void MainModel.setProject(Project newProject)
          Sets a new project.
 

Uses of Project in com.jgoodies.skeleton.model.node
 

Methods in com.jgoodies.skeleton.model.node that return Project
 Project RootNode.getProject()
          Returns this node's associated Description instance.
 

Constructors in com.jgoodies.skeleton.model.node with parameters of type Project
RootNode(Project project)
          Creates a root node for the specified project.
 



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