g-Eclipse
Release 1.0.0

eu.geclipse.core.model.impl
Class AbstractGridVisualisationResource

java.lang.Object
  extended by PlatformObject
      extended by eu.geclipse.core.model.impl.AbstractGridElement
          extended by eu.geclipse.core.model.impl.AbstractGridContainer
              extended by eu.geclipse.core.model.impl.ResourceGridContainer
                  extended by eu.geclipse.core.model.impl.AbstractGridVisualisationResource
All Implemented Interfaces:
IGridContainer, IGridElement, IGridVisualisation

public abstract class AbstractGridVisualisationResource
extends ResourceGridContainer
implements IGridVisualisation


Method Summary
abstract  java.lang.String getResourceFileNameExtension()
           
abstract  boolean render(java.lang.String visType, IGridVisualisationWindow visualisationWindow)
           
abstract  void setResourceFileExtenstion(java.lang.String fileExt)
           
 void validate()
           
 
Methods inherited from class eu.geclipse.core.model.impl.ResourceGridContainer
getFileStore, getName, getParent, getPath, getResource, isLazy, isLocal
 
Methods inherited from class eu.geclipse.core.model.impl.AbstractGridContainer
canContain, contains, create, delete, deleteAll, dispose, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, refresh, setDirty
 
Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElement
getAdapter, getProject, isHidden, isVirtual
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.geclipse.core.model.IGridContainer
canContain, contains, create, delete, deleteAll, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, isLazy, refresh, setDirty
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

setResourceFileExtenstion

public abstract void setResourceFileExtenstion(java.lang.String fileExt)
Parameters:
fileExt -

getResourceFileNameExtension

public abstract java.lang.String getResourceFileNameExtension()
Specified by:
getResourceFileNameExtension in interface IGridVisualisation
Returns:

render

public abstract boolean render(java.lang.String visType,
                               IGridVisualisationWindow visualisationWindow)
Specified by:
render in interface IGridVisualisation
Returns:

validate

public void validate()
              throws ProblemException
Specified by:
validate in interface IGridVisualisation
Throws:
ProblemException

g-Eclipse
Release 1.0.0