g-Eclipse
Release 1.0.0

eu.geclipse.ui.views
Class GridConnectionView

java.lang.Object
  extended by ViewPart
      extended by eu.geclipse.ui.views.GridModelViewPart
          extended by eu.geclipse.ui.views.TreeControlViewPart
              extended by eu.geclipse.ui.views.ElementManagerViewPart
                  extended by eu.geclipse.ui.views.GridConnectionView
All Implemented Interfaces:
IGridModelListener, java.util.EventListener

public class GridConnectionView
extends ElementManagerViewPart

The connection view is a GridModelViewPart dedicated to Grid Connections.


Constructor Summary
GridConnectionView()
           
 
Method Summary
 boolean isDragSource(IGridElement element)
          Determines if drag'n'drop should be made available for the specified element.
 
Methods inherited from class eu.geclipse.ui.views.ElementManagerViewPart
dispose
 
Methods inherited from class eu.geclipse.ui.views.TreeControlViewPart
refreshViewer
 
Methods inherited from class eu.geclipse.ui.views.GridModelViewPart
createPartControl, getViewer, gridModelChanged, refreshViewer, setFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.geclipse.core.model.IGridModelListener
gridModelChanged
 

Constructor Detail

GridConnectionView

public GridConnectionView()
Method Detail

isDragSource

public boolean isDragSource(IGridElement element)
Description copied from class: GridModelViewPart
Determines if drag'n'drop should be made available for the specified element.

Overrides:
isDragSource in class ElementManagerViewPart
Parameters:
element - The element for which drag'n'drop operations should be either allowed or forbidden.
Returns:
True if drag'n'drop should be enabled for the specified element, false otherwise.

g-Eclipse
Release 1.0.0