|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IElementCopier | |
---|---|
pl.edu.agh.cast.data.model.copier | Provides data set and element copy/paste support classes. |
pl.edu.agh.cast.schema.model.presentation | Provides CAST schema presentation model. |
Uses of IElementCopier in pl.edu.agh.cast.data.model.copier |
---|
Methods in pl.edu.agh.cast.data.model.copier that return IElementCopier | |
---|---|
IElementCopier<E> |
CopyableImpl.getDefaultCopier()
Returns the default element copier. |
IElementCopier<E> |
ICopyable.getDefaultCopier()
Returns the default element copier. |
Methods in pl.edu.agh.cast.data.model.copier that return types with arguments of type IElementCopier | |
---|---|
Collection<IElementCopier<E>> |
CopyableImpl.getCopiers()
Returns a collection of compatible element copiers. |
Collection<IElementCopier<E>> |
ICopyable.getCopiers()
Returns a collection of compatible element copiers. |
Constructors in pl.edu.agh.cast.data.model.copier with parameters of type IElementCopier | |
---|---|
CopyableImpl(IElementCopier<E> defaultCopier)
Constructor. |
|
CopyableImpl(IElementCopier<E> defaultCopier,
Collection<IElementCopier<E>> copiers)
Constructor. |
Constructor parameters in pl.edu.agh.cast.data.model.copier with type arguments of type IElementCopier | |
---|---|
CopyableImpl(IElementCopier<E> defaultCopier,
Collection<IElementCopier<E>> copiers)
Constructor. |
Uses of IElementCopier in pl.edu.agh.cast.schema.model.presentation |
---|
Classes in pl.edu.agh.cast.schema.model.presentation that implement IElementCopier | |
---|---|
class |
SchemaDataSet
Data set which contains elements for a schema diagram. |
Methods in pl.edu.agh.cast.schema.model.presentation that return IElementCopier | |
---|---|
IElementCopier<ISchemaElement<? extends IElement>> |
SchemaDataSet.getDefaultCopier()
Returns the default element copier. |
Methods in pl.edu.agh.cast.schema.model.presentation that return types with arguments of type IElementCopier | |
---|---|
Collection<IElementCopier<ISchemaElement<? extends IElement>>> |
SchemaDataSet.getCopiers()
Returns a collection of compatible element copiers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |