com.intel.gpe.client2.providers
Class SwingGridBeanProvider

java.lang.Object
  extended by com.intel.gpe.client2.providers.SwingGridBeanProvider

public class SwingGridBeanProvider
extends java.lang.Object

Version:
$Id: SwingGridBeanProvider.java,v 1.5 2006/12/26 08:29:54 dizhigul Exp $
Author:
Alexander Lukichev

Constructor Summary
SwingGridBeanProvider()
           
 
Method Summary
static SwingGridBeanInputPanel getInputPanel(InternalGridBean gridBean, GridBeanJob job, Client client)
          Create a GridBean input panel (for new plugin instance).
static SwingGridBeanInputPanel getInputPanel(ISwingGridBeanPlugin gridBeanPlugin, GridBeanJob job, Client client)
          Create a GridBean input panel (for existing plugin instance).
static SwingGridBeanOutputPanel getOutputPanel(InternalGridBean gridBean, Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingGridBeanProvider

public SwingGridBeanProvider()
Method Detail

getInputPanel

public static SwingGridBeanInputPanel getInputPanel(InternalGridBean gridBean,
                                                    GridBeanJob job,
                                                    Client client)
                                             throws java.lang.Exception
Create a GridBean input panel (for new plugin instance). Create a new plugin instance and initialize it with job contents

Parameters:
gridBean -
job -
client -
Returns:
Throws:
java.lang.Exception

getInputPanel

public static SwingGridBeanInputPanel getInputPanel(ISwingGridBeanPlugin gridBeanPlugin,
                                                    GridBeanJob job,
                                                    Client client)
                                             throws java.lang.Exception
Create a GridBean input panel (for existing plugin instance).

Parameters:
gridBeanPlugin -
job -
client -
Returns:
Throws:
java.lang.Exception

getOutputPanel

public static SwingGridBeanOutputPanel getOutputPanel(InternalGridBean gridBean,
                                                      Client client)
                                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.