Class

de.sciss.muta.gui.impl

DocumentFrameImpl

Related Doc: package impl

Permalink

final class DocumentFrameImpl[S <: System] extends DocumentFrame[S]

Self Type
DocumentFrameImpl[S]
Linear Supertypes
DocumentFrame[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentFrameImpl
  2. DocumentFrame
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocumentFrameImpl(application: GeneticApp[S])

    Permalink

Type Members

  1. type ColMBot = Tuple2[Node, Int, S.Chromosome]

    Permalink
  2. type ColMTop = Tuple4[Node, Int, S.Chromosome, Double, Boolean]

    Permalink
  3. type Document = (IndexedSeq[Node], SysSettings)

    Permalink
  4. class EvalProc extends ProcessorImpl[Unit, Processor[Unit]] with Processor[Unit]

    Permalink
  5. class GenProc extends ProcessorImpl[IndexedSeq[Node], Processor[IndexedSeq[Node]]] with Processor[IndexedSeq[Node]]

    Permalink
  6. class IterProc extends ProcessorImpl[IndexedSeq[Node], Processor[IndexedSeq[Node]]] with Processor[IndexedSeq[Node]]

    Permalink
  7. final class Node extends NodeLike[S.Chromosome]

    Permalink
  8. type S1 = S

    Permalink
  9. abstract class TreeModel extends AbstractTreeModel[Node]

    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. def adjustColumns(tt: TreeTable[_, _]): Unit

    Permalink
  5. val application: GeneticApp[S]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val avCfg: ConfigBuilder

    Permalink
  8. def bindMenu(path: String, action: Action): Unit

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  9. var breeding: S.Breeding

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  10. val breedingTable: TreeTable[Node, ColMBot { def getParent(node: DocumentFrameImpl.this.Node): None.type }]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  11. val chromoCol: Column[Node, S.Chromosome]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def currentTable: IndexedSeq[Node]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  14. def currentTable_=(nodes: IndexedSeq[Node]): Unit

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  15. def defer(thunk: ⇒ Unit): Unit

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. var evaluation: S.Evaluation

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  19. def file: Option[File]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val fitCol: Column[Node, Double]

    Permalink
  22. var generation: S.Generation

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  23. def genome: S.GenomeSel

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. val ggScrollBot: ScrollPane

    Permalink
  26. val ggScrollTop: ScrollPane

    Permalink
  27. val ggSplit: SplitPane

    Permalink
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def info: HeaderInfo

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  30. def info_=(value: HeaderInfo): Unit

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def iterate(n: Int, quiet: Boolean): Future[Unit]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  33. def iterations: Int

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  34. def iterations_=(value: Int): Unit

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  35. def load(file: File, quiet: Boolean): Try[Unit]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  36. val mainTable: TreeTable[Node, ColMTop { def getParent(node: DocumentFrameImpl.this.Node): None.type }]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  37. def mkSettingsButton[A](title: String)(view: (A, Config) ⇒ AutoView[A])(getter: ⇒ A)(setter: (A) ⇒ Unit): Button

    Permalink
  38. def mkTreeTable[Col <: TreeColumnModel[Node]](tm: TreeModel, tcm: Col): TreeTable[Node, Col]

    Permalink
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  42. def open(): Unit

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  43. val pButtons: FlowPanel

    Permalink
  44. lazy val pGen: AutoView[S.Generation]

    Permalink
  45. lazy val pInfo: AutoView[HeaderInfo]

    Permalink
  46. val pTopSettings: BoxPanel

    Permalink
  47. var random: Random

    Permalink
  48. val rating: Option[Rating]

    Permalink
  49. def save(file: File, quiet: Boolean): Try[Unit]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  50. val selCol: Column[Node, Boolean]

    Permalink
  51. def selectedNodes: IndexedSeq[Node]

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  52. var selection: S.Selection

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  53. val seqCol: Column[Node, Int]

    Permalink
  54. def settings: SysSettings

    Permalink
  55. val settingsViewConfig: Config

    Permalink
  56. def settings_=(s: SysSettings): Unit

    Permalink
  57. val splitBot: BoxPanel

    Permalink
  58. val splitTop: BorderPanel

    Permalink
  59. def stepBreed(genome: IndexedSeq[Node]): IndexedSeq[Node]

    Permalink
  60. def stepEval(fun: S.Evaluation, glob: S.Global, genome: IndexedSeq[Node], progress: (Float) ⇒ Unit = _ => ()): Unit

    Permalink
  61. def stepSelect(genome: IndexedSeq[Node]): Unit

    Permalink
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. val system: S1

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  64. val tcmBot: ColMBot { def getParent(node: DocumentFrameImpl.this.Node): None.type }

    Permalink
  65. val tcmTop: ColMTop { def getParent(node: DocumentFrameImpl.this.Node): None.type }

    Permalink
  66. object tmBot extends TreeModel

    Permalink
  67. object tmTop extends TreeModel

    Permalink
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. val topPanel: FlowPanel

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame
  70. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. object window extends WindowImpl

    Permalink
    Definition Classes
    DocumentFrameImplDocumentFrame

Inherited from DocumentFrame[S]

Inherited from AnyRef

Inherited from Any

Ungrouped