|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPresentationElement.PropertyCategory | |
---|---|
pl.edu.agh.cast.command | Provides commands for operating on diagrams. |
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. |
Uses of IPresentationElement.PropertyCategory in pl.edu.agh.cast.command |
---|
Constructor parameters in pl.edu.agh.cast.command with type arguments of type IPresentationElement.PropertyCategory | |
---|---|
ModifyPresentationElementCommand(IPresentationElement<? extends IElement> model,
MultiMap<IPresentationElement.PropertyCategory,PropertyTreeEntry> entriesMap)
Constructor. |
Uses of IPresentationElement.PropertyCategory in pl.edu.agh.cast.data.model.presentation |
---|
Methods in pl.edu.agh.cast.data.model.presentation that return IPresentationElement.PropertyCategory | |
---|---|
static IPresentationElement.PropertyCategory |
IPresentationElement.PropertyCategory.fromString(String value)
Creates enumeration object from string. |
IPresentationElement.PropertyCategory |
PresentationPropertyDescriptor.getPropertyCategory()
|
static IPresentationElement.PropertyCategory |
IPresentationElement.PropertyCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPresentationElement.PropertyCategory[] |
IPresentationElement.PropertyCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in pl.edu.agh.cast.data.model.presentation with parameters of type IPresentationElement.PropertyCategory | |
---|---|
PresentationPropertyDescriptor(IPresentationElement.PropertyCategory propertyCategory,
String propertyName)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |