|
 |
|
|
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
B
-
BEGINNING -
Static variable in class org.eclipse.draw2d.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
BOTTOM -
Static variable in class org.eclipse.draw2d.
BorderLayout
- Constant to be used as a constraint for child figures
-
BOTTOM -
Static variable in interface org.eclipse.draw2d.
PositionConstants
- Bottom
-
BUTTON -
Static variable in class org.eclipse.draw2d.
ButtonBorder
- Default button border.
-
BUTTON -
Static variable in interface org.eclipse.draw2d.
ButtonBorder.SCHEMES
- Regular button scheme
-
BUTTON1 -
Static variable in class org.eclipse.draw2d.
InputEvent
-
-
BUTTON2 -
Static variable in class org.eclipse.draw2d.
InputEvent
-
-
BUTTON3 -
Static variable in class org.eclipse.draw2d.
InputEvent
-
-
BUTTON4 -
Static variable in class org.eclipse.draw2d.
InputEvent
-
-
BUTTON5 -
Static variable in class org.eclipse.draw2d.
InputEvent
-
-
BUTTON_CONTRAST -
Static variable in class org.eclipse.draw2d.
ButtonBorder
- Inverted hightlight colors from BUTTON.
-
BUTTON_CONTRAST -
Static variable in interface org.eclipse.draw2d.
ButtonBorder.SCHEMES
- Contrast button scheme
-
BUTTON_CONTRAST -
Static variable in interface org.eclipse.draw2d.
SchemeBorder.SCHEMES
- Schemes used for shadow and highlight effects
-
BUTTON_PRESSED -
Static variable in interface org.eclipse.draw2d.
SchemeBorder.SCHEMES
- Schemes used for shadow and highlight effects
-
BUTTON_RAISED -
Static variable in interface org.eclipse.draw2d.
SchemeBorder.SCHEMES
- Schemes used for shadow and highlight effects
-
BUTTON_SCROLLBAR -
Static variable in class org.eclipse.draw2d.
ButtonBorder
- Used for scrollbar buttons.
-
BUTTON_SCROLLBAR -
Static variable in interface org.eclipse.draw2d.
ButtonBorder.SCHEMES
- Scrollbar button scheme
-
Bendpoint - interface org.eclipse.draw2d.
Bendpoint.
- A helper used to calculate the point at which a
Connection
should bend. -
BendpointConnectionRouter - class org.eclipse.draw2d.
BendpointConnectionRouter.
- Routes
Connection s through a List of
Bendpoints . -
BendpointConnectionRouter() -
Constructor for class org.eclipse.draw2d.
BendpointConnectionRouter
-
-
BendpointLocator - class org.eclipse.draw2d.
BendpointLocator.
- Places a figure relative to a specified bend in a
Connection . -
BendpointLocator(Connection, int) -
Constructor for class org.eclipse.draw2d.
BendpointLocator
- Creates a BendpointLocator associated with passed Connection c and index i.
-
BidiInfo - class org.eclipse.draw2d.text.
BidiInfo.
- This class is for INTERNAL use only.
-
BidiInfo() -
Constructor for class org.eclipse.draw2d.text.
BidiInfo
-
-
BidiProcessor - class org.eclipse.draw2d.text.
BidiProcessor.
- A helper class for a BlockFlow that does Bidi evaluation of all the text in that block.
-
BlockBox - class org.eclipse.draw2d.text.
BlockBox.
- A CompositeBox suitable for containing multiple LineBox fragments.
-
BlockFlow - class org.eclipse.draw2d.text.
BlockFlow.
- A
FlowFigure represented by a single
BlockBox containing one or
more lines. -
BlockFlow() -
Constructor for class org.eclipse.draw2d.text.
BlockFlow
- Constructs a new BlockFlow.
-
BlockFlowLayout - class org.eclipse.draw2d.text.
BlockFlowLayout.
- The layout for
BlockFlow figures.
-
BlockFlowLayout(BlockFlow) -
Constructor for class org.eclipse.draw2d.text.
BlockFlowLayout
- Creates a new BlockFlowLayout with the given BlockFlow.
-
Border - interface org.eclipse.draw2d.
Border.
- A decoration on a Figure.
-
BorderLayout - class org.eclipse.draw2d.
BorderLayout.
-
-
BorderLayout() -
Constructor for class org.eclipse.draw2d.
BorderLayout
-
-
Button - class org.eclipse.draw2d.
Button.
- A Button usually has a border and appears to move up and down in response to being
pressed.
-
Button() -
Constructor for class org.eclipse.draw2d.
Button
- Constructs a default Button with no icon or text.
-
Button(Image) -
Constructor for class org.eclipse.draw2d.
Button
- Contructs a Button containing the icon image.
-
Button(String, Image) -
Constructor for class org.eclipse.draw2d.
Button
- Constructs a Button with the given image and text.
-
ButtonBorder - class org.eclipse.draw2d.
ButtonBorder.
- Creates a border for a clickable type of figure, which works in conjunction with the
Figure and its model.
-
ButtonBorder() -
Constructor for class org.eclipse.draw2d.
ButtonBorder
- Constructs a ButtonBorder with a predefined button scheme set as its default.
-
ButtonBorder(ButtonBorder.ButtonScheme) -
Constructor for class org.eclipse.draw2d.
ButtonBorder
- Constructs a ButtonBorder with the input ButtonScheme set as its Scheme.
-
ButtonBorder.ButtonScheme - class org.eclipse.draw2d.
ButtonBorder.ButtonScheme.
- Provides for a scheme to represent the borders of clickable figures like buttons.
-
ButtonBorder.ButtonScheme(Color[], Color[]) -
Constructor for class org.eclipse.draw2d.
ButtonBorder.ButtonScheme
- Constructs a new button scheme where the input colors are the colors for the
top-left and bottom-right sides of the border.
-
ButtonBorder.ButtonScheme(Color[], Color[], Color[], Color[]) -
Constructor for class org.eclipse.draw2d.
ButtonBorder.ButtonScheme
- Constructs a new button scheme where the input colors are the colors for the
top-left and bottom-right sides of the border, for the normal and pressed states.
-
ButtonBorder.SCHEMES - interface org.eclipse.draw2d.
ButtonBorder.SCHEMES.
- Interface defining commonly used schemes for the ButtonBorder.
-
ButtonGroup - class org.eclipse.draw2d.
ButtonGroup.
- A ButtonGroup holds a group of
Clickable's models and provides unique
selection in them. -
ButtonGroup() -
Constructor for class org.eclipse.draw2d.
ButtonGroup
- Constructs a ButtonGroup with no default selection.
-
ButtonModel - class org.eclipse.draw2d.
ButtonModel.
- A model for buttons containing several properties, including enabled, pressed,
selected, rollover enabled and mouseover.
-
ButtonModel() -
Constructor for class org.eclipse.draw2d.
ButtonModel
-
-
bgColor -
Variable in class org.eclipse.draw2d.
Figure
-
Deprecated. access using
Figure.getLocalBackgroundColor() .
-
black -
Static variable in interface org.eclipse.draw2d.
ColorConstants
- One of the pre-defined colors
-
blockContentsChanged() -
Method in class org.eclipse.draw2d.text.
BlockFlowLayout
- Marks the blocks contents as changed.
-
blue -
Static variable in interface org.eclipse.draw2d.
ColorConstants
- One of the pre-defined colors
-
border -
Variable in class org.eclipse.draw2d.
Figure
-
Deprecated. access using
Figure.getBorder()
-
bottom -
Variable in class org.eclipse.draw2d.geometry.
Insets
- distance from bottom
-
bottom() -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns the y-coordinate of the bottom of this Rectangle.
-
bounds -
Variable in class org.eclipse.draw2d.
Figure
- The rectangular area that this Figure occupies.
-
bounds -
Variable in class org.eclipse.draw2d.
FlowLayout.WorkingData
-
-
button -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
-
button -
Variable in class org.eclipse.draw2d.
MouseEvent
- The button that was pressed or released: {1, 2, 3}.
-
buttonDarker -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
-
buttonDarkest -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
-
buttonLightest -
Static variable in interface org.eclipse.draw2d.
ColorConstants
-
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.
|
|
|