- tab - Static variable in class chargerlib.XMLGenerator
-
Helpful in indentation; currently set to two spaces
- table(int) - Static method in class chargerlib.Tag
-
Creates a begin table tag with the width specified.
- tableChanged(TableModelEvent) - Method in class chargerlib.TableMap
-
- tableChanged(TableModelEvent) - Method in class chargerlib.TableSorter
-
- TableMap - Class in chargerlib
-
- TableMap() - Constructor for class chargerlib.TableMap
-
- TableSorter - Class in chargerlib
-
A sorter for TableModels.
- TableSorter() - Constructor for class chargerlib.TableSorter
-
- TableSorter(TableModel) - Constructor for class chargerlib.TableSorter
-
- Tag - Class in chargerlib
-
Some static values and methods to help with html formatting
In general values beginnig with an underscore "_" are ending tags.
- Tag() - Constructor for class chargerlib.Tag
-
- tagWithParms(String, String) - Static method in class chargerlib.XMLGenerator
-
Returns a tag with parameters, including a closing bracket.
- td(String) - Static method in class chargerlib.Tag
-
a table cell begin-end tag
- td(String, int) - Static method in class chargerlib.Tag
-
a table cell begin-end tag
- tdc(String) - Static method in class chargerlib.Tag
-
A table cell that is centered
- tdr(String) - Static method in class chargerlib.Tag
-
A table cell that is right justified
- tdspan(int, String) - Static method in class chargerlib.Tag
-
Returns a table data element that spans cols number of columns around the string
- tearDownMenu(JMenu) - Static method in class chargerlib.General
-
Does a complete erasure of a JMenu.
- tell - Variable in class chargerlib.Transcript
-
- textLines - Variable in class chargerlib.WrappedText
-
the set of lines already wrapped
- theText - Variable in class chargerlib.GenericTextFrame
-
- theTextCaretUpdate(CaretEvent) - Method in class chargerlib.GenericTextFrame
-
- thisWindowClosing(WindowEvent) - Method in class chargerlib.QuantityBar
-
- tickLength - Variable in class chargerlib.QuantityBar.labelPanel
-
- timestamp - Variable in class chargerlib.history.HistoryRecord
-
When this event was first created; should be preserved through copies, saving, etc.
- toolkit - Variable in class chargerlib.DisplayTimer
-
- toString() - Method in class chargerlib.CDateTime
-
Convenience method for using the ZONED_TIMESTAMP style.
- toString() - Method in class chargerlib.history.DerivedHistoryRecord
-
- toString() - Method in class chargerlib.history.FileHistoryRecord
-
- toString() - Method in class chargerlib.history.HistoryRecord
-
- toString() - Method in class chargerlib.history.ObjectHistory
-
- toString() - Method in class chargerlib.history.UserHistoryRecord
-
- toString() - Method in class chargerlib.Transcript
-
Get the transcript's contents as a string.
- toString() - Method in class chargerlib.undo.UndoRedoList
-
Generally used for debugging
- toXML(Node) - Static method in class chargerlib.General
-
Pretty print the doc as given.
- toXML() - Method in class chargerlib.history.HistoryRecord
-
Create an event tag in XML for this history event.
- toXML(String) - Method in class chargerlib.history.ObjectHistory
-
- tr(String) - Static method in class chargerlib.Tag
-
a table row begin-end tag
- Transcript - Class in chargerlib
-
Gives us the ability to track a user's dialog, even though user interaction
is actually scattered among all of the GUI options.
- Transcript() - Constructor for class chargerlib.Transcript
-
Create a new transcript with empty contents.
- transformer - Static variable in class chargerlib.Tag
-
- type - Variable in class chargerlib.history.HistoryRecord
-
What type event is this -- Charger reserves a few for itself.
- TYPE_LABEL_CHARSET - Static variable in class chargerlib.CharacterSets
-
Allowed characters for a type label.
- TYPE_LABEL_EXCLUDED_CHARS - Static variable in class chargerlib.CharacterSets
-
Characters NOT allowed in a type label.