|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCoTBlock | |
de.goerntkai.scot.app.document | Provides for handling SCoT documents and their contents. |
de.goerntkai.scot.app.misc | Provides for miscellaneous jobs. |
Uses of SCoTBlock in de.goerntkai.scot.app.document |
Subclasses of SCoTBlock in de.goerntkai.scot.app.document | |
class |
DivisionBlock
Represents a block which may contain all other blocks. |
class |
FragmentBlock
Represents a block that contains all blocks in a fragment file. |
class |
ListBlock
Represents a block of lines forming an ordered list, an unordered list or a definition list. |
class |
SimpleBlock
Represents a block that exactly consist of one SCoTElement . |
class |
TableBlock
Represents a block of lines forming a table. |
class |
TablerowBlock
Represents a line forming a tablerow. |
Methods in de.goerntkai.scot.app.document that return SCoTBlock | |
SCoTBlock[] |
SCoTDocument.getBlocks(int start)
Returns the lines beginning with the starting index as an array of block definitions. |
SCoTBlock[] |
HeaderDocument.getContent()
Returns the content as an array of SCoTBlock s. |
SCoTBlock[] |
HeaderDocument.getOverview(java.lang.String meaning)
Returns the overview as an array of SCoTBlock s. |
SCoTBlock[] |
ContentDocument.getContent()
Returns the content as an array of SCoTBlock s. |
Constructors in de.goerntkai.scot.app.document with parameters of type SCoTBlock | |
NoframesComponent(SCoTBlock[] blocks)
Stores the content blocks. |
Uses of SCoTBlock in de.goerntkai.scot.app.misc |
Methods in de.goerntkai.scot.app.misc that return SCoTBlock | |
static SCoTBlock |
BlockFactory.createBlock(java.lang.String line,
Configuration aConfiguration)
Creates the proper kind of SCoTBlock for the line. |
Methods in de.goerntkai.scot.app.misc with parameters of type SCoTBlock | |
void |
HTMLDocument.addContent(SCoTBlock[] contentBlocks)
Adds a new content block to the documents body. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |