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) |
setEditable
addInputListener, removeInputListener
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
select
java.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