class CComboFocusControlListener extends BaseFocusControlListener
control, EMPTY_STRING| Constructor and Description |
|---|
CComboFocusControlListener(org.eclipse.swt.custom.CCombo control)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillPromptText()
Fill the prompt text
|
protected void |
hidePrompt()
Code when the focus behiaviour is "Hide"
|
protected void |
highLightPrompt()
Code when the focus behiaviour is "Highlight"
|
protected boolean |
isFilled() |
controlMoved, controlResized, focusGained, focusLostclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CComboFocusControlListener(org.eclipse.swt.custom.CCombo control)
control - control on which this listener will be attachedprotected void hidePrompt()
BaseFocusControlListenerhidePrompt in class BaseFocusControlListenerBaseFocusControlListener.hidePrompt()protected void highLightPrompt()
BaseFocusControlListenerhighLightPrompt in class BaseFocusControlListenerBaseFocusControlListener.highLightPrompt()protected void fillPromptText()
BaseFocusControlListenerfillPromptText in class BaseFocusControlListenerBaseFocusControlListener.fillPromptText()protected boolean isFilled()
isFilled in class BaseFocusControlListenertrue if the widget is filled, false
otherwiseBaseFocusControlListener.isFilled()