|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutlineItem | |
---|---|
org.eclipse.mylyn.wikitext.core.parser.builder | contains concrete implementations of DocumentBuilder . |
org.eclipse.mylyn.wikitext.core.parser.outline | An implementation of a markup parser specifically designed to build a model of the document outline based on headers in the markup. |
org.eclipse.mylyn.wikitext.core.parser.util | Utility classes used by the parser framework |
org.eclipse.mylyn.wikitext.ui.editor |
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.builder |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.builder that return OutlineItem | |
---|---|
OutlineItem |
DitaBookMapDocumentBuilder.getOutline()
the outline if available, otherwise null DitaBookMapDocumentBuilder.setOutline(OutlineItem) |
Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type OutlineItem | |
---|---|
void |
DitaBookMapDocumentBuilder.setOutline(OutlineItem outline)
Set the outline of the document being parsed if xref URLs are to be correctly computed. |
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.outline |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline that return OutlineItem | |
---|---|
protected OutlineItem |
OutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
OutlineItem |
OutlineParser.createRootItem()
|
OutlineItem |
OutlineItem.findItemById(String id)
|
OutlineItem |
OutlineItem.findNearestMatchingOffset(int offset)
|
OutlineItem |
OutlineItem.getParent()
|
OutlineItem |
OutlineItem.getPrevious()
Get the previous item. |
OutlineItem |
OutlineParser.parse(OutlineItem root,
String markup)
|
OutlineItem |
OutlineParser.parse(String markup)
|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline that return types with arguments of type OutlineItem | |
---|---|
List<OutlineItem> |
OutlineItem.getChildren()
|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type OutlineItem | |
---|---|
boolean |
OutlineItem.contains(OutlineItem item)
Indicate if this outline item contains the given outline item. |
protected OutlineItem |
OutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
DocumentBuilder |
OutlineParser.createOutlineUpdater(OutlineItem rootItem)
|
void |
OutlineItem.moveChildren(OutlineItem otherParent)
move children from the given outline item to this |
OutlineItem |
OutlineParser.parse(OutlineItem root,
String markup)
|
boolean |
OutlineItem.Visitor.visit(OutlineItem item)
|
Constructors in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type OutlineItem | |
---|---|
OutlineItem(OutlineItem parent,
int level,
String id,
int offset,
int length,
String label)
|
|
OutlineParser.OutlineBuilder(OutlineItem root,
int labelMaxLength)
|
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.util |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.util with parameters of type OutlineItem | |
---|---|
protected String |
MarkupToEclipseToc.computeFile(OutlineItem item)
|
String |
MarkupToEclipseToc.createToc(OutlineItem root)
|
Uses of OutlineItem in org.eclipse.mylyn.wikitext.ui.editor |
---|
Methods in org.eclipse.mylyn.wikitext.ui.editor with parameters of type OutlineItem | |
---|---|
void |
MarkupSourceViewerConfiguration.setOutline(OutlineItem outlineModel)
Set the outline on this configuration. |
|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |