Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabeledBorder
Provides support for a border with a label describing the contents of which
it is surrounding.
|
class |
FrameBorder
Provides for a frame-like border which contains a title bar for holding the
title of a Figure.
|
class |
GroupBoxBorder
A labeled border intended to house a Figure with a group of children.
|
class |
TitleBarBorder
Border provides a title bar on the Figure for which this is the border of.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.