|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mylyn.wikitext.core.parser.markup.Processor
org.eclipse.mylyn.wikitext.core.parser.markup.Block
org.eclipse.mylyn.internal.wikitext.mediawiki.core.block.AbstractTableOfContentsBlock
public abstract class AbstractTableOfContentsBlock
Field Summary | |
---|---|
protected int |
maxLevel
|
Fields inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor |
---|
builder, markupLanguage, parser, state |
Constructor Summary | |
---|---|
AbstractTableOfContentsBlock()
|
Method Summary | |
---|---|
protected void |
emitToc(OutlineItem item)
|
int |
getMaxLevel()
|
String |
getStyle()
|
void |
setMaxLevel(int maxLevel)
|
void |
setStyle(String style)
|
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Block |
---|
beginNesting, canStart, clone, findCloseOffset, isClosed, processLine, processLineContent, setClosed |
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor |
---|
getBuilder, getMarkupLanguage, getParser, getState, setParser, setState |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int maxLevel
Constructor Detail |
---|
public AbstractTableOfContentsBlock()
Method Detail |
---|
protected void emitToc(OutlineItem item)
public String getStyle()
public void setStyle(String style)
public int getMaxLevel()
public void setMaxLevel(int maxLevel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |