C D G P S T

C

commandAction(Command, Displayable) - Method in class TestPropsRS
 

D

delete(String) - Static method in class PropsRS
Deletes a record store.

G

get(String) - Method in class PropsRS
Gets the property that matches the given key.
getInt(String) - Method in class PropsRS
Gets the property the matches the given key, assuming that the property represents an integer.

P

PropsRS - Class in <Unnamed>
Inspired by the J2SE Properties class, this one uses RecordStores to store properties.
PropsRS(String) - Constructor for class PropsRS
Creates a new PropsRS object to access the record store whose name is specified by the parameter.

S

save() - Method in class PropsRS
Saves the properties entered via the set methods in the record store.
set(String, String) - Method in class PropsRS
Sets a new property.
set(String, int) - Method in class PropsRS
Sets a new property, described by an integer.

T

TestPropsRS - Class in <Unnamed>
This class can be used to test the PropsRS class.
TestPropsRS() - Constructor for class TestPropsRS
 

C D G P S T