All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----openstar.generic.ParamSet | +----openstar.generic.Factory | +----collage.generic.DisplayFactory
protected final String NAME
public DisplayFactory()
public int newParam(String name, Object value)
Note: A defined name parameter must still be passed to the concrete display object in the create() method of the derived Display factory class.
public abstract Object create()
All objects created from descendants of this factory class must
return Display
-objects. However, this cannot be
enforced at compile-time due to the generic character of the
factory mechanism.
All Packages Class Hierarchy This Package Previous Next Index