Uses of Interface
pl.edu.agh.cast.schema.model.presentation.ISchemaElement

Packages that use ISchemaElement
pl.edu.agh.cast.schema.editor.command Defines available commands used in schema editor. 
pl.edu.agh.cast.schema.model.presentation Provides CAST schema presentation model. 
pl.edu.agh.cast.schema.model.visual Provides CAST schema visual model. 
 

Uses of ISchemaElement in pl.edu.agh.cast.schema.editor.command
 

Methods in pl.edu.agh.cast.schema.editor.command with parameters of type ISchemaElement
 void DeleteElementsCommand.add(ISchemaElement element)
          Adds ISchemaNode or ISchemaConnection to remove.
 

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

Subinterfaces of ISchemaElement in pl.edu.agh.cast.schema.model.presentation
 interface ISchemaConnection
          Interface which describes a single connection between two SchemaNode objects in a schema diagram.
 interface ISchemaNode
          Interface which describes node of schema diagram.
 

Classes in pl.edu.agh.cast.schema.model.presentation that implement ISchemaElement
 class SchemaConnection
          Default implementation of ISchemaConnection.
 class SchemaNode
          Default implementation of ISchemaNode.
 

Methods in pl.edu.agh.cast.schema.model.presentation that return types with arguments of type ISchemaElement
 ElementTransferContainer<ISchemaElement<? extends IElement>> SchemaDataSet.copy(Collection<IElement> elements)
          Returns a container containing copies of given elements.
 Collection<IElementCopier<ISchemaElement<? extends IElement>>> SchemaDataSet.getCopiers()
          Returns a collection of compatible element copiers.
 IElementCopier<ISchemaElement<? extends IElement>> SchemaDataSet.getDefaultCopier()
          Returns the default element copier.
 

Methods in pl.edu.agh.cast.schema.model.presentation with parameters of type ISchemaElement
protected  void SchemaDataSet.afterAddElement(ISchemaElement<? extends IElement> element)
           
protected  void SchemaDataSet.beforeRemoveElement(ISchemaElement<? extends IElement> element)
           
protected  boolean SchemaDataSet.isElementValid(ISchemaElement<? extends IElement> element)
          Checks if given element is valid for the data set.
 

Method parameters in pl.edu.agh.cast.schema.model.presentation with type arguments of type ISchemaElement
 void SchemaDataSet.paste(ElementTransferContainer<ISchemaElement<? extends IElement>> elements)
          Pastes given elements.
 void SchemaDataSet.unpaste(ElementTransferContainer<ISchemaElement<? extends IElement>> elements)
           
 

Uses of ISchemaElement in pl.edu.agh.cast.schema.model.visual
 

Classes in pl.edu.agh.cast.schema.model.visual with type parameters of type ISchemaElement
 interface IVisualSchemaElement<T extends ISchemaElement<? extends IElement>>
          The visual schema element interface represents elements which may belong to a visual schema data set.
 



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