Object/Trait

cogdebugger

RestorableState

Related Docs: trait RestorableState | package cogdebugger

Permalink

object RestorableState

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestorableState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. val BooleanClass: Class[Boolean]

    Permalink
    Attributes
    protected
  5. val DoubleClass: Class[Double]

    Permalink
    Attributes
    protected
  6. val FloatClass: Class[Float]

    Permalink
    Attributes
    protected
  7. val IntClass: Class[Int]

    Permalink
    Attributes
    protected
  8. val StringClass: Class[String]

    Permalink
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getTagFor(obj: AnyRef, fieldName: String): Elem

    Permalink

    Uses reflection to get the value of fieldName on obj, and puts its toString into an XML tag.

  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def layoutTag(rec: Rectangle): Elem

    Permalink
  19. def layoutTag(pos: (Int, Int), size: (Int, Int)): Elem

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def readLayoutTag(tag: Node): (Int, Int, Int, Int)

    Permalink
  24. def restoreBoolean(elem: Node)(op: (Boolean) ⇒ Unit): Unit

    Permalink
  25. def restoreDouble(elem: Node)(op: (Double) ⇒ Unit): Unit

    Permalink
  26. def restoreFloat(elem: Node)(op: (Float) ⇒ Unit): Unit

    Permalink
  27. def restoreInt(elem: Node)(op: (Int) ⇒ Unit): Unit

    Permalink
  28. def restoreString(elem: Node)(op: (String) ⇒ Unit): Unit

    Permalink
  29. def restoreTag(obj: AnyRef, tags: NodeSeq): Unit

    Permalink

    A convenience overload for restoreTag that takes a NodeSeq rather than a single Node, but only uses the data stored in the first Node in the Seq (if one exists at all).

  30. def restoreTag(obj: AnyRef, tag: Node): Unit

    Permalink

    Given an object and a tag produced by getTagFor, attempts to restore the value saved in that tag to the object, i.e., does the inverse of getTagFor.

    Given an object and a tag produced by getTagFor, attempts to restore the value saved in that tag to the object, i.e., does the inverse of getTagFor.

    Note that this will only work for Scala classes, because it assumes that the setter for a var is that var's name appended with "_=".

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

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

    Permalink
    Definition Classes
    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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped