Uses of Class
net.sf.borg.model.Model

Packages that use Model
net.sf.borg.model The Model package and its sub-packages provide the data model layer for borg 
net.sf.borg.ui The UI package and its sub-packages provide the BORG Swing UI. 
 

Uses of Model in net.sf.borg.model
 

Subclasses of Model in net.sf.borg.model
 class AddressModel
          AddressModel provides the model layer APIs for working with Addresses
 class AppointmentModel
          the appointment model provides the model layer APIs for working with Appointment Entities
 class CategoryModel
          The Class CategoryModel manages Categories.
 class CheckListModel
          The CheckList Model manages the CheckList Entities.
 class LinkModel
          LinkModel manages the Link Entities, which are associations between BORG Entities and other BORG Entities, files, and URLs.
 class MemoModel
          The Memo Model manages the Memo Entities.
 class TaskModel
          TaksModel manages all of the task related entities - Task, Project, Subtask, and Tasklog
 

Methods in net.sf.borg.model that return Model
static Model ExportImport.getImportModelForXML(BufferedReader in)
          get the model that can import the given XML
 

Methods in net.sf.borg.model that return types with arguments of type Model
static List<Model> Model.getExistingModels()
          get a list of all instantiated models
 

Methods in net.sf.borg.model with parameters of type Model
static void ExportImport.importFromXmlFile(Model model, InputStream is)
          Import from a single xml input stream.
 

Uses of Model in net.sf.borg.ui
 

Methods in net.sf.borg.ui with parameters of type Model
protected  void View.addModel(Model m)
          registers this view with a model.
protected  void DockableView.addModel(Model m)
          register the view for model change callbacks.
 



Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae