com.intel.gpe.client2.gridbeans
Class GridBeanOutputPanel

java.lang.Object
  extended by com.intel.gpe.client2.gridbeans.GridBeanOutputPanel

public abstract class GridBeanOutputPanel
extends java.lang.Object

The GPE internal class that wraps the output panels of the GridBean plugin. The output panels of the GridBean plugin are pasted into the tabbed pane. If needed the stdout and stderr panels are added

Version:
$Id: GridBeanOutputPanel.java,v 1.2 2006/10/25 07:17:56 vashorin Exp $
Author:
Alexander Lukichev

Field Summary
protected static java.util.logging.Logger logger
           
 
Constructor Summary
GridBeanOutputPanel()
           
 
Method Summary
protected abstract  void appendStderr(java.io.InputStream in)
           
protected abstract  void appendStdout(java.io.InputStream in)
           
protected abstract  IGridBeanPanel component(int i)
           
protected abstract  int componentsListSize()
           
 GridBeanJob getLoadedJob()
          Gets GridBeanJob if it's outcome loaded into output panel
 void load(GridBeanJob job, Client client)
          Load the data from the job to the graphical components
 void store(GridBeanJob job)
          Store the data from the graphical components to the job object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger
Constructor Detail

GridBeanOutputPanel

public GridBeanOutputPanel()
Method Detail

appendStdout

protected abstract void appendStdout(java.io.InputStream in)

appendStderr

protected abstract void appendStderr(java.io.InputStream in)

componentsListSize

protected abstract int componentsListSize()

component

protected abstract IGridBeanPanel component(int i)

load

public void load(GridBeanJob job,
                 Client client)
          throws DataSetException,
                 TranslationException,
                 java.io.FileNotFoundException
Load the data from the job to the graphical components

Parameters:
job - The job wrapper
client - The client object
Throws:
java.io.FileNotFoundException
DataSetException
TranslationException

store

public void store(GridBeanJob job)
           throws DataSetException,
                  TranslationException
Store the data from the graphical components to the job object

Parameters:
job - The job wrapper
Throws:
DataSetException
TranslationException

getLoadedJob

public GridBeanJob getLoadedJob()
Gets GridBeanJob if it's outcome loaded into output panel

Returns:
GridBeanJob


Copyright © 2008. All Rights Reserved.