g-Eclipse
Release 1.0.0

eu.geclipse.info.ui
Class GlueInfoViewer

java.lang.Object
  extended by ViewPart
      extended by eu.geclipse.info.ui.GlueInfoViewer
All Implemented Interfaces:
IGridModelListener, IGlueStoreChangeListerner, java.util.EventListener

public class GlueInfoViewer
extends ViewPart
implements IGlueStoreChangeListerner, IGridModelListener


Nested Class Summary
 class GlueInfoViewer.TreeObject
           
 class GlueInfoViewer.TreeParent
           
 
Constructor Summary
GlueInfoViewer()
          The constructor.
 
Method Summary
 void addSelectionChangedListener(ISelectionChangedListener arg0)
           
 void createPartControl(Composite parent)
          This is a callback that will allow us to create the viewer and initialize it.
 void dispose()
           
 java.lang.String getCurrentVO()
           
 ISelection getSelection()
           
 void gridModelChanged(IGridModelEvent event)
          The method is called everytime a change in the model occurred and the event processing is active.
 void infoChanged()
          Notify that the glue info has changed
 void removeSelectionChangedListener(ISelectionChangedListener arg0)
           
 void setCurrentVO(java.lang.String currentVO)
           
 void setFocus()
          Passing the focus request to the viewer's control.
 void setSelection(ISelection arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueInfoViewer

public GlueInfoViewer()
The constructor.

Method Detail

createPartControl

public void createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it.


setFocus

public void setFocus()
Passing the focus request to the viewer's control.


getCurrentVO

public java.lang.String getCurrentVO()
Returns:
Returns the current VO

setCurrentVO

public void setCurrentVO(java.lang.String currentVO)
Parameters:
currentVO -

addSelectionChangedListener

public void addSelectionChangedListener(ISelectionChangedListener arg0)

getSelection

public ISelection getSelection()

removeSelectionChangedListener

public void removeSelectionChangedListener(ISelectionChangedListener arg0)

setSelection

public void setSelection(ISelection arg0)

infoChanged

public void infoChanged()
Description copied from interface: IGlueStoreChangeListerner
Notify that the glue info has changed

Specified by:
infoChanged in interface IGlueStoreChangeListerner

dispose

public void dispose()

gridModelChanged

public void gridModelChanged(IGridModelEvent event)
Description copied from interface: IGridModelListener
The method is called everytime a change in the model occurred and the event processing is active.

Specified by:
gridModelChanged in interface IGridModelListener
Parameters:
event - The event that occurred in the model.

g-Eclipse
Release 1.0.0