Synergy Home Page

au.edu.swin.synergy.plugin.modeller
Class BSaveTextArea

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.modeller.BSaveTextArea

public class BSaveTextArea
extends Object
implements BSaveable


Field Summary
protected static String kDefaultName
           
protected static String kKeyName
           
protected static String kKeyText
           
protected static String kKeyVisible
           
static String kName
           
 
Constructor Summary
BSaveTextArea()
          Used to calc positisons of text within this area depending on the font.
 
Method Summary
 String getName()
           
 Vector getRefToStrings()
           
 Vector getStrings()
           
 boolean load(BDataFile file)
           
 boolean save(BDataFile file)
           
 void setName(String fName)
           
 void setStrings(Vector fStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kName

public static final String kName

kKeyText

protected static final String kKeyText

kKeyVisible

protected static final String kKeyVisible

kKeyName

protected static final String kKeyName

kDefaultName

protected static final String kDefaultName
Constructor Detail

BSaveTextArea

public BSaveTextArea()
Used to calc positisons of text within this area depending on the font.
Method Detail

getRefToStrings

public Vector getRefToStrings()

setName

public void setName(String fName)

setStrings

public void setStrings(Vector fStrings)

getStrings

public Vector getStrings()

getName

public String getName()

load

public boolean load(BDataFile file)
Specified by:
load in interface BSaveable

save

public boolean save(BDataFile file)
Specified by:
save in interface BSaveable

Synergy Home Page