g-Eclipse
Release 1.0.0

eu.geclipse.ui.providers
Class ConnectionViewContentProvider

java.lang.Object
  extended by eu.geclipse.ui.providers.GridModelContentProvider
      extended by eu.geclipse.ui.providers.ConfigurableContentProvider
          extended by eu.geclipse.ui.providers.ConnectionViewContentProvider

public class ConnectionViewContentProvider
extends ConfigurableContentProvider

Specialised ConfigurableContentProvider to be used with the GridConnectionView. Basically this content provider assures that only IGridConnectionElements are visible.


Field Summary
 
Fields inherited from class eu.geclipse.ui.providers.ConfigurableContentProvider
MODE_FLAT, MODE_HIERARCHICAL
 
Constructor Summary
ConnectionViewContentProvider()
           
 
Method Summary
 
Methods inherited from class eu.geclipse.ui.providers.ConfigurableContentProvider
addConfigurationListener, getChildren, getElements, getMode, removeConfigurationListener, setMode
 
Methods inherited from class eu.geclipse.ui.providers.GridModelContentProvider
dispose, getParent, hasChildren, inputChanged, treeCollapsed, treeExpanded
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionViewContentProvider

public ConnectionViewContentProvider()

g-Eclipse
Release 1.0.0