Uses of Class
pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor

Packages that use PresentationDataSetDescriptor
pl.edu.agh.cast.data.model.presentation Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors. 
pl.edu.agh.cast.data.model.visual Provides CAST visual model, which is the base of visual models such as schema and time-line used in various specific visual editors. 
pl.edu.agh.cast.data.persistence Provides CAST Data Model persistence provider abstraction classes. 
pl.edu.agh.cast.data.persistence.zlayer Provides CAST Data Model persistence provider which uses ZLayer for data persistence. 
pl.edu.agh.cast.schema.model.presentation Provides CAST schema presentation model. 
 

Uses of PresentationDataSetDescriptor in pl.edu.agh.cast.data.model.presentation
 

Methods in pl.edu.agh.cast.data.model.presentation that return PresentationDataSetDescriptor
protected  PresentationDataSetDescriptor PresentationDataSet.acquireDescriptor()
          Returns the non-null descriptor of this data set.
protected  PresentationDataSetDescriptor PresentationDataSet.createNewDescriptor()
          Returns new, uninitialized instance of descriptor.
 PresentationDataSetDescriptor PresentationDataSet.getDescriptor()
          Returns the descriptor of this data set.
 PresentationDataSetDescriptor IPresentationDataSet.getDescriptor()
          Returns the descriptor of this data set.
 

Constructors in pl.edu.agh.cast.data.model.presentation with parameters of type PresentationDataSetDescriptor
PresentationDataSet(PresentationDataSetDescriptor descriptor)
          Initializes data set with its descriptor and a newly created MetaPropertyManager.
PresentationDataSet(PresentationDataSetDescriptor descriptor, List<IDataSet<? extends IElement>> originalDataSets)
          Initializes data set with its descriptor and a newly created MetaPropertyManager.
PresentationDataSet(PresentationDataSetDescriptor descriptor, MetaPropertyManager metaPropertyManager)
          Initializes data set with its descriptor and MetaPropertyManager.
 

Uses of PresentationDataSetDescriptor in pl.edu.agh.cast.data.model.visual
 

Methods in pl.edu.agh.cast.data.model.visual that return PresentationDataSetDescriptor
 PresentationDataSetDescriptor VisualDataSetDescriptor.getPresentationDataSetDescriptor()
          Gets the descriptor of presentation data set wrapped by visual data set described by this descriptor.
 

Methods in pl.edu.agh.cast.data.model.visual with parameters of type PresentationDataSetDescriptor
 void VisualDataSetDescriptor.setPresentationDataSetDescriptor(PresentationDataSetDescriptor descriptor)
          Sets the descriptor of presentation data set wrapped by visual data set described by this descriptor.
 

Constructors in pl.edu.agh.cast.data.model.visual with parameters of type PresentationDataSetDescriptor
VisualDataSetDescriptor(UUID id, Type type, String name, Date creationDate, PresentationDataSetDescriptor descriptor)
          Constructor.
 

Uses of PresentationDataSetDescriptor in pl.edu.agh.cast.data.persistence
 

Methods in pl.edu.agh.cast.data.persistence that return types with arguments of type PresentationDataSetDescriptor
 List<PresentationDataSetDescriptor> IPersistenceProvider.getPresentationDataSetDescriptors()
          Returns descriptors of all available presentation data sets.
 List<PresentationDataSetDescriptor> AbstractPersistenceProviderDecorator.getPresentationDataSetDescriptors()
          Returns descriptors of all available presentation data sets.
 List<PresentationDataSetDescriptor> AbstractPersistenceProvider.getPresentationDataSetDescriptors()
          Returns descriptors of all available presentation data sets.
 

Uses of PresentationDataSetDescriptor in pl.edu.agh.cast.data.persistence.zlayer
 

Methods in pl.edu.agh.cast.data.persistence.zlayer that return types with arguments of type PresentationDataSetDescriptor
 List<PresentationDataSetDescriptor> ZLayerPersistenceProvider.getPresentationDataSetDescriptors()
          Returns descriptors of all available presentation data sets.
 

Uses of PresentationDataSetDescriptor in pl.edu.agh.cast.schema.model.presentation
 

Constructors in pl.edu.agh.cast.schema.model.presentation with parameters of type PresentationDataSetDescriptor
SchemaDataSet(PresentationDataSetDescriptor descriptor)
          Initializes data set with its descriptor and a newly created MetaPropertyManager.
SchemaDataSet(PresentationDataSetDescriptor descriptor, MetaPropertyManager metaPropertyManager)
          Initializes data set with its descriptor and MetaPropertyManager.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.