|
 |
|
|
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
L
-
LEFT -
Static variable in class org.eclipse.draw2d.
BorderLayout
- Constant to be used as a constraint for child figures
-
LEFT -
Static variable in interface org.eclipse.draw2d.
PositionConstants
- Left
-
LEFT_CENTER_RIGHT -
Static variable in interface org.eclipse.draw2d.
PositionConstants
- Bit-wise OR of LEFT, CENTER, and RIGHT
-
LIGHTER_DARKER -
Static variable in class org.eclipse.draw2d.
SchemeBorder
- Arrays of Colors, used for shadow or highlight effects
-
LINE_CUSTOM -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LINE_DASH -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LINE_DASHDOT -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LINE_DASHDOTDOT -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LINE_DOT -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LINE_SOLID -
Static variable in class org.eclipse.draw2d.
Graphics
-
-
LOWERED -
Static variable in interface org.eclipse.draw2d.
SchemeBorder.SCHEMES
- Schemes used for shadow and highlight effects
-
Label - class org.eclipse.draw2d.
Label.
- A figure that can display text and/or an image.
-
Label() -
Constructor for class org.eclipse.draw2d.
Label
- Construct an empty Label.
-
Label(String) -
Constructor for class org.eclipse.draw2d.
Label
- Construct a Label with passed String as its text.
-
Label(String, Image) -
Constructor for class org.eclipse.draw2d.
Label
- Construct a Label with passed String as text and passed Image as its icon.
-
LabelAnchor - class org.eclipse.draw2d.
LabelAnchor.
- LabelAnchors must have an owner of type
Label . -
LabelAnchor() -
Constructor for class org.eclipse.draw2d.
LabelAnchor
- Constructs a LabelAnchor with no owner.
-
LabelAnchor(Label) -
Constructor for class org.eclipse.draw2d.
LabelAnchor
- Constructs a LabelAnchor with owner label.
-
LabeledBorder - interface org.eclipse.draw2d.
LabeledBorder.
- LabeledBorders have a text message somewhere on them.
-
LabeledContainer - class org.eclipse.draw2d.
LabeledContainer.
- A Container with a title bar describing the contents of the container.
-
LabeledContainer() -
Constructor for class org.eclipse.draw2d.
LabeledContainer
- Constructs a default container with a
GroupBoxBorder .
-
LabeledContainer(Border) -
Constructor for class org.eclipse.draw2d.
LabeledContainer
- Constructs a labeled container with the border given as input.
-
Layer - class org.eclipse.draw2d.
Layer.
- A transparent figure intended to be added exclusively to a
LayeredPane , who has
the responsibilty of managing its layers. -
Layer() -
Constructor for class org.eclipse.draw2d.
Layer
-
-
LayeredPane - class org.eclipse.draw2d.
LayeredPane.
- A figure capable of holding any number of layers.
-
LayeredPane() -
Constructor for class org.eclipse.draw2d.
LayeredPane
- Constructs a new layered pane with no layers in it.
-
LayoutAnimator - class org.eclipse.draw2d.
LayoutAnimator.
- Animates the layout of a figure's children.
-
LayoutAnimator() -
Constructor for class org.eclipse.draw2d.
LayoutAnimator
- Constructs a new Animator.
-
LayoutListener - interface org.eclipse.draw2d.
LayoutListener.
- Classes which implement this interface provide callback hooks for various layout
related events.
-
LayoutListener.Stub - class org.eclipse.draw2d.
LayoutListener.Stub.
- A stub implementation which implements all of the declared methods.
-
LayoutListener.Stub() -
Constructor for class org.eclipse.draw2d.
LayoutListener.Stub
-
-
LayoutManager - interface org.eclipse.draw2d.
LayoutManager.
- A helper for positioning child figures and determining the ideal size for a figure
with children.
-
LightweightSystem - class org.eclipse.draw2d.
LightweightSystem.
- The LightweightSystem is the link between SWT and Draw2d.
-
LightweightSystem(Canvas) -
Constructor for class org.eclipse.draw2d.
LightweightSystem
- Constructs a LightweightSystem on Canvas c.
-
LightweightSystem() -
Constructor for class org.eclipse.draw2d.
LightweightSystem
- Constructs a LightweightSystem without a Canvas.
-
LightweightSystem.EventHandler - class org.eclipse.draw2d.
LightweightSystem.EventHandler.
- Listener used to get all necessary events from the Canvas and pass them on to the
EventDispatcher . -
LightweightSystem.EventHandler() -
Constructor for class org.eclipse.draw2d.
LightweightSystem.EventHandler
-
-
LightweightSystem.RootFigure - class org.eclipse.draw2d.
LightweightSystem.RootFigure.
- The figure at the root of the LightweightSystem.
-
LightweightSystem.RootFigure() -
Constructor for class org.eclipse.draw2d.
LightweightSystem.RootFigure
-
-
LineBorder - class org.eclipse.draw2d.
LineBorder.
- Provides for a line border with sides of equal widths.
-
LineBorder(Color, int, int) -
Constructor for class org.eclipse.draw2d.
LineBorder
- Constructs a LineBorder with the specified color and of the specified width and style.
-
LineBorder(Color, int) -
Constructor for class org.eclipse.draw2d.
LineBorder
- Constructs a LineBorder with the specified color and of the specified width.
-
LineBorder(Color) -
Constructor for class org.eclipse.draw2d.
LineBorder
- Constructs a LineBorder with the specified color and a width of 1 pixel.
-
LineBorder() -
Constructor for class org.eclipse.draw2d.
LineBorder
- Constructs a default black LineBorder with a width of one pixel.
-
LineBox - class org.eclipse.draw2d.text.
LineBox.
-
-
LineBox() -
Constructor for class org.eclipse.draw2d.text.
LineBox
-
-
LineRoot - class org.eclipse.draw2d.text.
LineRoot.
- LineRoot is the top-most container on a line of text displayed in Draw2d.
-
LineRoot(boolean) -
Constructor for class org.eclipse.draw2d.text.
LineRoot
- Constructor
-
Locator - interface org.eclipse.draw2d.
Locator.
- Controls the location of an IFigure.
-
label -
Variable in class org.eclipse.draw2d.
ToggleButton
- This ToggleButton's Label
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
BorderLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
DelegatingLayout
- Lays out the given figure's children based on their
Locator constraint.
-
layout() -
Method in class org.eclipse.draw2d.
Figure
- Lays out this Figure using its
LayoutManager .
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
FlowLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
GridLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
LayoutAnimator
- Hooks layout in case animation is in progress.
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
LayoutListener.Stub
- Stub which does nothing.
-
layout(IFigure) -
Method in interface org.eclipse.draw2d.
LayoutListener
- Called prior to layout occurring.
-
layout(IFigure) -
Method in interface org.eclipse.draw2d.
LayoutManager
- Lays out the given figure.
-
layout() -
Method in class org.eclipse.draw2d.
PolylineConnection
- Layouts this polyline.
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
ScrollBarLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
ScrollPaneLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
StackLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
ToolbarLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
ViewportLayout
-
-
layout(IFigure) -
Method in class org.eclipse.draw2d.
XYLayout
- Implements the algorithm to layout the components of the given container figure.
-
layout() -
Method in class org.eclipse.draw2d.text.
FlowAdapter
- Sizes the content box to be big enough to display all figures.
-
layout() -
Method in class org.eclipse.draw2d.text.
FlowContainerLayout
-
-
layout() -
Method in class org.eclipse.draw2d.text.
FlowFigureLayout
- Called during
FlowFigureLayout.layout(IFigure) .
-
layout(IFigure) -
Method in class org.eclipse.draw2d.text.
FlowFigureLayout
-
-
layout() -
Method in class org.eclipse.draw2d.text.
ParagraphTextLayout
-
-
layout() -
Method in class org.eclipse.draw2d.text.
SimpleTextLayout
-
-
layoutButtons(ScrollBar) -
Method in class org.eclipse.draw2d.
ScrollBarLayout
- Places the buttons and returns the Rectangle into which the track should be placed.
-
layoutChildren() -
Method in class org.eclipse.draw2d.text.
FlowContainerLayout
- Layout all children.
-
layoutRow(IFigure) -
Method in class org.eclipse.draw2d.
FlowLayout
- Layouts one row of components.
-
leadingJoiner -
Variable in class org.eclipse.draw2d.text.
BidiInfo
- Indicates if the ZWJ character needs to be prepended to text being rendered.
-
left -
Variable in class org.eclipse.draw2d.geometry.
Insets
- distance from left
-
length() -
Method in class org.eclipse.draw2d.geometry.
Ray
- Returns the length of this Ray.
-
length -
Variable in class org.eclipse.draw2d.text.
TextFragmentBox
- The fragment's length in characters.
-
levelInfo -
Variable in class org.eclipse.draw2d.text.
BidiInfo
- Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels
change.
-
lightBlue -
Static variable in interface org.eclipse.draw2d.
ColorConstants
- One of the pre-defined colors
-
lightGray -
Static variable in interface org.eclipse.draw2d.
ColorConstants
- One of the pre-defined colors
-
lightGreen -
Static variable in interface org.eclipse.draw2d.
ColorConstants
- One of the pre-defined colors
-
lighter(Color) -
Static method in class org.eclipse.draw2d.
FigureUtilities
- Returns a Color the same as the passed color in a lighter hue.
-
lineStyle -
Variable in class org.eclipse.draw2d.
Shape
- The line style to be used for this shape's outline.
-
lineWidth -
Variable in class org.eclipse.draw2d.
Shape
- The width of this shape's outline.
-
linesIntersect(int, int, int, int, int, int, int, int) -
Static method in class org.eclipse.draw2d.geometry.
Geometry
- Determines whether the two line segments formed by the given coordinates intersect.
-
listBackground -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
-
listForeground -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
-
listeners -
Variable in class org.eclipse.draw2d.
ConnectionAnchorBase
- The list of listeners
-
loser -
Variable in class org.eclipse.draw2d.
FocusEvent
- The figure losing focus
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.
|
|
|