Uses of Interface
org.eclipse.draw2d.LabeledBorder
Packages that use LabeledBorder
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of LabeledBorder in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement LabeledBorderModifier and TypeClassDescriptionclassProvides support for a border with a label describing the contents of which it is surrounding.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.classBorder provides a title bar on the Figure for which this is the border of.Methods in org.eclipse.draw2d that return LabeledBorderModifier and TypeMethodDescriptionprotected LabeledBorderFrameBorder.getLabeledBorder()Returns the inner border of this FrameBorder, which contains the label for the FrameBorder.protected LabeledBorderLabeledContainer.getLabeledBorder()Returns the LabeledBorder of this container.