- cancelButton - Variable in class chargerlib.FontChooser
-
- cancelButtonActionPerformed(ActionEvent) - Method in class chargerlib.FontChooser
-
- CDateTime - Class in chargerlib
-
/** Encapsulates the representation of date/time values.
- CDateTime() - Constructor for class chargerlib.CDateTime
-
Creates a new instance corresponding to the current date/time ("now")
in the system default time zone as defined in its Locale.
- CDateTime(String) - Constructor for class chargerlib.CDateTime
-
Create a new instance corresponding to the date/time represented
by the string.
- CDateTime.STYLE - Enum in chargerlib
-
Indicates differing string formats used in the MMAT.
- CGButton - Class in chargerlib
-
A convenience class primarily for ensuring uniformity among CharGer buttons.
- CGButton() - Constructor for class chargerlib.CGButton
-
- CGButton(Action) - Constructor for class chargerlib.CGButton
-
- changeFilename(ManagedWindow, String) - Static method in class chargerlib.WindowManager
-
Tell the window manager that it needs to change the filename it's using for this window.
- CharacterSets - Class in chargerlib
-
A class to represent the various character sets allowed in Charger.
- CharacterSets() - Constructor for class chargerlib.CharacterSets
-
- chargerBlueColor - Static variable in class chargerlib.General
-
- chargerlib - package chargerlib
-
Utility classes for CharGer, dealing with fonts, strings, history and other general-purpose things.
- chargerlib.history - package chargerlib.history
-
These are the top-level history classes that are used by the parsers and generators.
- chargerlib.undo - package chargerlib.undo
-
Classes related to an object's state editing actions, including undo and redo capabilities.
- checkModel() - Method in class chargerlib.TableSorter
-
- chooseInputFile(String, String, File, FileFilter) - Static method in class chargerlib.General
-
Handles the choosing of an input file.
- chooseOutputFile(String, String) - Static method in class chargerlib.General
-
Handles the choosing of an input file by the user, with possible user
intervention.
- chooserLabel - Variable in class chargerlib.FontChooser
-
- chooseWindowFromMenu(JMenuItem) - Static method in class chargerlib.WindowManager
-
Brings to the front whatever window goes with the menu item specified.
- clearTranscript() - Method in class chargerlib.Transcript
-
Set the transcript's contents to empty, without warning or saving.
- color(String, String) - Static method in class chargerlib.Tag
-
Brackets a <span> begin-end tag, setting a color style for the foreground.
- colorDiv(String, String) - Static method in class chargerlib.Tag
-
Brackets a <div> begin-end tag, setting a color style for the background of the div.
- columns - Variable in class chargerlib.WrappedText
-
the number of columns to wrap.
- comment(String) - Static method in class chargerlib.Tag
-
- compare(int, int) - Method in class chargerlib.TableSorter
-
- compareRowsByColumn(int, int, int) - Method in class chargerlib.TableSorter
-
- compares - Variable in class chargerlib.TableSorter
-
- consoleMsg(String) - Static method in class chargerlib.General
-
Displays a status message on System.out
- copyInfoFrom(CustomHistoryRecord) - Method in class chargerlib.history.CustomHistoryRecord
-
Copy this event's information from the event argument.
- copyInfoFrom(DerivedHistoryRecord) - Method in class chargerlib.history.DerivedHistoryRecord
-
- copyInfoFrom(FileHistoryRecord) - Method in class chargerlib.history.FileHistoryRecord
-
- copyInfoFrom(HistoryRecord) - Method in class chargerlib.history.HistoryRecord
-
Copy this event's information from the event argument.
- copyInfoFrom(ObjectHistoryRecord) - Method in class chargerlib.history.ObjectHistoryRecord
-
- copyInfoFrom(UserHistoryRecord) - Method in class chargerlib.history.UserHistoryRecord
-
- count - Variable in class chargerlib.FloatStatistics
-
- countdown - Variable in class chargerlib.DisplayTimer
-
- CProgressFrame - Class in chargerlib
-
A progress bar with a label, intended to be used by a SwingWorker.
- CProgressFrame(JFrame) - Constructor for class chargerlib.CProgressFrame
-
- currentIndex - Variable in class chargerlib.undo.UndoRedoList
-
the index into the state list telling us which state is the current one.
- currentState() - Method in interface chargerlib.undo.Undoable
-
Creates a new instance of the current state of the target object.
- CustomHistoryRecord - Class in chargerlib.history
-
A custom event is generally obtained from a parse with some
module or other library's events included.
- CustomHistoryRecord() - Constructor for class chargerlib.history.CustomHistoryRecord
-