appl.parallel.data.xulugridfile.factories
Class SingleGridFactory

java.lang.Object
  extended by edu.bonn.xulu.io.AbstractFactory
      extended by edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
          extended by appl.parallel.data.xulugridfile.factories.SingleGridFactory
All Implemented Interfaces:
Factory, InstantiationFactory

public class SingleGridFactory
extends SingleGridFactory

Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory XuluGridFactory erzeugten WritableGrid.

Version:
1.0
Author:
Dominik Appl

Field Summary
 
Fields inherited from class edu.bonn.xulu.io.AbstractFactory
name
 
Constructor Summary
SingleGridFactory()
           
 
Method Summary
protected  InstantiationFactory getWritableGridFactory()
          Liefert eine Instanz von XuluGridFactory.
 
Methods inherited from class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
getInstanceType, newInstance, newInstance
 
Methods inherited from class edu.bonn.xulu.io.AbstractFactory
checkExportDestinationObject, checkImportSourceObject, equals, equals, getInstantiationFactoryFromRegistry, getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.bonn.xulu.io.Factory
equals
 

Constructor Detail

SingleGridFactory

public SingleGridFactory()
Method Detail

getWritableGridFactory

protected InstantiationFactory getWritableGridFactory()
Liefert eine Instanz von XuluGridFactory. Mit diesen Instanzen wird das SingleGrid gefuellt.

Overrides:
getWritableGridFactory in class SingleGridFactory