com.partnersoft.v3x.gui
Class SpecifierFactory

java.lang.Object
  extended by org.jcon.data.ClassMappedFactory
      extended by com.partnersoft.v3x.gui.SpecifierFactory

public class SpecifierFactory
extends ClassMappedFactory

A Factory for specifiers. Inherits from ClassMappedFactory, so that specifiers may be ordered according to the class they will specify.


Constructor Summary
SpecifierFactory()
          Creates a new, empty SpecifierFactory.
 
Method Summary
static SpecifierFactory defaultFactory()
          Returns the default SpecifierFactory.
 Specifier orderSpecifier(java.lang.Class specifiedClass)
          Returns the specifier for the given class.
 
Methods inherited from class org.jcon.data.ClassMappedFactory
addTemplate, addTemplate, orderPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifierFactory

public SpecifierFactory()
Creates a new, empty SpecifierFactory.

Method Detail

defaultFactory

public static SpecifierFactory defaultFactory()
Returns the default SpecifierFactory.


orderSpecifier

public Specifier orderSpecifier(java.lang.Class specifiedClass)
Returns the specifier for the given class.