|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
---|---|
org.eclipse.gmf.gmfgraph | |
org.eclipse.gmf.gmfgraph.impl |
Uses of Alignment in org.eclipse.gmf.gmfgraph |
---|
Fields in org.eclipse.gmf.gmfgraph with type parameters of type Alignment | |
---|---|
static java.util.List<Alignment> |
Alignment.VALUES
A public read-only list of all the 'Alignment' enumerators |
Methods in org.eclipse.gmf.gmfgraph that return Alignment | |
---|---|
static Alignment |
Alignment.get(int value)
Returns the 'Alignment' literal with the specified integer value |
static Alignment |
Alignment.get(java.lang.String literal)
Returns the 'Alignment' literal with the specified literal value |
Alignment |
BorderLayoutData.getAlignment()
Returns the value of the 'Alignment' attribute. |
Alignment |
AlignmentFacet.getAlignment()
Returns the value of the 'Alignment' attribute. |
static Alignment |
Alignment.getByName(java.lang.String name)
Returns the 'Alignment' literal with the specified name |
Alignment |
GridLayoutData.getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
Alignment |
FlowLayout.getMajorAlignment()
Returns the value of the 'Major Alignment' attribute. |
Alignment |
FlowLayout.getMinorAlignment()
Returns the value of the 'Minor Alignment' attribute. |
Alignment |
GridLayoutData.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. |
static Alignment |
Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.gmf.gmfgraph with parameters of type Alignment | |
---|---|
void |
BorderLayoutData.setAlignment(Alignment value)
Sets the value of the ' Alignment ' attribute |
void |
AlignmentFacet.setAlignment(Alignment value)
Sets the value of the ' Alignment ' attribute |
void |
GridLayoutData.setHorizontalAlignment(Alignment value)
Sets the value of the ' Horizontal Alignment ' attribute |
void |
FlowLayout.setMajorAlignment(Alignment value)
Sets the value of the ' Major Alignment ' attribute |
void |
FlowLayout.setMinorAlignment(Alignment value)
Sets the value of the ' Minor Alignment ' attribute |
void |
GridLayoutData.setVerticalAlignment(Alignment value)
Sets the value of the ' Vertical Alignment ' attribute |
Uses of Alignment in org.eclipse.gmf.gmfgraph.impl |
---|
Fields in org.eclipse.gmf.gmfgraph.impl declared as Alignment | |
---|---|
protected Alignment |
BorderLayoutDataImpl.alignment
The cached value of the ' Alignment ' attribute |
protected Alignment |
AlignmentFacetImpl.alignment
The cached value of the ' Alignment ' attribute |
protected static Alignment |
BorderLayoutDataImpl.ALIGNMENT_EDEFAULT
The default value of the ' Alignment ' attribute |
protected static Alignment |
AlignmentFacetImpl.ALIGNMENT_EDEFAULT
The default value of the ' Alignment ' attribute |
protected static Alignment |
GridLayoutDataImpl.HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the ' Horizontal Alignment ' attribute |
protected Alignment |
GridLayoutDataImpl.horizontalAlignment
The cached value of the ' Horizontal Alignment ' attribute |
protected static Alignment |
FlowLayoutImpl.MAJOR_ALIGNMENT_EDEFAULT
The default value of the ' Major Alignment ' attribute |
protected Alignment |
FlowLayoutImpl.majorAlignment
The cached value of the ' Major Alignment ' attribute |
protected static Alignment |
FlowLayoutImpl.MINOR_ALIGNMENT_EDEFAULT
The default value of the ' Minor Alignment ' attribute |
protected Alignment |
FlowLayoutImpl.minorAlignment
The cached value of the ' Minor Alignment ' attribute |
protected static Alignment |
GridLayoutDataImpl.VERTICAL_ALIGNMENT_EDEFAULT
The default value of the ' Vertical Alignment ' attribute |
protected Alignment |
GridLayoutDataImpl.verticalAlignment
The cached value of the ' Vertical Alignment ' attribute |
Methods in org.eclipse.gmf.gmfgraph.impl that return Alignment | |
---|---|
Alignment |
GMFGraphFactoryImpl.createAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Alignment |
BorderLayoutDataImpl.getAlignment()
|
Alignment |
AlignmentFacetImpl.getAlignment()
|
Alignment |
GridLayoutDataImpl.getHorizontalAlignment()
|
Alignment |
FlowLayoutImpl.getMajorAlignment()
|
Alignment |
FlowLayoutImpl.getMinorAlignment()
|
Alignment |
GridLayoutDataImpl.getVerticalAlignment()
|
Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Alignment | |
---|---|
void |
BorderLayoutDataImpl.setAlignment(Alignment newAlignment)
|
void |
AlignmentFacetImpl.setAlignment(Alignment newAlignment)
|
void |
GridLayoutDataImpl.setHorizontalAlignment(Alignment newHorizontalAlignment)
|
void |
FlowLayoutImpl.setMajorAlignment(Alignment newMajorAlignment)
|
void |
FlowLayoutImpl.setMinorAlignment(Alignment newMinorAlignment)
|
void |
GridLayoutDataImpl.setVerticalAlignment(Alignment newVerticalAlignment)
|
|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.