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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def background: Color

    Definition Classes
    LogPaneImplLogPane
  8. def background_=(value: Color): Unit

    Definition Classes
    LogPaneImplLogPane
  9. def clear(): Unit

     Clears the contents of the pane.

     Clears the contents of the pane.

    Definition Classes
    LogPaneImplLogPane
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def columns: Int

    Definition Classes
    LogPaneImplLogPane
  12. def columns_=(value: Int): Unit

    Definition Classes
    LogPaneImplLogPane
  13. val component: ScrollPane

    The Swing component which can be added to a Swing parent container.

    The Swing component which can be added to a Swing parent container.

    Definition Classes
    LogPaneImplLogPane
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def font: Font

    Definition Classes
    LogPaneImplLogPane
  18. def font_=(value: Font): Unit

    Definition Classes
    LogPaneImplLogPane
  19. def foreground: Color

    Definition Classes
    LogPaneImplLogPane
  20. def foreground_=(value: Color): Unit

    Definition Classes
    LogPaneImplLogPane
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lineWrap: Boolean

    Definition Classes
    LogPaneImplLogPane
  25. def lineWrap_=(value: Boolean): Unit

    Definition Classes
    LogPaneImplLogPane
  26. 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
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. val outputStream: OutputStream

    An OutputStream which will write to the pane.

    An OutputStream which will write to the pane.

    Definition Classes
    LogPaneImplLogPane
  31. def rows: Int

    Definition Classes
    LogPaneImplLogPane
  32. def rows_=(value: Int): Unit

    Definition Classes
    LogPaneImplLogPane
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    LogPaneImpl → AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val writer: Writer

    A Writer which will write to the pane.

    A Writer which will write to the pane.

    Definition Classes
    LogPaneImplLogPane

Inherited from LogPane

Inherited from AnyRef

Inherited from Any

Ungrouped