public interface ITextLabelCommon extends IControlCommon
Modifier and Type | Method and Description |
---|---|
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(int size) |
void |
setMarkup(Markup markup) |
void |
setText(java.lang.String text) |
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
void setFontSize(int size)
void setFontName(java.lang.String fontName)
void setMarkup(Markup markup)
void setText(java.lang.String text)
Siehe auch Jowidgets Nutzerhandbuch