|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.model |
---|
Methods in org.eclipse.emf.ecp.view.template.model that return types with arguments of type VTStyleProperty | |
---|---|
org.eclipse.emf.common.util.EList<VTStyleProperty> |
VTStyle.getProperties()
Returns the value of the 'Properties' containment reference list. |
Set<VTStyleProperty> |
VTViewTemplateProvider.getStyleProperties(VElement vElement,
ViewModelContext viewModelContext)
Return all StyleProperties which are applicable to the provided VElement . |
Methods in org.eclipse.emf.ecp.view.template.model with parameters of type VTStyleProperty | |
---|---|
boolean |
VTStyleProperty.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.model.impl |
---|
Methods in org.eclipse.emf.ecp.view.template.model.impl that return types with arguments of type VTStyleProperty | |
---|---|
org.eclipse.emf.common.util.EList<VTStyleProperty> |
VTStyleImpl.getProperties()
|
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.model.util with parameters of type VTStyleProperty | |
---|---|
T |
TemplateSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.service |
---|
Methods in org.eclipse.emf.ecp.view.template.service that return types with arguments of type VTStyleProperty | |
---|---|
Set<VTStyleProperty> |
ViewTemplateProviderImpl.getStyleProperties(VElement vElement,
ViewModelContext viewModelContext)
Return all StyleProperties which are applicable to the provided VElement . |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.alignment.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.alignment.model | |
---|---|
interface |
VTAlignmentStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.alignment.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.alignment.model.impl that implement VTStyleProperty | |
---|---|
class |
VTAlignmentStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.alignment.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTAlignmentStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.alignment.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.alignment.model.util with parameters of type VTStyleProperty | |
---|---|
T |
AlignmentSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.background.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.background.model | |
---|---|
interface |
VTBackgroundStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.background.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.background.model.impl that implement VTStyleProperty | |
---|---|
class |
VTBackgroundStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.background.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTBackgroundStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.background.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.background.model.util with parameters of type VTStyleProperty | |
---|---|
T |
BackgroundSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.fontProperties.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.fontProperties.model | |
---|---|
interface |
VTFontPropertiesStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl that implement VTStyleProperty | |
---|---|
class |
VTFontPropertiesStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTFontPropertiesStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.fontProperties.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.fontProperties.model.util with parameters of type VTStyleProperty | |
---|---|
T |
FontPropertiesSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.mandatory.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.mandatory.model | |
---|---|
interface |
VTMandatoryStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.mandatory.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.mandatory.model.impl that implement VTStyleProperty | |
---|---|
class |
VTMandatoryStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.mandatory.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTMandatoryStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.mandatory.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.mandatory.model.util with parameters of type VTStyleProperty | |
---|---|
T |
MandatorySwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.tableValidation.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.tableValidation.model | |
---|---|
interface |
VTTableValidationStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl that implement VTStyleProperty | |
---|---|
class |
VTTableValidationStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTTableValidationStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.tableValidation.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.tableValidation.model.util with parameters of type VTStyleProperty | |
---|---|
T |
TableValidationSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model | |
---|---|
interface |
VTTextControlEnablementStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl that implement VTStyleProperty | |
---|---|
class |
VTTextControlEnablementStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTTextControlEnablementStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.util with parameters of type VTStyleProperty | |
---|---|
T |
TextControlEnablementSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.validation.model |
---|
Subinterfaces of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.validation.model | |
---|---|
interface |
VTValidationStyleProperty
A representation of the model object 'Style Property'. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.validation.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.template.style.validation.model.impl that implement VTStyleProperty | |
---|---|
class |
VTValidationStylePropertyImpl
An implementation of the model object 'Style Property'. |
Methods in org.eclipse.emf.ecp.view.template.style.validation.model.impl with parameters of type VTStyleProperty | |
---|---|
boolean |
VTValidationStylePropertyImpl.equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another. |
Uses of VTStyleProperty in org.eclipse.emf.ecp.view.template.style.validation.model.util |
---|
Methods in org.eclipse.emf.ecp.view.template.style.validation.model.util with parameters of type VTStyleProperty | |
---|---|
T |
ValidationSwitch.caseStyleProperty(VTStyleProperty object)
Returns the result of interpreting the object as an instance of 'Style Property'. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |