Class

cogdebugger

StringProperty

Related Doc: package cogdebugger

Permalink

class StringProperty extends Property[String]

Linear Supertypes
Property[String], Publisher, Reactor, Trigger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StringProperty
  2. Property
  3. Publisher
  4. Reactor
  5. Trigger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StringProperty(name: String, initialValue: String)

    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. var _value: String

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  5. var action: Action

    Permalink
    Definition Classes
    Property → Trigger
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  16. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  17. val name: String

    Permalink
    Definition Classes
    Property
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def onPropertyChange(oldValue: String, newValue: String): Unit

    Permalink
    Definition Classes
    Property
  22. def parseText(text: String): Option[String]

    Permalink
    Definition Classes
    StringPropertyProperty
  23. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  24. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  25. def restore(node: Node): Unit

    Permalink
    Definition Classes
    Property
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val typeString: String

    Permalink

    A String name for the type this Property represents.

    A String name for the type this Property represents. Used in a runtime check to safeguard against using the restore method from a different Property subclass on the XML generated by this Property.

    Definition Classes
    StringPropertyProperty
  29. def value: String

    Permalink
    Definition Classes
    Property
  30. def value_=(newValue: String): Unit

    Permalink
    Definition Classes
    Property
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def xmlTag: Elem

    Permalink
    Definition Classes
    Property

Inherited from Property[String]

Inherited from Publisher

Inherited from Reactor

Inherited from Trigger

Inherited from AnyRef

Inherited from Any

Ungrouped