c

de.sciss.desktop.impl

LogPaneImpl

class LogPaneImpl extends LogPane

Self Type
LogPaneImpl
Linear Supertypes
LogPane, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogPaneImpl
  2. LogPane
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogPaneImpl(rows0: Int, cols0: Int)

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 background: Color
    Definition Classes
    LogPaneImplLogPane
  6. def background_=(value: Color): Unit
    Definition Classes
    LogPaneImplLogPane
  7. def clear(): Unit

     Clears the contents of the pane.

     Clears the contents of the pane.

    Definition Classes
    LogPaneImplLogPane
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def columns: Int
    Definition Classes
    LogPaneImplLogPane
  10. def columns_=(value: Int): Unit
    Definition Classes
    LogPaneImplLogPane
  11. val component: ScrollPane
    Definition Classes
    LogPaneImplLogPane
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def font: Font
    Definition Classes
    LogPaneImplLogPane
  16. def font_=(value: Font): Unit
    Definition Classes
    LogPaneImplLogPane
  17. def foreground: Color
    Definition Classes
    LogPaneImplLogPane
  18. def foreground_=(value: Color): Unit
    Definition Classes
    LogPaneImplLogPane
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lineWrap: Boolean
    Definition Classes
    LogPaneImplLogPane
  23. def lineWrap_=(value: Boolean): Unit
    Definition Classes
    LogPaneImplLogPane
  24. def makeDefault(error: Boolean): LogPaneImpl.this.type

    Makes this log pane the default text output for System.out and optionally for System.err as well.

    Makes this log pane the default text output for System.out and optionally for System.err as well.

    returns

    the method returns the log pane itself for convenience and method concatenation

    Definition Classes
    LogPaneImplLogPane
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. val outputStream: OutputStream
    Definition Classes
    LogPaneImplLogPane
  29. def rows: Int
    Definition Classes
    LogPaneImplLogPane
  30. def rows_=(value: Int): Unit
    Definition Classes
    LogPaneImplLogPane
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    LogPaneImpl → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val writer: Writer
    Definition Classes
    LogPaneImplLogPane

Inherited from LogPane

Inherited from AnyRef

Inherited from Any

Ungrouped