Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd._2009.xml.types.XLptsDBProjectType

Packages that use XLptsDBProjectType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

Uses of XLptsDBProjectType in com.lapetus_ltd._2009.xml.types
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBProjectType
 XLptsDBProjectType ObjectFactory.createXLptsDBProjectType()
          Create an instance of XLptsDBProjectType
 

Uses of XLptsDBProjectType in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBProjectType
 void ILptsFactoryProjectListener.projectLoadComplete(XLptsDBProjectType projectType)
          
This function indicates the end of the loading process, with the new project supplied.
 void ILptsFactoryProjectListener.projectSaveComplete(java.lang.String fileName, XLptsDBProjectType project, boolean isSaved)
          This indicates that the saving of the file is complete, but may not have been successful.
 void ILptsFactoryProjectListener.projectSaveStart(java.lang.String fileName, XLptsDBProjectType project)
          This informs the listener that the project saving process has begun.
static void TLptsFactoryProject.saveProject(java.lang.String fileName, XLptsDBProjectType project)
           Saves a project to file.
 

Uses of XLptsDBProjectType in com.lapetus_ltd.api.db.xml.types
 

Subclasses of XLptsDBProjectType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBProjectType
          Class Description : Initiates the project information type.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBProjectType
TLptsDBProjectType(XLptsDBProjectType projectType)
           This constructor copies the project information from an existing XLptsDBProjectType.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)