|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.builtin.CoordinatorFactoryImpl
public final class CoordinatorFactoryImpl
Produces default coordinators.
Field Summary | |
---|---|
static String |
OUTPUT_CLASS_LATEX
Denotes the preddefined LaTeX document output class. |
static String |
OUTPUT_CLASS_XHTML
Denotes the preddefined XHTML document output class. |
Fields inherited from interface sk.uniba.euromath.gene.ICoordinatorFactory |
---|
EXTENSION_POINT_ID |
Constructor Summary | |
---|---|
CoordinatorFactoryImpl()
|
Method Summary | |
---|---|
ICoordinator |
create(String outputClass,
XMLAccess xmlAccess,
ExportHelper context)
Creates the coordinator that exports a particular document class. |
boolean |
equals(Object obj)
|
List<CoordinatorInfo> |
getCoordinators()
Returns the information about all known output document classes. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OUTPUT_CLASS_XHTML
Denotes the preddefined XHTML document output class. This class expects that all nametrees present in the document can be transformed into a format accepted by the web browsers:
public static final String OUTPUT_CLASS_LATEX
Denotes the preddefined LaTeX document output class. This class expects that all nametrees present in the document can be transformed into the LaTeX file format:
Constructor Detail |
---|
public CoordinatorFactoryImpl()
Method Detail |
---|
public ICoordinator create(String outputClass, XMLAccess xmlAccess, ExportHelper context)
ICoordinatorFactory
create
in interface ICoordinatorFactory
outputClass
- the class of documents that this coordinator
produces. It may be one of preddefined constants or a custom one. If the
coordinator does not support this class then it must throw an exception.xmlAccess
- this document is about to be serialized.context
- the context object for coordinator.
public List<CoordinatorInfo> getCoordinators()
ICoordinatorFactory
getCoordinators
in interface ICoordinatorFactory
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |