edu.bonn.xulu.plugin.io.grid.array
Class MultiGridFactory

java.lang.Object
  extended by edu.bonn.xulu.io.AbstractFactory
      extended by edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
          extended by edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory
All Implemented Interfaces:
Factory, InstantiationFactory

public class MultiGridFactory
extends MultiGridFactory

Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory WritableGridArrayFactory 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
MultiGridFactory()
           
 
Method Summary
protected  WritableGridFactory getWritableGridFactory()
          Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
 
Methods inherited from class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
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

MultiGridFactory

public MultiGridFactory()
Method Detail

getWritableGridFactory

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

Overrides:
getWritableGridFactory in class MultiGridFactory