Package | Description |
---|---|
charger |
The top level package for the editor.
|
charger.db |
Classes related to the database access part of CharGer.
|
Modifier and Type | Method and Description |
---|---|
static CGDatabase |
Global.activateDatabase(String filename)
Stores an entry for the "database" as indicated by its file name, and
sets up the file for reading, by getting the field headers from the first
line.
|
Modifier and Type | Class and Description |
---|---|
class |
TextDatabase
Embodies accessibility to a tab-delimited text database.
|