Uses of Interface
org.eclipse.jface.operation.IThreadListener
-
Packages that use IThreadListener Package Description org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. -
-
Uses of IThreadListener in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement IThreadListener Modifier and Type Class Description classWorkspaceModifyDelegatingOperationAn operation which delegates its work to a runnable that modifies the workspace.classWorkspaceModifyOperationAn operation which potentially makes changes to the workspace. -
Uses of IThreadListener in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IThreadListener Modifier and Type Class Description classImportOperationAn operation which does the actual work of copying objects from the local file system into the workspace.
-