wizx.util
Class TalStore
java.lang.Object
wizx.util.VariableStore
wizx.util.TalStore
- public class TalStore
- extends VariableStore
Encapsulates tal and training settings.
The view for the settings is listed below.
The store provides a record called settings, that contains
a subrecord structure of all the think-and-link
and training settings. In the list below, each
setting is listed as
property : type - settings API
where property is the name of the property in the enclosing record value,
type is the runtime type of the value when the store was created,
and settings API is the programatic means used to access the value
from the talx or training packages.
- settings : record
- tal : record
- autodelete : boolean
- dialogparam : string
- buttoncolor : number
- handler : string
- people : list of record
- name : string
- name2 : string
- addresses : string
- filename : string
- players : list of record
- name : string
- name2 : string
- addresses : string
- filename : string
- game : string
- features : list of record
- name : string
- param : string
- filters : record
- in : list of record
- name : string
- param : string
- out : list of record
- name : string
- param : string
- user : record
- name : string
- address : string
- login : string
- password : string
- font : record
- face : string
- size : number
- frame : record
- decorated : boolean
- size : number
- quit : record
- show : boolean
- text : string
- scroll : record
- up : string
- down : string
- speed : number
- cc : record
- add : boolean
- remove : boolean
- inbox : record
- class : string
- param : string
- color : number
- highlight : number
- width : number
- onright : boolean
- neglect : boolean
- buddy : record
- width : number
- height : number
- reader : record
- class : string
- param : string
- color : number
- blank: string
- date: record
- color : number
- format : string
- caption : record
- empty : record
- color : number
- text : string
- answered : record
- color : number
- text : string
- read : record
- color : number
- text : string
- unread : record
- color : number
- text : string
- empty : record
- color : number
- text : string
- default : record
- subject : string
- text : string
- caption : record
- color : number
- text : string
- archive : record
- subject : string
- text : string
- caption : record
- color : number
- text : string
- composer : record
- class : string
- param : string
- color : number
- subject : string
- dragmode : boolean
- ibar : boolean
- caret : record
- color : number
- width : number
- blink : number
- caption : record
- initiate : record
- color : number
- text : string
- response : record
- color : number
- text : string
- train : record
- logger : string
- font : record
- face : string
- size : record
- normal : number
- large : number
- small : number
- instfont : record
- attributes : number
- color : number
- background : number
- altfont : record
- attributes : number
- color : number
- background : number
- caret : record
- width : number
- blink : number
- state : record
- trainer : string
- default : string
- lesson : string
- frame : record
- decorated : string
- size : number
- title : record
- text : string
- icon : string
- files : record
- lattice : string
- logging : string
- stats : string
- save : string
- settings : string
|
Constructor Summary |
TalStore(java.lang.String location)
|
|
Method Summary |
void |
save()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TalStore
public TalStore(java.lang.String location)
throws java.io.IOException
save
public void save()
throws java.io.IOException
- Overrides:
save in class VariableStore
- Throws:
java.io.IOException
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.