|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomProperty | |
|---|---|
| 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. |
| Uses of CustomProperty in pl.edu.agh.cast.command |
|---|
| Constructor parameters in pl.edu.agh.cast.command with type arguments of type CustomProperty | |
|---|---|
CreateAndModifyPropertiesCommand(IPropertyContainer container,
Collection<CustomProperty> propertiesToAdd,
Map<String,Property<? extends MetaProperty>> propertiesToModify,
Map<String,Object> newValues)
Constructor. |
|
CreatePropertiesCommand(IPropertyContainer container,
Collection<CustomProperty> properties)
Constructor. |
|
| Uses of CustomProperty in pl.edu.agh.cast.data.model.property |
|---|
| Methods in pl.edu.agh.cast.data.model.property that return types with arguments of type CustomProperty | |
|---|---|
Collection<CustomProperty> |
PropertyContainer.getCustomProperties()
Returns all custom properties. |
Collection<CustomProperty> |
IPropertyContainer.getCustomProperties()
Returns all custom properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||