Package com.iizigo.editor
Class SyntSelectionProvider.Text
- java.lang.Object
- com.iizigo.editor.SyntSelectionProvider
- com.iizigo.editor.SyntSelectionProvider.Text
 
 
- All Implemented Interfaces:
- IClipboardSelection,- org.eclipse.jface.viewers.ISelectionProvider
 - Enclosing class:
- SyntSelectionProvider
 - public static class SyntSelectionProvider.Text extends SyntSelectionProvider Class for Text widget.
- Nested Class Summary- Nested classes/interfaces inherited from class com.iizigo.editor.SyntSelectionProvider- SyntSelectionProvider.CCombo, SyntSelectionProvider.Combo, SyntSelectionProvider.Spinner, SyntSelectionProvider.StyledText, SyntSelectionProvider.Text
 
 - Constructor Summary- Constructors - Constructor - Description - Text(org.eclipse.swt.widgets.Text c)
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - protected org.eclipse.swt.graphics.Point- _getSelection()Gets the selection.- protected void- _setSelection(int begin, int end)Sets the selection.- void- copy()Copy.- void- cut()Cut.- protected java.lang.String- getText()Gets the text.- protected boolean- isEnabled()Checks if enabled.- protected boolean- isPassword()Checks if enabled.- void- paste()Pastes text.- protected void- setText(java.lang.String s)Sets the text.- Methods inherited from class com.iizigo.editor.SyntSelectionProvider- addSelectionChangedListener, canCopy, canCut, canDelete, canPaste, delete, getSelection, removeSelectionChangedListener, selectAll, setSelection
 
 
- Method Detail- isEnabled- protected boolean isEnabled() Description copied from class:- SyntSelectionProviderChecks if enabled.- Specified by:
- isEnabledin class- SyntSelectionProvider
 
 - getText- protected java.lang.String getText() Description copied from class:- SyntSelectionProviderGets the text.- Specified by:
- getTextin class- SyntSelectionProvider
 
 - setText- protected void setText(java.lang.String s) Description copied from class:- SyntSelectionProviderSets the text.- Specified by:
- setTextin class- SyntSelectionProvider
 
 - isPassword- protected boolean isPassword() Description copied from class:- SyntSelectionProviderChecks if enabled.- Overrides:
- isPasswordin class- SyntSelectionProvider
 
 - copy- public void copy() Description copied from class:- SyntSelectionProviderCopy.- Specified by:
- copyin interface- IClipboardSelection
- Specified by:
- copyin class- SyntSelectionProvider
 
 - cut- public void cut() Description copied from class:- SyntSelectionProviderCut.- Specified by:
- cutin interface- IClipboardSelection
- Specified by:
- cutin class- SyntSelectionProvider
 
 - paste- public void paste() Description copied from class:- SyntSelectionProviderPastes text.- Specified by:
- pastein interface- IClipboardSelection
- Specified by:
- pastein class- SyntSelectionProvider
 
 - _setSelection- protected void _setSelection(int begin, int end)Description copied from class:- SyntSelectionProviderSets the selection.- Specified by:
- _setSelectionin class- SyntSelectionProvider
 
 - _getSelection- protected org.eclipse.swt.graphics.Point _getSelection() Description copied from class:- SyntSelectionProviderGets the selection.- Specified by:
- _getSelectionin class- SyntSelectionProvider