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.draw2d
Classes in org.eclipse.draw2d that implement LabeledBorderModifier and TypeClassDescriptionclass
Provides support for a border with a label describing the contents of which it is surrounding.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
Border provides a title bar on the Figure for which this is the border of.Methods in org.eclipse.draw2d that return LabeledBorderModifier and TypeMethodDescriptionprotected LabeledBorder
FrameBorder.getLabeledBorder()
Returns the inner border of this FrameBorder, which contains the label for the FrameBorder.protected LabeledBorder
LabeledContainer.getLabeledBorder()
Returns the LabeledBorder of this container.