class LauncherLabel
extends org.eclipse.swt.widgets.Canvas
| Constructor and Description |
|---|
LauncherLabel(org.eclipse.swt.widgets.Composite parent,
int style)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.Point |
computeSize(int wHint,
int hHint,
boolean changed) |
int |
getBottomMargin() |
org.eclipse.swt.graphics.Font |
getFont() |
(package private) org.eclipse.swt.graphics.Image |
getImage() |
int |
getLeftMargin() |
int |
getRightMargin() |
(package private) java.lang.String |
getText() |
int |
getTopMargin() |
(package private) boolean |
incrementAnimation()
Increment the steps of the animation
|
void |
setBottomMargin(int bottomMargin) |
void |
setFont(org.eclipse.swt.graphics.Font font) |
(package private) void |
setImage(org.eclipse.swt.graphics.Image image) |
void |
setLeftMargin(int leftMargin) |
void |
setRightMargin(int rightMargin) |
(package private) void |
setText(java.lang.String text) |
void |
setTopMargin(int topMargin) |
drawBackground, getCaret, getIME, scroll, setCaret, setIMEchanged, checkSubclass, 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, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, 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, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, updateaddDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toStringLauncherLabel(org.eclipse.swt.widgets.Composite parent,
int style)
The style value is either one of the style constants defined in class
SWT which is applicable to instances of this class, or must
be built by bitwise OR'ing together (that is, using the
int "|" operator) two or more of those SWT
style constants. The class description lists the style constants that are
applicable to the class. Style bits are also inherited from superclasses.
parent - a composite control which will be the parent of the new
instance (cannot be null)style - the style of control to constructjava.lang.IllegalArgumentException - org.eclipse.swt.SWTException - public org.eclipse.swt.graphics.Point computeSize(int wHint,
int hHint,
boolean changed)
computeSize in class org.eclipse.swt.widgets.ControlControl.computeSize(int, int, boolean)java.lang.String getText()
void setText(java.lang.String text)
text - the text to setorg.eclipse.swt.graphics.Image getImage()
void setImage(org.eclipse.swt.graphics.Image image)
image - the image to setpublic org.eclipse.swt.graphics.Font getFont()
getFont in class org.eclipse.swt.widgets.Controlpublic void setFont(org.eclipse.swt.graphics.Font font)
setFont in class org.eclipse.swt.widgets.Canvasfont - the font to setboolean incrementAnimation()
public int getLeftMargin()
public void setLeftMargin(int leftMargin)
leftMargin - the left margin to setpublic int getTopMargin()
public void setTopMargin(int topMargin)
topMargin - the top margin to setpublic int getRightMargin()
public void setRightMargin(int rightMargin)
rightMargin - the right margin to setpublic int getBottomMargin()
public void setBottomMargin(int bottomMargin)
bottomMargin - the bottom margin to set