public class MessageLine
extends org.eclipse.swt.custom.CLabel
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Serial version UID for RAP.
|
| Constructor and Description |
|---|
MessageLine(org.eclipse.swt.widgets.Composite parent)
Creates a new message line as a child of the given parent.
|
MessageLine(org.eclipse.swt.widgets.Composite parent,
int style)
Creates a new message line as a child of the parent and with the given SWT stylebits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setErrorStatus(org.eclipse.core.runtime.IStatus status)
Sets the message and image to the given status.
|
computeSize, getAlignment, getBottomMargin, getImage, getLeftMargin, getRightMargin, getStyle, getText, getToolTipText, getTopMargin, setAlignment, setBackground, setBackground, setBackground, setBackground, setBottomMargin, setFont, setImage, setLeftMargin, setMargins, setRightMargin, setText, setToolTipText, setTopMargindrawBackground, getCaret, getIME, scroll, setCaret, setIMEchanged, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabListcomputeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBaraddControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, updatepublic static final long serialVersionUID
public MessageLine(org.eclipse.swt.widgets.Composite parent)
parent - the composite parentpublic MessageLine(org.eclipse.swt.widgets.Composite parent,
int style)
parent - the composite parentstyle - SWT style bitsCopyright © 2017. All rights reserved.