Package org.grinvin.factories

Interface Summary

Factory An object which can be used to create other objects.
NamedFactory Interface for a Factory which may be displayed as part of a cell list.

Class Summary

AbstractFactory Provides classes and interfaces for general factories.
AbstractNamedFactory Common superclass of various visual graph factory classes.
FactoryException Indicates that something went wrong in the factory.
FactoryManager Helper class to handle configuration of Factory objects.
FactoryParameterException Indicates that a factory was called to create a graph when its parameters were improperly initialized.