Uses of Interface
org.eclipse.ui.dialogs.ISelectionValidator
Packages that use ISelectionValidator
Package
Description
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of ISelectionValidator in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement ISelectionValidatorModifier and TypeClassDescriptionclass
Standard action for copying the currently selected resources elsewhere in the workspace.class
Standard action for moving the currently selected resources elsewhere in the workspace. -
Uses of ISelectionValidator in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type ISelectionValidatorModifier and TypeMethodDescriptionvoid
ContainerSelectionDialog.setValidator
(ISelectionValidator validator) Sets the validator to use.