Packages

object TreeBuilder extends NavigationTreeBuilder

this is called from another tread if the cancel button was pressed; but it seems sidekick force-kills the parsing before calling this so it doesn't help us much; MMT has to maintain its own smart cancel method instead

Source
MMTSideKick.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeBuilder
  2. NavigationTreeBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildTreeDoc(node: DefaultMutableTreeNode, doc: Document): Unit
    Definition Classes
    NavigationTreeBuilder
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def declarationLabel(dec: Declaration): String
    Attributes
    protected
    Definition Classes
    NavigationTreeBuilder
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def makeComponent(t: Term, cont: Context, parent: CPath, region: SourceRegion): JObjAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  15. def makeDeclaration(dec: Declaration, region: SourceRegion): JElemAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  16. def makeDocument(doc: Document, region: SourceRegion): JElemAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  17. def makeModule(mod: Module, region: SourceRegion): JElemAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  18. def makeNRef(uri: Path, region: SourceRegion): JURIAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  19. def makeNotation(owner: ContentPath, cont: NotationContainer, comp: NotationComponentKey, region: SourceRegion): JNotAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  20. def makeSection(s: String): JAuxAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  21. def makeTerm(t: Term, pragmatic: Term, cont: Context, parent: CPath, label: String, region: SourceRegion): JObjAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  22. def makeVariableInContext(con: Context, vd: VarDecl, parent: CPath, region: SourceRegion): JObjAsset
    Definition Classes
    TreeBuilderNavigationTreeBuilder
  23. def moduleLabel(m: Module): String
    Attributes
    protected
    Definition Classes
    NavigationTreeBuilder
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def notationLabel(comp: NotationComponentKey): String
    Attributes
    protected
    Definition Classes
    NavigationTreeBuilder
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from NavigationTreeBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped