Eclipse Draw2d
2.1
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

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.
A Router that routes a Connection that has manual Bendpoints.
BendpointConnectionRouter() - Constructor for class org.eclipse.draw2d.BendpointConnectionRouter
 
BendpointLocator - class org.eclipse.draw2d.BendpointLocator.
Repositions a Bendpoint attached to a Connection when the Connection is moved.
BendpointLocator(Connection, int) - Constructor for class org.eclipse.draw2d.BendpointLocator
Creates a BendpointLocator associated with passed Connection c and index i.
bgColor - Variable in class org.eclipse.draw2d.SWTGraphics.State
Background and foreground colors
bgColor - Variable in class org.eclipse.draw2d.Figure
This Figure's background color.
black - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
BlockBox - class org.eclipse.draw2d.text.BlockBox.
A CompositeBox suitable for containing multiple LineBox fragments.
BlockBox() - Constructor for class org.eclipse.draw2d.text.BlockBox
 
BlockFlow - class org.eclipse.draw2d.text.BlockFlow.
A FlowFigure represented by a single BlockBox fragment 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.
blue - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
border - Variable in class org.eclipse.draw2d.Figure
This Figure's border.
Border - interface org.eclipse.draw2d.Border.
A Border is a graphical decoration that is painted just inside the outer edge of a Figure.
BorderLayout - class org.eclipse.draw2d.BorderLayout.
 
BorderLayout() - Constructor for class org.eclipse.draw2d.BorderLayout
 
bottom - Variable in class org.eclipse.draw2d.geometry.Insets
distance from bottom
BOTTOM - Static variable in interface org.eclipse.draw2d.PositionConstants
Bottom
BOTTOM - Static variable in class org.eclipse.draw2d.BorderLayout
Constant to be used as a constraint for child figures
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.
button - Variable in class org.eclipse.draw2d.MouseEvent
The button that was pressed or released: {1, 2, 3}.
button - Static variable in interface org.eclipse.draw2d.ColorConstants
 
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 - Static variable in class org.eclipse.draw2d.ButtonBorder
Default button border.
BUTTON - Static variable in interface org.eclipse.draw2d.ButtonBorder.SCHEMES
Various button schemes.
BUTTON_CONTRAST - Static variable in interface org.eclipse.draw2d.SchemeBorder.SCHEMES
Schemes used for shadow and highlight effects
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
Various button schemes.
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
Various button schemes.
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) - Constructor for class org.eclipse.draw2d.Button
Constructs a Button containing the given text.
Button(String, Image) - Constructor for class org.eclipse.draw2d.Button
Constructs a Button with the given image and text.
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
 
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.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.
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.
buttonDarker - Static variable in interface org.eclipse.draw2d.ColorConstants
 
buttonDarkest - Static variable in interface org.eclipse.draw2d.ColorConstants
 
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.
buttonLightest - Static variable in interface org.eclipse.draw2d.ColorConstants
 
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
 

Eclipse Draw2d
2.1
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, 2003. All Rights Reserved.