|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
de.goerntkai.scot.app.document | Provides for handling SCoT documents and their contents. |
de.goerntkai.scot.app.misc | Provides for miscellaneous jobs. |
Uses of Configuration in de.goerntkai.scot.app.document |
Methods in de.goerntkai.scot.app.document that return Configuration | |
Configuration |
SCoTDocument.getConfiguration()
|
Configuration |
SCoTBlock.getConfiguration()
|
Constructors in de.goerntkai.scot.app.document with parameters of type Configuration | |
SCoTDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates and reads the file. |
|
SCoTBlock(Configuration aConfiguration)
This constructor sets the configuration. |
|
OrderDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates one content.order file. |
|
ListBlock(java.lang.String line,
Configuration aConfiguration)
This constructor interpretes the given line. |
|
HeaderDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates one content.order file. |
|
FramesetDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates one frameset definition file. |
|
DivisionBlock(java.lang.String line,
Configuration aConfiguration)
This constructor interpretes the given line. |
|
ContentDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates one standard SCoT content file. |
Uses of Configuration in de.goerntkai.scot.app.misc |
Methods in de.goerntkai.scot.app.misc with parameters of type Configuration | |
static ISCoTComponent[] |
ComponentFactory.getStylesheets(java.lang.String line,
Configuration configuration,
java.lang.String title)
Returns the array of stylesheets for that HTML document. |
static SCoTBlock |
BlockFactory.createBlock(java.lang.String line,
Configuration aConfiguration)
Creates the proper kind of SCoTBlock for the line. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |