All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFStringProperty

java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.SFStringProperty

public final class SFStringProperty
extends ImprovProperty
implements StringProperty

Constructor Index

 o SFStringProperty(String, String)
 o SFStringProperty(String, String, PropertyContainer)

Method Index

 o getValue()
 o setValue(String)

Constructors

 o SFStringProperty
 public SFStringProperty(String n,
                         String v)
 o SFStringProperty
 public SFStringProperty(String n,
                         String v,
                         PropertyContainer o)

Methods

 o getValue
 public String getValue()
 o setValue
 public void setValue(String v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index