public interface IInputField<VALUE_TYPE> extends IObservableValueViewer<VALUE_TYPE>, IInputControl<VALUE_TYPE>, ISelectable
Modifier and Type | Method and Description |
---|---|
int |
getCaretPosition() |
java.lang.String |
getText() |
void |
selectAll() |
void |
setCaretPosition(int pos) |
void |
setSelection(int start,
int end) |
getObservableValue
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
addParentListener, removeParentListener
addValidator, hasModifications, isEditable, resetModificationState
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
getValue, setValue
addValidationConditionListener, removeValidationConditionListener, validate
setEditable
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
addInputListener, removeInputListener
select
Siehe auch Jowidgets Nutzerhandbuch