Uses of Interface
org.eclipse.draw2d.Border
Packages that use Border
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 Border in org.eclipse.draw2d
Subinterfaces of Border in org.eclipse.draw2dModifier and TypeInterfaceDescriptioninterface
LabeledBorders have a text message somewhere on them.Classes in org.eclipse.draw2d that implement BorderModifier and TypeClassDescriptionclass
A special border which can paint both underneath and on top of a Figure.class
Provides generic support for borders.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
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.Fields in org.eclipse.draw2d declared as BorderModifier and TypeFieldDescriptionprotected Border
Figure.border
Deprecated.static final Border
ButtonBorder.BUTTON
Default button border.static final Border
ButtonBorder.BUTTON_CONTRAST
Inverted highlight colors from BUTTON.static final Border
ButtonBorder.BUTTON_SCROLLBAR
Used for scrollbar buttons.protected Border
CompoundBorder.inner
The inner Border.protected Border
CompoundBorder.outer
The outer Border.static final Border
SimpleEtchedBorder.singleton
The singleton instance of this classstatic final Border
ButtonBorder.TOOLBAR
Used for toolbar buttons.Methods in org.eclipse.draw2d that return BorderModifier and TypeMethodDescriptionFigure.getBorder()
IFigure.getBorder()
Returns the current border by reference.CompoundBorder.getInnerBorder()
Returns the inner border of this CompoundBorder.CompoundBorder.getOuterBorder()
Returns the outer border of this CompoundBorder.Methods in org.eclipse.draw2d with parameters of type BorderModifier and TypeMethodDescriptionvoid
void
Sets the given border on the LightweightSystem's root figure.void
Sets the border.Constructors in org.eclipse.draw2d with parameters of type BorderModifierConstructorDescriptionCompoundBorder
(Border outer, Border inner) Constructs a CompoundBorder with the two borders specified as input.LabeledContainer
(Border border) Constructs a labeled container with the border given as input. -
Uses of Border in org.eclipse.draw2d.text
Subinterfaces of Border in org.eclipse.draw2d.textClasses in org.eclipse.draw2d.text that implement BorderMethods in org.eclipse.draw2d.text with parameters of type Border
Figure.getBorder()