|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misim.editor.BasicLineFactory
The BasicLineFactory class implements the LineFactory interface to create Lines for a default editor.
Constructor Summary | |
BasicLineFactory()
|
Method Summary | |
Line |
createLine()
Create an instance of a Line with no tokens - ie. |
Line |
createLine(java.util.Vector tokens)
Create an instance of a Line with the given set of tokens. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicLineFactory()
Method Detail |
public Line createLine()
createLine
in interface LineFactory
public Line createLine(java.util.Vector tokens)
createLine
in interface LineFactory
tokens
- A vector of tokens for this line
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |