|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl | |
org.eclipse.gmf.codegen.gmfgen.util |
Uses of Attributes in org.eclipse.gmf.codegen.gmfgen |
---|
Subinterfaces of Attributes in org.eclipse.gmf.codegen.gmfgen | |
---|---|
interface |
ColorAttributes
A representation of the model object 'Color Attributes'. |
interface |
DefaultSizeAttributes
A representation of the model object 'Default Size Attributes'. |
interface |
LabelOffsetAttributes
A representation of the model object 'Label Offset Attributes'. |
interface |
ResizeConstraints
A representation of the model object 'Resize Constraints'. |
interface |
StyleAttributes
A representation of the model object 'Style Attributes'. |
Methods in org.eclipse.gmf.codegen.gmfgen that return Attributes | |
---|---|
Attributes |
Viewmap.find(Class attributesClass)
Returns first attributes instance of specified class, if any |
Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type Attributes | |
---|---|
org.eclipse.emf.common.util.EList<Attributes> |
Viewmap.getAttributes()
Returns the value of the 'Attributes' containment reference list. |
Uses of Attributes in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement Attributes | |
---|---|
class |
AttributesImpl
An implementation of the model object 'Attributes'. |
class |
ColorAttributesImpl
An implementation of the model object 'Color Attributes'. |
class |
DefaultSizeAttributesImpl
An implementation of the model object 'Default Size Attributes'. |
class |
LabelOffsetAttributesImpl
An implementation of the model object 'Label Offset Attributes'. |
class |
ResizeConstraintsImpl
An implementation of the model object 'Resize Constraints'. |
class |
StyleAttributesImpl
An implementation of the model object 'Style Attributes'. |
Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type Attributes | |
---|---|
protected org.eclipse.emf.common.util.EList<Attributes> |
ViewmapImpl.attributes
The cached value of the ' Attributes ' containment reference list. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return Attributes | |
---|---|
Attributes |
ViewmapImpl.find(Class attributesClass)
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type Attributes | |
---|---|
org.eclipse.emf.common.util.EList<Attributes> |
ViewmapImpl.getAttributes()
|
Uses of Attributes in org.eclipse.gmf.codegen.gmfgen.util |
---|
Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type Attributes | |
---|---|
T |
GMFGenSwitch.caseAttributes(Attributes object)
Returns the result of interpreting the object as an instance of 'Attributes'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |