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 class
CommonDropAdapter
Provides an implementation ofPluginDropAdapter
which 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 class
PluginDropAdapter
Adapter for adding handling of thePluginTransfer
drag 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 class
NavigatorDropAdapter
Deprecated.as of 3.5, use the Common Navigator Framework classes instead
-