abstract class ThreadedConsole extends Shell
common code for Consoles, handles executing commands with different threads
- Source
 - MMTConsole.scala
 
          
            Linear Supertypes
          
          
        
            
              Known Subclasses
            
            
          
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- ThreadedConsole
 - Shell
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Instance Constructors
-  new ThreadedConsole(s: String)
 
Abstract Value Members
Concrete Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        closeConsole(arg0: Console): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        controller: Controller
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        detach(arg0: Console): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        endOfFile(arg0: Console): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        execute(arg0: Console, arg1: String, arg2: Output): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        executionWrapper(code: ⇒ Boolean): Unit
      
      
      
the body of the execute function should be wrapped in this
the body of the execute function should be wrapped in this
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getCompletions(arg0: Console, arg1: String): CompletionInfo
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getName(): String
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        logError(s: String): Unit
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        mmt: MMTPlugin
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        openConsole(arg0: Console): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        printInfoMessage(arg0: Output): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        printPrompt(arg0: Console, arg1: Output): Unit
      
      
      
- Definition Classes
 - Shell
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        stop(console: Console): Unit
      
      
      
- Definition Classes
 - ThreadedConsole → Shell
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - Shell → AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        waitFor(console: Console): Boolean
      
      
      
- Definition Classes
 - ThreadedConsole → Shell