- a_or_an(String) - Static method in class chargerlib.General
-
Prints a string with a prefix, deciding whether to use "a" or "an" for
the article, based on the string.
- AcceleratorKey - Static variable in class chargerlib.General
-
Key to use with shortcut commands; i.e., CNTL on PC, Cmd on Mac
- acceleratorList - Static variable in class chargerlib.WindowManager
-
for each window, keeps whatever accelerator key has been stored for it
- actionPerformed(ActionEvent) - Method in class chargerlib.QuantityBar
-
Handle the menu events here.
- addChangeListener(JTextComponent, ChangeListener) - Static method in class chargerlib.General
-
Installs a listener to receive notification when the text of any
JTextComponent
is changed.
- addHistoryRecord(HistoryRecord) - Method in class chargerlib.history.ObjectHistory
-
- addMouseListenerToHeaderInTable(JTable) - Method in class chargerlib.TableSorter
-
- addValue(float) - Method in class chargerlib.FloatStatistics
-
Add a value to the set.
- adjustTableColumnWidths(JTable) - Static method in class chargerlib.General
-
For each column of a JTable, scans every entry and determines the maximum
width for the column.
- after(CDateTime) - Method in class chargerlib.CDateTime
-
Compare this date/time value with another.
- append(String) - Method in class chargerlib.Transcript
-
Append the given string to the transcript, followed by a newline.
- appendDescription(String, String) - Method in class chargerlib.history.HistoryRecord
-
Append a new portion to the description, separated by the separator.
- appendDescription(String) - Method in class chargerlib.history.HistoryRecord
-
Uses newline as a separator by default.
- appendTell(String) - Method in class chargerlib.Transcript
-
Append the given string to the transcript, with an annotation that it is
a user prompt.
- appendUser(String) - Method in class chargerlib.Transcript
-
Append the given string to the transcript, with an annotation that it is
a user's reply.
- ascending - Variable in class chargerlib.TableSorter
-