Uses of Class
com.iizigo.handler.SelectionEnabler
Packages that use SelectionEnabler
Package
Description
Uses of SelectionEnabler in com.iizigo.editor
Fields in com.iizigo.editor declared as SelectionEnablerModifier and TypeFieldDescriptionprotected SelectionEnabler
PropEditorPart.selectionEnabler
The last selection states.Methods in com.iizigo.editor that return SelectionEnablerModifier and TypeMethodDescriptionIWorkbenchPartIZ.getSelectionEnabler()
Gets the selection enabler instance.PropEditorPart.getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.handler
Fields in com.iizigo.handler declared as SelectionEnablerModifier and TypeFieldDescriptionprotected SelectionEnabler
CommonHandler.selectionEnabler
The current selection enabler.Methods in com.iizigo.handler that return SelectionEnablerModifier and TypeMethodDescriptionstatic SelectionEnabler
Gets the SelectionEnabler instance from an evaluation context.CommonActions.getSelectionEnabler()
Gets the selection enabler instance.Methods in com.iizigo.handler with parameters of type SelectionEnablerModifier and TypeMethodDescriptionboolean
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 SelectionEnablerModifierConstructorDescriptionCommonActions
(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, Runnable updateStatesRunnable, int flags) Constructor for a part.Uses of SelectionEnabler in com.iizigo.server
Methods in com.iizigo.server that return SelectionEnablerModifier and TypeMethodDescriptionServerConfigComposite.getSelectionEnabler()
Gets the selection enabler instance.ServerConfigView.getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term
Methods in com.iizigo.term that return SelectionEnablerModifier and TypeMethodDescriptionTerminalView.getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term.server
Methods in com.iizigo.term.server that return SelectionEnablerModifier and TypeMethodDescriptionRemoteTerminalView.getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.term.session
Methods in com.iizigo.term.session that return SelectionEnablerModifier and TypeMethodDescriptionSessionsView.getSelectionEnabler()
Gets the selection enabler instance.Uses of SelectionEnabler in com.iizigo.text
Methods in com.iizigo.text with parameters of type SelectionEnablerModifier and TypeMethodDescriptionboolean
TextTableEditor.isSelectionEnablerProcessingEnabled
(SelectionEnabler se) Checks if the processing is active.