appl.parallel.data.xulugridfile.factories
Class GridListFactory

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

public class GridListFactory
extends GridListFactory

Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory XuluGridFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class edu.bonn.xulu.io.AbstractFactory
name
 
Constructor Summary
GridListFactory()
           
 
Method Summary
protected  InstantiationFactory getWritableGridFactory()
          Liefert eine Instanz von XuluGridFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
 
Methods inherited from class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
createFromSample, 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

GridListFactory

public GridListFactory()
Method Detail

getWritableGridFactory

protected InstantiationFactory getWritableGridFactory()
Liefert eine Instanz von XuluGridFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt. Mit diesen Instanzen wird die GridList gefuellt.

Overrides:
getWritableGridFactory in class GridListFactory