All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFStringProperty

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

public final class MFStringProperty
extends ImprovProperty

Constructor Index

 o MFStringProperty(String, String[])
 o MFStringProperty(String, String[], PropertyContainer)

Method Index

 o getValue()
 o setValue(String[])

Constructors

 o MFStringProperty
 public MFStringProperty(String n,
                         String v[])
 o MFStringProperty
 public MFStringProperty(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