Uses of Class
net.ponec.jworksheet.bo.WorkSpace

Packages that use WorkSpace
net.ponec.jworksheet.bo Business objects (BO) All classes in the package are presistent. 
net.ponec.jworksheet.core Core of the application 
net.ponec.jworksheet.module The simple module support. 
 

Uses of WorkSpace in net.ponec.jworksheet.bo
 

Fields in net.ponec.jworksheet.bo with type parameters of type WorkSpace
static UjoProperty<WorkSpace,java.util.Date> WorkSpace.P_ARCHIVED
          Date of the last file archivation.
static UjoProperty<WorkSpace,java.util.Date> WorkSpace.P_CREATED
          Date of the last file saving.
static ListProperty<WorkSpace,WorkDay> WorkSpace.P_DAYS
          Work day list
static ListProperty<WorkSpace,Project> WorkSpace.P_PROJS
          Code-book of all projects.
static UjoProperty<WorkSpace,java.lang.String> WorkSpace.P_VERSN
          Version of the persistence file format.
 

Uses of WorkSpace in net.ponec.jworksheet.core
 

Fields in net.ponec.jworksheet.core declared as WorkSpace
protected  WorkSpace ApplContext.workSpace
           
 

Methods in net.ponec.jworksheet.core that return WorkSpace
 WorkSpace ApplContext.getWorkSpace()
          Returns WorkSpace
 

Uses of WorkSpace in net.ponec.jworksheet.module
 

Methods in net.ponec.jworksheet.module that return WorkSpace
 WorkSpace JwsContext.getWorkSpace()
          Load WorkSpace
 



Copyright © 2007-2009 PPonec