com.intel.gpe.client2.gridbeans
Class GridBeanOutputPanel
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static java.util.logging.Logger logger
GridBeanOutputPanel
public GridBeanOutputPanel()
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 wrapperclient
- 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.