Uses of Class
org.eclipse.draw2d.AbstractBorder
Packages that use AbstractBorder
Package
Description
Primary package containing general interfaces and implementation classes.
Figures and support classes related to the layout and rendering of rich text.
-
Uses of AbstractBorder in org.eclipse.draw2d
Subclasses of AbstractBorder in org.eclipse.draw2dModifier and TypeClassDescriptionclass
A special border which can paint both underneath and on top of a Figure.class
Provides support for a border with a label describing the contents of which it is surrounding.class
Creates a border for a clickable type of figure, which works in conjunction with the Figure and its model.class
CompoundBorder allows for the nesting of two borders.class
A Border that looks like the system's focus rectangle.class
Provides for a frame-like border which contains a title bar for holding the title of a Figure.class
A labeled border intended to house a Figure with a group of children.class
Provides for a line border with sides of equal widths.class
A border that provides blank padding.class
SchemeBorder allows the creation of borders based onSchemes
.final class
This border behaves similar to aLineBorder
with width1
, except that individual sides are drawn.final class
Provides a two pixel wide constant sized border, having an etched look.final class
Provides a lowered border.class
Provides a raised border.class
Border provides a title bar on the Figure for which this is the border of. -
Uses of AbstractBorder in org.eclipse.draw2d.text
Subclasses of AbstractBorder in org.eclipse.draw2d.text