object CodeView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodeView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class BuiltChange(value: Boolean) extends Update with Product with Serializable
- case class DirtyChange(value: Boolean) extends Update with Product with Serializable
- trait Handler[T <: Txn[T], In, -Out] extends Disposable[T]
- sealed trait Update extends AnyRef
- case class VisibilityChange(value: Boolean) extends Update with Product with Serializable
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
- def apply[T <: Txn[T]](obj: Obj[T], code0: Code, built0: Boolean, bottom: Seq[View[T]], numLines: Int = 24)(handler: Option[Handler[T, In, Out]])(implicit tx: T, universe: Universe[T], compiler: Compiler, undoManager: UndoManager[T]): CodeView[T, Out]
Creates a new
CodeView
.Creates a new
CodeView
.- obj
the object that contains the code
- code0
the initial code, either from
obj
or from a swap object- built0
true
if the current code is corresponds with a built object,false
if not (e.g. if swap source is used)- bottom
additional components to render at the bottom of the view
- handler
handler responsible for building the underlying object from source
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrSwap: String("swap")
If present, indicates that a "swap" version of the code object exist (in the value), which does not correspond to the built object.
- def availableFonts(): Seq[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def installFonts(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated