Uses of Class
project35.workBench.WorkBenchEntryModel

Packages that use WorkBenchEntryModel
project35.workBench This package is responsible for creating the Project35 Work Bench,which allows users to launch Project35 Dialog instances that are generated from different models. 
 

Uses of WorkBenchEntryModel in project35.workBench
 

Methods in project35.workBench that return WorkBenchEntryModel
 WorkBenchEntryModel[] WorkBenchEntryReader.getWorkBenchEntryModels()
           
 WorkBenchEntryModel WorkBenchEntryReader.parseFile(java.lang.String configurationDirectory, java.io.File workBenchEntryFile)
          uses the attributes found in a work bench entry file to create an instance of a WorkBenchEntryModel.
 

Methods in project35.workBench with parameters of type WorkBenchEntryModel
 void WorkBenchEntryView.init(Project35UIFactory project35UIFactory, WorkBenchEntryModel workBenchEntryModel)
          initialises the view with an instance of a Work Bench Entry Model
 

Constructors in project35.workBench with parameters of type WorkBenchEntryModel
WorkBenchEntryView(Project35UIFactory project35UIFactory, WorkBenchEntryModel workBenchEntryModel)