public class NoBorderBtn extends ControlWrapper.AroundControl<Canvas>
This is a button with no border at all.
ControlWrapper.AroundControl<T extends Control>, ControlWrapper.AroundWrapper<T extends ControlWrapper>, ControlWrapper.Transparent<T extends Control>
wrapped
Constructor and Description |
---|
NoBorderBtn(Composite parent) |
Modifier and Type | Method and Description |
---|---|
Observable<NoBorderBtn> |
clicked()
Returns an Observable which responds to clicks.
|
void |
setEnabled(boolean enabled)
Sets the enabled state of the TightButton.
|
void |
setImage(Image img)
Sets the image on this TightButton.
|
getRootControl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getLayoutData, getParent, getShell, isDisposed, setLayoutData, setParent, transparent
public NoBorderBtn(Composite parent)
public Observable<NoBorderBtn> clicked()
public void setImage(Image img)
public void setEnabled(boolean enabled)