|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertyChangeProvider | |
---|---|
pl.edu.agh.cast | Provides CAST Core's entry level classes. |
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.property | Provides CAST Data Model's property related classes. |
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.model.attributes | Provides classes for representing and managing visual model's attributes. |
pl.edu.agh.cast.model.visual | |
pl.edu.agh.cast.model.visual.backward | Provides classes for visual presentation of data. |
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 IPropertyChangeProvider in pl.edu.agh.cast |
---|
Classes in pl.edu.agh.cast that implement IPropertyChangeProvider | |
---|---|
class |
CastApplication
This class controls all aspects of the application's execution. |
Methods in pl.edu.agh.cast that return IPropertyChangeProvider | |
---|---|
static IPropertyChangeProvider |
CastApplication.getPropertyChangeProvider()
|
Uses of IPropertyChangeProvider in pl.edu.agh.cast.data.model.presentation |
---|
Subinterfaces of IPropertyChangeProvider in pl.edu.agh.cast.data.model.presentation | |
---|---|
interface |
IPresentationDataSet<T extends IPresentationElement<? extends IElement>>
An interface of presentation data set which consists of presentation elements. |
interface |
IPresentationElement<T extends IElement>
The interface of elements of the abstract presentation model. |
Classes in pl.edu.agh.cast.data.model.presentation that implement IPropertyChangeProvider | |
---|---|
class |
PresentationDataSet<T extends IPresentationElement<? extends IElement>>
Abstract implementation of IPresentationDataSet . |
class |
PresentationElement<T extends IElement>
PresentationElement is a base class for elements of presentation models such as schema nodes or time-lines. |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.data.model.property |
---|
Classes in pl.edu.agh.cast.data.model.property that implement IPropertyChangeProvider | |
---|---|
class |
PropertyChangeProviderHelper
A property change provider that can be used to delegate to from other IPropertyChangeProvider
implementations. |
Constructors in pl.edu.agh.cast.data.model.property with parameters of type IPropertyChangeProvider | |
---|---|
PropertyChangeProviderHelper(IPropertyChangeProvider source)
Creates new PCPHelper. |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.data.model.visual |
---|
Subinterfaces of IPropertyChangeProvider in pl.edu.agh.cast.data.model.visual | |
---|---|
interface |
IVisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
An interface which describes data set containing elements of visual model. |
interface |
IVisualElement<M extends IPresentationElement<? extends IElement>>
An interface which describes an element from visual model, for more detail see IVisualDataSet . |
Classes in pl.edu.agh.cast.data.model.visual that implement IPropertyChangeProvider | |
---|---|
class |
VisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
Abstract implementation of IVisualDataSet . |
class |
VisualElement<M extends IPresentationElement<? extends IElement>>
Abstract implementation of IVisualElement . |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.data.persistence |
---|
Subinterfaces of IPropertyChangeProvider in pl.edu.agh.cast.data.persistence | |
---|---|
interface |
IObservablePersistenceProvider
Interface of observable persistence provider. |
Classes in pl.edu.agh.cast.data.persistence that implement IPropertyChangeProvider | |
---|---|
class |
ObservablePersistenceProvider
Observable provider implementation. |
class |
TransparentPersistenceProvider
A persistence provider implementation which allows for transparent substitution of underlying actual provider. |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.model.attributes |
---|
Classes in pl.edu.agh.cast.model.attributes that implement IPropertyChangeProvider | |
---|---|
class |
Attribute
Stores information about a single attribute registered in an attribute manager. |
class |
AttributeManager
Class responsible for holding available attribute types for different model element types. |
class |
ConnectionGroupAttributeManager
This class represents AttributeManager s which are to manage attributes of
ConnectionGroup s. |
class |
DiagramAttributeManager
Attribute manager for diagram's attributes. |
class |
LegendAttributeManager
This class represents AttributeManager s which are to manage attributes of
Legend . |
class |
NodeAttributeManager
This class represents AttributeManager s which are to manage attributes of
Node s. |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.model.visual |
---|
Classes in pl.edu.agh.cast.model.visual that implement IPropertyChangeProvider | |
---|---|
class |
Legend
Diagram legend. |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.model.visual.backward |
---|
Subinterfaces of IPropertyChangeProvider in pl.edu.agh.cast.model.visual.backward | |
---|---|
interface |
IDiagram
Interface of a diagram which consists of Node s and Connection s. |
interface |
IDiagramSettings
Diagram settings. |
Classes in pl.edu.agh.cast.model.visual.backward that implement IPropertyChangeProvider | |
---|---|
class |
ConnectionGroup
Stores list of all connections between two nodes. |
class |
Diagram
Diagram, which consists of of Node s and Connection s. |
class |
DiagramSettings
Schema diagram settings. |
class |
ModelElement
An abstract class for a visual model element. |
class |
Node
Class representing nodes of IDiagram . |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.schema.model.presentation |
---|
Subinterfaces of IPropertyChangeProvider 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 |
ISchemaDataSet
Schema model data set which is set of nodes ( ISchemaNode ) connected with connections (
ISchemaConnection ). |
interface |
ISchemaElement<T extends IElement>
The interface marks classes which belong to the time-line presentation model, that is classes whose instances may be included in the SchemaDataSet. |
interface |
ISchemaNode
Interface which describes node of schema diagram. |
Classes in pl.edu.agh.cast.schema.model.presentation that implement IPropertyChangeProvider | |
---|---|
class |
SchemaConnection
Default implementation of ISchemaConnection . |
class |
SchemaDataSet
Data set which contains elements for a schema diagram. |
class |
SchemaNode
Default implementation of ISchemaNode . |
Uses of IPropertyChangeProvider in pl.edu.agh.cast.schema.model.visual |
---|
Subinterfaces of IPropertyChangeProvider in pl.edu.agh.cast.schema.model.visual | |
---|---|
interface |
IVisualSchemaConnection
The visual schema connection is part of schema visual model. |
interface |
IVisualSchemaDataSet
The visual schema data set is part of schema visual model. |
interface |
IVisualSchemaElement<T extends ISchemaElement<? extends IElement>>
The visual schema element interface represents elements which may belong to a visual schema data set. |
interface |
IVisualSchemaNode
The visual schema node is part of schema visual model. |
Classes in pl.edu.agh.cast.schema.model.visual that implement IPropertyChangeProvider | |
---|---|
class |
VisualSchemaConnection
The default implementation of IVisualSchemaConnection . |
class |
VisualSchemaDataSet
The default implementation of IVisualSchemaDataSet . |
class |
VisualSchemaNode
The default implementation of IVisualSchemaNode . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |