|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.unit.UnitInfo
org.extex.unit.omega.OmegaUnitInfo
public class OmegaUnitInfo
This class provides the setup for the unit omega.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The field serialVersionUID contains the version number for serialization. |
| Constructor Summary | |
|---|---|
OmegaUnitInfo()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
receiveLoaded(Context context,
TokenSource source,
Typesetter typesetter)
Receive a notification on the loading of a context. |
| Methods inherited from class org.extex.interpreter.unit.UnitInfo |
|---|
getName, setName, setTypesetter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public OmegaUnitInfo()
| Method Detail |
|---|
public void receiveLoaded(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException
receiveLoaded in interface LoadedObservercontext - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an errorLoadedObserver.receiveLoaded(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||