|
 |
|
|
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
E
-
EAST -
Static variable in interface org.eclipse.draw2d.
PositionConstants
- East
-
EAST_WEST -
Static variable in interface org.eclipse.draw2d.
PositionConstants
- East-West: a bit-wise OR of
PositionConstants.EAST and
PositionConstants.WEST
-
ENABLED_FLAG -
Static variable in class org.eclipse.draw2d.
ButtonModel
- Flag for enablement button state
-
ENABLED_PROPERTY -
Static variable in class org.eclipse.draw2d.
ButtonModel
- Enabled property
-
END -
Static variable in class org.eclipse.draw2d.
ConnectionLocator
-
Deprecated. Use
ConnectionLocator.TARGET
-
END -
Static variable in class org.eclipse.draw2d.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
ETCHED -
Static variable in interface org.eclipse.draw2d.
SchemeBorder.SCHEMES
- Schemes used for shadow and highlight effects
-
Edge - class org.eclipse.draw2d.graph.
Edge.
- A directed Edge joining a source and target Node.
-
Edge(Node, Node) -
Constructor for class org.eclipse.draw2d.graph.
Edge
- Constructs a new edge with the given source and target nodes.
-
Edge(Node, Node, int, int) -
Constructor for class org.eclipse.draw2d.graph.
Edge
- Constructs a new edge with the given source, target, delta, and weight.
-
Edge(Object, Node, Node) -
Constructor for class org.eclipse.draw2d.graph.
Edge
- Constructs a new edge with the given data object, source, and target node.
-
EdgeList - class org.eclipse.draw2d.graph.
EdgeList.
- A list of
Edge s. -
EdgeList() -
Constructor for class org.eclipse.draw2d.graph.
EdgeList
-
-
Ellipse - class org.eclipse.draw2d.
Ellipse.
- An figure that draws an ellipse filling its bounds.
-
Ellipse() -
Constructor for class org.eclipse.draw2d.
Ellipse
- Constructs a new Ellipse with the default values of a Shape.
-
EllipseAnchor - class org.eclipse.draw2d.
EllipseAnchor.
- Similar to a
ChopboxAnchor , except this anchor is located on
the ellipse defined by the owners bounding box. -
EllipseAnchor() -
Constructor for class org.eclipse.draw2d.
EllipseAnchor
-
-
EllipseAnchor(IFigure) -
Constructor for class org.eclipse.draw2d.
EllipseAnchor
-
-
EventDispatcher - class org.eclipse.draw2d.
EventDispatcher.
- Listens to various SWT events and dispatches these events to interested Draw2d objects.
-
EventDispatcher() -
Constructor for class org.eclipse.draw2d.
EventDispatcher
-
-
EventDispatcher.AccessibilityDispatcher - class org.eclipse.draw2d.
EventDispatcher.AccessibilityDispatcher.
- Combines
AccessibleControlListener and AccessibleListener .
-
EventDispatcher.AccessibilityDispatcher() -
Constructor for class org.eclipse.draw2d.
EventDispatcher.AccessibilityDispatcher
-
-
EventListenerList - class org.eclipse.draw2d.
EventListenerList.
- This class is intended for internal use only.
-
EventListenerList() -
Constructor for class org.eclipse.draw2d.
EventListenerList
-
-
ExclusionSearch - class org.eclipse.draw2d.
ExclusionSearch.
- A
TreeSearch that excludes figures contained in a Collection . -
ExclusionSearch(Collection) -
Constructor for class org.eclipse.draw2d.
ExclusionSearch
- Constructs an Exclusion search using the given collection.
-
edges -
Variable in class org.eclipse.draw2d.graph.
DirectedGraph
- All of the edges in the graph.
-
enable() -
Method in class org.eclipse.draw2d.geometry.
Transposer
- Enables transposing of inputs.
-
end -
Variable in class org.eclipse.draw2d.graph.
Edge
-
Deprecated. use
Edge.getPoints()
-
endBlock() -
Method in class org.eclipse.draw2d.text.
BlockFlowLayout
- Called by flush(), adds the BlockBox associated with this BlockFlowLayout
to the current line and then ends the line.
-
endLine() -
Method in class org.eclipse.draw2d.text.
BlockFlowLayout
-
-
endLine() -
Method in interface org.eclipse.draw2d.text.
FlowContext
- The current line should be committed if it is occupied, and then set to
null .
-
endLine() -
Method in class org.eclipse.draw2d.text.
InlineFlowLayout
-
-
equals(Object) -
Method in class org.eclipse.draw2d.
ChopboxAnchor
- Returns
true if the other anchor has the same owner and box.
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Returns whether the input Object is equivalent to this Dimension.
-
equals(int, int) -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Returns
true if this Dimension's width and height are equal to the given
width and height.
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
Insets
- Test for equality.
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
Point
- Test for equality.
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
PrecisionDimension
-
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
PrecisionPoint
-
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
-
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
Ray
-
-
equals(Object) -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns whether the input object is equal to this Rectangle or not.
-
equals(Object) -
Method in class org.eclipse.draw2d.graph.
Rank
-
-
erase() -
Method in class org.eclipse.draw2d.
Figure
-
-
erase() -
Method in interface org.eclipse.draw2d.
IFigure
- Erases this IFigure.
-
expand(Dimension) -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Expands the size of this Dimension by the specified amount.
-
expand(Point) -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Expands the size of this Dimension by the specified amound.
-
expand(int, int) -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Expands the size of this Dimension by the specified width and height.
-
expand(double, double) -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Expands the horizontal and vertical sides of this Rectangle with the values
provided as input, and returns this for convenience.
-
expand(int, int) -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Expands the horizontal and vertical sides of this Rectangle with the values
provided as input, and returns this for convenience.
-
expand(Insets) -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Expands the horizontal and vertical sides of this Rectangle by the width and
height of the given Insets, and returns this for convenience.
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.
|
|
|