Uses of Class
org.eclipse.jface.viewers.ViewerDropAdapter
-
Packages that use ViewerDropAdapter Package Description org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of ViewerDropAdapter in org.eclipse.ui.navigator
Subclasses of ViewerDropAdapter in org.eclipse.ui.navigator Modifier and Type Class Description classCommonDropAdapterProvides an implementation ofPluginDropAdapterwhich uses the extensions provided by the associatedINavigatorContentService. -
Uses of ViewerDropAdapter in org.eclipse.ui.part
Subclasses of ViewerDropAdapter in org.eclipse.ui.part Modifier and Type Class Description classPluginDropAdapterAdapter for adding handling of thePluginTransferdrag and drop transfer type to a drop action. -
Uses of ViewerDropAdapter in org.eclipse.ui.views.navigator
Subclasses of ViewerDropAdapter in org.eclipse.ui.views.navigator Modifier and Type Class Description classNavigatorDropAdapterDeprecated.as of 3.5, use the Common Navigator Framework classes instead
-