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 SelectionEnablerPropEditorPart.selectionEnablerThe 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 SelectionEnablerCommonHandler.selectionEnablerThe current selection enabler.Methods in com.iizigo.handler that return SelectionEnablerModifier and TypeMethodDescriptionstatic SelectionEnablerGets 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 TypeMethodDescriptionbooleanISelectionEnablerHandler.isSelectionEnablerProcessingEnabled(SelectionEnabler se) Checks if the processing is active.protected abstract voidCommonHandler.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidCopy.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidCut.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidDelete.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidLink.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidMove.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidOpen.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidPaste.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidPasteAfter.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidPasteBefore.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidPasteLink.setEnabled(SelectionEnabler se) Sets the enabled state for the selection.protected voidRename.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 TypeMethodDescriptionbooleanTextTableEditor.isSelectionEnablerProcessingEnabled(SelectionEnabler se) Checks if the processing is active.