public class TextVar
extends org.eclipse.swt.widgets.Composite
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.jface.fieldassist.ControlDecoration |
controlDecoration |
protected ControlSpaceKeyAdapter |
controlSpaceKeyAdapter |
protected GetCaretPositionInterface |
getCaretPositionInterface |
protected InsertTextInterface |
insertTextInterface |
protected org.eclipse.swt.events.ModifyListener |
modifyListenerTooltipText |
protected static Class<?> |
PKG |
protected String |
toolTipText |
protected VariableSpace |
variables |
protected org.eclipse.swt.widgets.Text |
wText |
Constructor and Description |
---|
TextVar(org.eclipse.swt.widgets.Composite composite,
VariableSpace space,
int flags,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface,
org.eclipse.swt.events.SelectionListener selectionListener) |
TextVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags) |
TextVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
TextVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText) |
TextVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
TextVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface,
org.eclipse.swt.events.SelectionListener selectionListener) |
Modifier and Type | Method and Description |
---|---|
void |
addFocusListener(org.eclipse.swt.events.FocusListener lsFocus) |
void |
addKeyListener(org.eclipse.swt.events.KeyListener lsKey) |
void |
addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
Add a modify listener to the text widget
|
void |
addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef) |
void |
addTraverseListener(org.eclipse.swt.events.TraverseListener tl) |
GetCaretPositionInterface |
getGetCaretPositionInterface() |
InsertTextInterface |
getInsertTextInterface() |
protected org.eclipse.swt.events.ModifyListener |
getModifyListenerTooltipText(org.eclipse.swt.widgets.Text textField) |
String |
getText() |
org.eclipse.swt.widgets.Text |
getTextWidget() |
protected void |
initialize(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface,
org.eclipse.swt.events.SelectionListener selectionListener) |
void |
selectAll() |
void |
setEchoChar(char c) |
void |
setEditable(boolean editable) |
void |
setEnabled(boolean flag) |
boolean |
setFocus() |
void |
setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface) |
void |
setInsertTextInterface(InsertTextInterface insertTextInterface) |
void |
setSelection(int i) |
void |
setText(String text) |
void |
setToolTipText(String toolTipText) |
void |
setVariables(VariableSpace vars) |
void |
showSelection() |
changed, checkSubclass, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setLayout, setLayoutDeferred, setTabList
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
addControlListener, addDragDetectListener, addGestureListener, addHelpListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, computeSize, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString
protected static Class<?> PKG
protected String toolTipText
protected org.eclipse.jface.fieldassist.ControlDecoration controlDecoration
protected GetCaretPositionInterface getCaretPositionInterface
protected InsertTextInterface insertTextInterface
protected ControlSpaceKeyAdapter controlSpaceKeyAdapter
protected VariableSpace variables
protected org.eclipse.swt.widgets.Text wText
protected org.eclipse.swt.events.ModifyListener modifyListenerTooltipText
public TextVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags)
public TextVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText)
public TextVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
public TextVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
public TextVar(org.eclipse.swt.widgets.Composite composite, VariableSpace space, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener)
public TextVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener)
protected void initialize(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener)
public GetCaretPositionInterface getGetCaretPositionInterface()
public void setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface)
getCaretPositionInterface
- the getCaretPositionInterface to setpublic InsertTextInterface getInsertTextInterface()
public void setInsertTextInterface(InsertTextInterface insertTextInterface)
insertTextInterface
- the insertTextInterface to setprotected org.eclipse.swt.events.ModifyListener getModifyListenerTooltipText(org.eclipse.swt.widgets.Text textField)
public String getText()
public void setText(String text)
text
- the text in the Text widget to set.public org.eclipse.swt.widgets.Text getTextWidget()
public void addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
modifyListener
- public void addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef)
public void addKeyListener(org.eclipse.swt.events.KeyListener lsKey)
addKeyListener
in class org.eclipse.swt.widgets.Control
public void addFocusListener(org.eclipse.swt.events.FocusListener lsFocus)
addFocusListener
in class org.eclipse.swt.widgets.Control
public void setEchoChar(char c)
public void setEnabled(boolean flag)
setEnabled
in class org.eclipse.swt.widgets.Control
public boolean setFocus()
setFocus
in class org.eclipse.swt.widgets.Composite
public void addTraverseListener(org.eclipse.swt.events.TraverseListener tl)
addTraverseListener
in class org.eclipse.swt.widgets.Control
public void setToolTipText(String toolTipText)
setToolTipText
in class org.eclipse.swt.widgets.Control
public void setEditable(boolean editable)
public void setSelection(int i)
public void selectAll()
public void showSelection()
public void setVariables(VariableSpace vars)
Copyright © 2019 Hitachi Vantara. All rights reserved.