g-Eclipse
Release 1.0.0

eu.geclipse.ui.views
Class VisualisationView

java.lang.Object
  extended by ViewPart
      extended by eu.geclipse.ui.views.VisualisationView

public class VisualisationView
extends ViewPart


Constructor Summary
VisualisationView()
           
 
Method Summary
 void createPartControl(Composite parent)
           
 CTabFolder getCTabFolder()
           
 CTabItem getCTabItem(boolean onRenderAction)
           
 boolean isSuccess()
           
 boolean render(java.lang.String resFileNameExt, java.lang.String visType)
          Sets the right window composite for the visualisation view and invokes the rendering process for the given resource.
 void setFocus()
          Passing the focus request to the viewer's control.
 void setVisResource(IGridVisualisation resource)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualisationView

public VisualisationView()
Method Detail

createPartControl

public void createPartControl(Composite parent)

getCTabFolder

public CTabFolder getCTabFolder()
Returns:
folder of tabs

getCTabItem

public CTabItem getCTabItem(boolean onRenderAction)
Parameters:
onRenderAction -
Returns:
tab item

render

public boolean render(java.lang.String resFileNameExt,
                      java.lang.String visType)
Sets the right window composite for the visualisation view and invokes the rendering process for the given resource.

Parameters:
resFileNameExt -
visType - Remote or Local

setFocus

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


setVisResource

public void setVisResource(IGridVisualisation resource)
Parameters:
resource -

isSuccess

public boolean isSuccess()

g-Eclipse
Release 1.0.0