object CodeView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodeView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
objor from a swap object- built0
trueif the current code is corresponds with a built object,falseif 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()