Class

cogdebugger

OneOfNProperty

Related Doc: package cogdebugger

Permalink

class OneOfNProperty extends Property[String]

Represents a finite number of states, of which only one is active. Can be rendered as a combobox by cogdebugger.ToolFactory.

Linear Supertypes
Property[String], Publisher, Reactor, Trigger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OneOfNProperty
  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 OneOfNProperty(name: String, initialValue: String, options: List[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. val options: List[String]

    Permalink
  23. def parseText(text: String): Option[String]

    Permalink
    Definition Classes
    OneOfNPropertyProperty
  24. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  25. val reactions: Reactions

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

    Permalink
    Definition Classes
    Property
  27. def selection: String

    Permalink
  28. def selection_=(newValue: String): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def 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.

    Attributes
    protected
    Definition Classes
    OneOfNPropertyProperty
  32. def value: String

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

    Permalink
    Definition Classes
    OneOfNPropertyProperty
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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