public interface ITextControlCommon extends IInputControlCommon, ISelectable
| Modifier and Type | Method and Description |
|---|---|
int |
getCaretPosition() |
java.lang.String |
getText() |
void |
setCaretPosition(int pos) |
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(int size) |
void |
setMarkup(Markup markup) |
void |
setSelection(int start,
int end) |
void |
setText(java.lang.String text) |
setEditableaddInputListener, removeInputListenergetLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenerselectjava.lang.String getText()
void setText(java.lang.String text)
void setFontSize(int size)
void setFontName(java.lang.String fontName)
void setMarkup(Markup markup)
void setSelection(int start,
int end)
void setCaretPosition(int pos)
int getCaretPosition()
Siehe auch Jowidgets Nutzerhandbuch