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.draw2dSubinterfaces of Border in org.eclipse.draw2dModifier and TypeInterfaceDescriptioninterfaceLabeledBorders have a text message somewhere on them.Classes in org.eclipse.draw2d that implement BorderModifier and TypeClassDescriptionclassA special border which can paint both underneath and on top of a Figure.classProvides generic support for borders.classProvides support for a border with a label describing the contents of which it is surrounding.classCreates a border for a clickable type of figure, which works in conjunction with the Figure and its model.classCompoundBorder allows for the nesting of two borders.classA Border that looks like the system's focus rectangle.classProvides for a frame-like border which contains a title bar for holding the title of a Figure.classA labeled border intended to house a Figure with a group of children.classProvides for a line border with sides of equal widths.classA border that provides blank padding.classSchemeBorder allows the creation of borders based onSchemes.final classThis border behaves similar to aLineBorderwith width1, except that individual sides are drawn.final classProvides a two pixel wide constant sized border, having an etched look.final classProvides a lowered border.classProvides a raised border.classBorder provides a title bar on the Figure for which this is the border of.Fields in org.eclipse.draw2d declared as BorderModifier and TypeFieldDescriptionprotected BorderFigure.borderDeprecated.static final BorderButtonBorder.BUTTONDefault button border.static final BorderButtonBorder.BUTTON_CONTRASTInverted highlight colors from BUTTON.static final BorderButtonBorder.BUTTON_SCROLLBARUsed for scrollbar buttons.protected BorderCompoundBorder.innerThe inner Border.protected BorderCompoundBorder.outerThe outer Border.static final BorderSimpleEtchedBorder.singletonThe singleton instance of this classstatic final BorderButtonBorder.TOOLBARUsed 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 TypeMethodDescriptionvoidvoidSets the given border on the LightweightSystem's root figure.voidSets 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.textSubinterfaces 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()