|
Draw2d 3.9.0.201308190730 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.swt.widgets.Canvas
org.eclipse.draw2d.FigureCanvas
org.eclipse.draw2d.widgets.MultiLineLabel
public final class MultiLineLabel
A widget for displaying a multi-line string. The label will have a vertical or horizontal scrollbar when needed. Unlike the platform Label, this label is focusable and accessible to screen-readers.
Field Summary |
---|
Fields inherited from class org.eclipse.draw2d.FigureCanvas |
---|
ALWAYS, AUTOMATIC, NEVER |
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
view |
Constructor Summary | |
---|---|
MultiLineLabel(Composite parent)
Constructs a new MultiLineLabel with the given parent. |
Method Summary | |
---|---|
Image |
getImage()
|
java.lang.String |
getText()
Returns the text in this label. |
void |
setEnabled(boolean enabled)
|
void |
setFont(Font font)
|
void |
setImage(Image image)
|
void |
setText(java.lang.String text)
Sets the text for this label. |
Methods inherited from class org.eclipse.draw2d.FigureCanvas |
---|
computeSize, getContents, getFont, getHorizontalScrollBarVisibility, getLightweightSystem, getVerticalScrollBarVisibility, getViewport, scrollSmoothTo, scrollTo, scrollToX, scrollToY, setBorder, setContents, setHorizontalScrollBarVisibility, setScrollBarVisibility, setVerticalScrollBarVisibility, setViewport |
Methods inherited from class org.eclipse.swt.widgets.Canvas |
---|
drawBackground, getCaret, getIME, scroll, setCaret, setIME |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
changed, checkSubclass, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiLineLabel(Composite parent)
parent
- the parentMethod Detail |
---|
public void setEnabled(boolean enabled)
setEnabled
in class Control
Control.setEnabled(boolean)
public Image getImage()
null
if there is nonesetImage(Image)
public java.lang.String getText()
public void setFont(Font font)
setFont
in class FigureCanvas
Canvas.setFont(org.eclipse.swt.graphics.Font)
public void setImage(Image image)
image
- The Image
to be used for this label. It can be
null
.public void setText(java.lang.String text)
text
- the new text
|
Draw2d 3.9.0.201308190730 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |