Class

de.sciss.desktop.impl

LogPaneImpl

Related Doc: package impl

Permalink

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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def background: Color

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

    Permalink
    Definition Classes
    LogPaneImplLogPane
  7. def clear(): Unit

    Permalink

     Clears the contents of the pane.

     Clears the contents of the pane.

    Definition Classes
    LogPaneImplLogPane
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    LogPaneImplLogPane
  11. val component: ScrollPane

    Permalink

    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
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    LogPaneImplLogPane
  17. def foreground: Color

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

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

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

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

    Permalink
    Definition Classes
    Any
  22. def lineWrap: Boolean

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

    Permalink
    Definition Classes
    LogPaneImplLogPane
  24. def makeDefault(error: Boolean): LogPaneImpl.this.type

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val outputStream: OutputStream

    Permalink

    An OutputStream which will write to the pane.

    An OutputStream which will write to the pane.

    Definition Classes
    LogPaneImplLogPane
  29. def rows: Int

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

    Permalink

    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