Uses of Class
pl.edu.agh.cast.data.model.property.Property

Packages that use Property
pl.edu.agh.cast.command Provides commands for operating on diagrams. 
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.schema.editor.command Defines available commands used in schema editor. 
pl.edu.agh.cast.ui.dialogs.property Provides properties editor with various cell editors according to properties types. 
 

Uses of Property in pl.edu.agh.cast.command
 

Constructor parameters in pl.edu.agh.cast.command with type arguments of type Property
CreateAndModifyPropertiesCommand(IPropertyContainer container, Collection<CustomProperty> propertiesToAdd, Map<String,Property<? extends MetaProperty>> propertiesToModify, Map<String,Object> newValues)
          Constructor.
ModfiyPropertiesCommand(Map<String,Property<? extends MetaProperty>> properties, Map<String,Object> newValues)
          Constructor.
 

Uses of Property in pl.edu.agh.cast.data.model.property
 

Subclasses of Property in pl.edu.agh.cast.data.model.property
 class CustomProperty
          Custom property - contains the value of the property.
 class PermanentProperty
          Permanent property - accesses value from data element via getter and setter method defined in it's MetaPermanentProperty.
 class TransientProperty
          Transient property - accesses value from data element via getter method defined in it's MetaTransientProperty.
 

Methods in pl.edu.agh.cast.data.model.property that return Property
protected  Property<? extends MetaProperty> PropertyContainer.createProperty(MetaProperty metaProperty)
           
 Property<? extends MetaProperty> PropertyContainer.getProperty(String name)
          Returns property with given name.
 Property<? extends MetaProperty> IPropertyContainer.getProperty(String name)
          Returns property with given name.
 Property<? extends MetaProperty> PropertyContainer.removeProperty(String name)
          Removes property with given name.
 Property<? extends MetaProperty> IPropertyContainer.removeProperty(String name)
          Removes property with given name.
 Property<? extends MetaProperty> PropertyContainer.setProperty(String name, Object value)
          Modifies property value.
 Property<? extends MetaProperty> IPropertyContainer.setProperty(String name, Object value)
          Modifies property value.
 

Methods in pl.edu.agh.cast.data.model.property that return types with arguments of type Property
 Collection<Property<? extends MetaProperty>> PropertyContainer.getProperties()
          Returns all properties.
 Collection<Property<? extends MetaProperty>> IPropertyContainer.getProperties()
          Returns all properties.
 

Methods in pl.edu.agh.cast.data.model.property with parameters of type Property
 void PropertyContainer.addProperty(Property<? extends MetaProperty> property)
          Adds property to this container.
 void IPropertyContainer.addProperty(Property<? extends MetaProperty> property)
          Adds property to this container.
 

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

Methods in pl.edu.agh.cast.data.model.visual that return types with arguments of type Property
 Collection<Property<? extends MetaProperty>> IVisualElement.getPropertiesMarkedAsLabel()
          Gets collection of properties marked as label (including properties of presentation, visual and original elements).
 Collection<Property<? extends MetaProperty>> VisualElement.getPropertiesMarkedAsLabel()
          Gets collection of properties marked as label (including properties of presentation, visual and original elements).
 

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

Constructors in pl.edu.agh.cast.schema.editor.command with parameters of type Property
ChangeElementPropertyCommand(Property<? extends MetaProperty> property, String newValue)
          Constructor.
 

Uses of Property in pl.edu.agh.cast.ui.dialogs.property
 

Methods in pl.edu.agh.cast.ui.dialogs.property that return Property
 Property<? extends MetaProperty> PropertyTreeEntry.getProperty()
           
 

Constructors in pl.edu.agh.cast.ui.dialogs.property with parameters of type Property
PropertyTreeEntry(String id, Property<? extends MetaProperty> property, PropertyTreeEntry.PropertyEditType type)
          Constructor for entry with property.
PropertyTreeEntry(String id, Property<? extends MetaProperty> property, PropertyTreeEntry.PropertyEditType type, PropertyTreeEntry parent)
          Constructor for entry with property which sets also parent entry.
 



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