Package com.iizigo.editor
Class SyntSelectionProvider.IZ_CCombo
java.lang.Object
com.iizigo.editor.SyntSelectionProvider
com.iizigo.editor.SyntSelectionProvider.IZ_CCombo
- All Implemented Interfaces:
IClipboardSelection,ISelectionProvider
- Enclosing class:
SyntSelectionProvider
Class for IZ_CCombo widget.
Nested Class Summary
Nested classes/interfaces inherited from class com.iizigo.editor.SyntSelectionProvider
SyntSelectionProvider.CCombo, SyntSelectionProvider.Combo, SyntSelectionProvider.IZ_CCombo, SyntSelectionProvider.Spinner, SyntSelectionProvider.StyledText, SyntSelectionProvider.TextConstructor Summary
ConstructorsMethod Summary
Methods inherited from class com.iizigo.editor.SyntSelectionProvider
addSelectionChangedListener, canCopy, canCut, canDelete, canPaste, delete, getSelection, isPassword, removeSelectionChangedListener, selectAll, setSelection
Constructor Details
IZ_CCombo
Method Details
isEnabled
protected boolean isEnabled()Description copied from class:SyntSelectionProviderChecks if enabled.- Specified by:
isEnabledin classSyntSelectionProvider
getText
Description copied from class:SyntSelectionProviderGets the text.- Specified by:
getTextin classSyntSelectionProvider
setText
Description copied from class:SyntSelectionProviderSets the text.- Specified by:
setTextin classSyntSelectionProvider
copy
public void copy()Description copied from class:SyntSelectionProviderCopy.- Specified by:
copyin interfaceIClipboardSelection- Specified by:
copyin classSyntSelectionProvider
cut
public void cut()Description copied from class:SyntSelectionProviderCut.- Specified by:
cutin interfaceIClipboardSelection- Specified by:
cutin classSyntSelectionProvider
paste
public void paste()Description copied from class:SyntSelectionProviderPastes text.- Specified by:
pastein interfaceIClipboardSelection- Specified by:
pastein classSyntSelectionProvider
_setSelection
protected void _setSelection(int begin, int end) Description copied from class:SyntSelectionProviderSets the selection.- Specified by:
_setSelectionin classSyntSelectionProvider
_getSelection
Description copied from class:SyntSelectionProviderGets the selection.- Specified by:
_getSelectionin classSyntSelectionProvider