Example usage for org.eclipse.jface.viewers ViewerDropAdapter subclass-usage

List of usage examples for org.eclipse.jface.viewers ViewerDropAdapter subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ViewerDropAdapter subclass-usage.

Usage

From source file ar.com.fluxit.jqa.viewer.LayersListTableDropListener.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class LayersListTableDropListener extends ViewerDropAdapter {

From source file ar.com.fluxit.jqa.viewer.LayersTableDropListener.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class LayersTableDropListener extends ViewerDropAdapter {

From source file au.gov.ansto.bragg.kakadu.ui.plot.dnd.PlotTableDropAdapter.java

/**
 * 
 * @author Danil Klimontov (dak)
 */
public class PlotTableDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.application.parts.layer.LayerTreeDropAdapter.java

/**
 * {@link DropTargetListener} implementation for the layer tree.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class LayerTreeDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.bookmark.part.BookmarksDropAdapter.java

/**
 * Drop adapter for the {@link BookmarksPart}
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */
class BookmarksDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.bookmark.ui.BookmarksDropAdapter.java

/**
 * Drop adapter for the {@link BookmarksPart}
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */
class BookmarksDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.catalog.part.CatalogTreeDropAdapter.java

/**
 * A {@link ViewerDropAdapter} that provides drag-and-drop support for the catalog browser part.
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */
class CatalogTreeDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.catalog.ui.CatalogTreeDropAdapter.java

/**
 * A {@link ViewerDropAdapter} that provides drag-and-drop support for the
 * catalog browser part.
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */

From source file au.gov.ga.earthsci.layer.ui.DrawOrderDropAdapter.java

/**
 * {@link DropTargetListener} for the draw order viewer.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class DrawOrderDropAdapter extends ViewerDropAdapter {

From source file au.gov.ga.earthsci.layer.ui.LayerTreeDropAdapter.java

/**
 * {@link DropTargetListener} implementation for the layer tree.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class LayerTreeDropAdapter extends ViewerDropAdapter {