Uses of Class
com.iizigo.handler.SelectionEnabler
Packages that use SelectionEnabler Package Description com.iizigo.editor com.iizigo.handler com.iizigo.server com.iizigo.term com.iizigo.term.server com.iizigo.term.session com.iizigo.text Uses of SelectionEnabler in com.iizigo.editor
Fields in com.iizigo.editor declared as SelectionEnabler Modifier and Type Field Description protected SelectionEnabler
PropEditorPart. selectionEnabler
The last selection states.Methods in com.iizigo.editor that return SelectionEnabler Modifier and Type Method Description SelectionEnabler
IWorkbenchPartIZ. getSelectionEnabler()
Gets the selection enabler instance.SelectionEnabler
PropEditorPart. getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.handler
Fields in com.iizigo.handler declared as SelectionEnabler Modifier and Type Field Description protected SelectionEnabler
CommonHandler. selectionEnabler
The current selection enabler.Methods in com.iizigo.handler that return SelectionEnabler Modifier and Type Method Description static SelectionEnabler
SelectionEnabler. get(java.lang.Object evaluationContext)
Gets the SelectionEnabler instance from an evaluation context.SelectionEnabler
CommonActions. getSelectionEnabler()
Gets the selection enabler instance.Methods in com.iizigo.handler with parameters of type SelectionEnabler Modifier and Type Method Description boolean
ISelectionEnablerHandler. isSelectionEnablerProcessingEnabled(SelectionEnabler se)
Checks if the processing is active.protected abstract void
CommonHandler. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Copy. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Cut. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Delete. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Link. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Move. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Open. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Paste. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
PasteAfter. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
PasteBefore. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
PasteLink. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.protected void
Rename. setEnabled(SelectionEnabler se)
Sets the enabled state for the selection.Constructors in com.iizigo.handler with parameters of type SelectionEnabler Constructor Description CommonActions(org.eclipse.ui.IWorkbenchPart part, org.eclipse.swt.widgets.Composite composite, IPropUndoRedo undoRedo, org.eclipse.core.commands.operations.IUndoContext undoContext, org.eclipse.jface.viewers.ISelectionProvider selectionProvider, SelectionEnabler selectionEnabler, java.lang.Runnable updateStatesRunnable, int flags)
Constructor for a part.Uses of SelectionEnabler in com.iizigo.server
Methods in com.iizigo.server that return SelectionEnabler Modifier and Type Method Description SelectionEnabler
ServerConfigComposite. getSelectionEnabler()
Gets the selection enabler instance.SelectionEnabler
ServerConfigView. getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term
Methods in com.iizigo.term that return SelectionEnabler Modifier and Type Method Description SelectionEnabler
TerminalView. getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term.server
Methods in com.iizigo.term.server that return SelectionEnabler Modifier and Type Method Description SelectionEnabler
RemoteTerminalView. getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term.session
Methods in com.iizigo.term.session that return SelectionEnabler Modifier and Type Method Description SelectionEnabler
SessionsView. getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.text
Methods in com.iizigo.text with parameters of type SelectionEnabler Modifier and Type Method Description boolean
TextTableEditor. isSelectionEnablerProcessingEnabled(SelectionEnabler se)
Checks if the processing is active.