- General - Class in chargerlib
-
Some generally useful utilities
- General() - Constructor for class chargerlib.General
-
- GenericHistoryRecordType - Static variable in class chargerlib.history.HistoryRecord
-
- GenericHTMLFrame - Class in chargerlib
-
- GenericHTMLFrame(JFrame) - Constructor for class chargerlib.GenericHTMLFrame
-
- GenericHTMLFrame(JFrame, String, String, String, File) - Constructor for class chargerlib.GenericHTMLFrame
-
- GenericTextFrame - Class in chargerlib
-
A general utility class to handle simple text editing and saving.
- GenericTextFrame(JFrame) - Constructor for class chargerlib.GenericTextFrame
-
Creates new form GenericTextFrame
- GenericTextFrame(JFrame, String, String, String, File) - Constructor for class chargerlib.GenericTextFrame
-
Creates a new TextDisplayFrame with no text in it; use setText to fill
it.
- get2ndScreenOrigin() - Static method in class chargerlib.General
-
Determine whether there's another screen, and if so, get the x,y of its bounds.
- get_line_intersection(Line2D.Double, Line2D.Double) - Static method in class chargerlib.General
-
Figure out the point where the two lines intersect.
- get_rectangle_line_intersection(Rectangle2D.Double, Line2D.Double) - Static method in class chargerlib.General
-
- getAverage() - Method in class chargerlib.FloatStatistics
-
Get the average of the series so far.
- getColumnClass(int) - Method in class chargerlib.TableMap
-
- getColumnCount() - Method in class chargerlib.TableMap
-
- getColumnName(int) - Method in class chargerlib.TableMap
-
- getColumns() - Method in class chargerlib.WrappedText
-
- getDepth() - Method in class chargerlib.Rectangle3D
-
- getDescription() - Method in class chargerlib.history.HistoryRecord
-
Get an explanatory note for this event.
- getDomElement() - Method in class chargerlib.history.CustomHistoryRecord
-
- getEpoch() - Static method in class chargerlib.CDateTime
-
Get the date time object that corresponds to the beginning of the epoch.
- getEventsByClass(Class) - Method in class chargerlib.history.ObjectHistory
-
Finds all events of the given type
- getEventsByType(String) - Method in class chargerlib.history.ObjectHistory
-
Finds all events of the given type
- getFile() - Method in class chargerlib.history.FileHistoryRecord
-
- getFileExtension(String) - Static method in class chargerlib.General
-
Identifies the extension part of a filename string.
- getFileFromClassPath(String, String) - Static method in class chargerlib.General
-
Returns the contents of a file after first deciding whether to load from
a jar file or from a directory and class hierarchy.
- getFilename() - Method in class chargerlib.GenericTextFrame
-
If there's a file associated with the window, return its name; null
otherwise.
- getFilename() - Method in interface chargerlib.ManagedWindow
-
If there's a file associated with the window, return its name; null
otherwise.
- getFont() - Method in class chargerlib.WrappedText
-
- getFontString(Font) - Static method in class chargerlib.FontChooser
-
Produce a human-readable description of the font name, style and size
- getHeight() - Method in class chargerlib.Rectangle3D
-
- getHistoryEvents() - Method in class chargerlib.history.ObjectHistory
-
Returns the list of history events for this history.
- getIconFromClassPath(String) - Static method in class chargerlib.General
-
Returns the icon image after first deciding whether to load from a jar
file or from a directory and class hierarchy.
- getId() - Method in class chargerlib.history.DerivedHistoryRecord
-
- getID() - Method in class chargerlib.history.ObjectHistoryRecord
-
- getLastEvent() - Method in class chargerlib.history.ObjectHistory
-
Get the last event in the list (which should be the most recent).
- getLegend() - Method in class chargerlib.QuantityBar
-
- getLines() - Method in class chargerlib.WrappedText
-
- getMax() - Method in class chargerlib.QuantityBar
-
- getMenuItemLabel() - Method in class chargerlib.GenericTextFrame
-
Tells a window manager what label to put on the menu to select this
window
- getMenuItemLabel() - Method in interface chargerlib.ManagedWindow
-
Tells a window manager what label to put on the menu to select this
window.
- getMin() - Method in class chargerlib.QuantityBar
-
- getModel() - Method in class chargerlib.TableMap
-
- getNewestEventByType(String) - Method in class chargerlib.history.ObjectHistory
-
Finds the most recent (last) history event of the given type.
- getNumLines() - Method in class chargerlib.WrappedText
-
Get the number of lines needed to render the wrapped text.
- getObject() - Method in class chargerlib.history.HistoryRecord
-
- getObject() - Method in class chargerlib.history.ObjectHistoryRecord
-
- getOldestEventByType(String) - Method in class chargerlib.history.ObjectHistory
-
Finds the oldest (first) history event of the given type.
- getPathname(String) - Static method in class chargerlib.General
-
Extracts the prepended pathname part of a supposed file name string
- getRectangle2D() - Method in class chargerlib.Rectangle3D
-
- getResource(String) - Method in class chargerlib.JarResources
-
Extracts a jar resource as a blob.
- getRowCount() - Method in class chargerlib.TableMap
-
- getScreenBounds(boolean) - Static method in class chargerlib.General
-
Find the bounds of one of the available screens.
- getSimpleFilename(String) - Static method in class chargerlib.General
-
Extracts the suffixed filename part of a supposed file name string, incl
extensions.
- getSize(Graphics2D) - Method in class chargerlib.WrappedText
-
Find the size of the box in which the entire wrapped text fits.
- getSize(FontMetrics) - Method in class chargerlib.WrappedText
-
Find the size of the box in which the entire wrapped text fits.
- getStdDeviation() - Method in class chargerlib.FloatStatistics
-
Get the standard deviation of the series so far.
- getTheFont() - Method in class chargerlib.FontChooser
-
Get the font chosen by the user.
- getTheText() - Method in class chargerlib.GenericTextFrame
-
- getTime() - Method in class chargerlib.CDateTime
-
Fills the same role as the old Date.time() method, returning the number of milliseconds since the epoch.
- getTimestamp() - Method in class chargerlib.history.HistoryRecord
-
Get the date/time that this event occurred.
- getType() - Method in class chargerlib.history.HistoryRecord
-
The string identifier for the type of this history event.
- getUser() - Method in class chargerlib.history.UserHistoryRecord
-
- getValue() - Method in class chargerlib.QuantityBar
-
- getValueAt(int, int) - Method in class chargerlib.TableMap
-
- getValueAt(int, int) - Method in class chargerlib.TableSorter
-
- getWarningSeconds() - Method in class chargerlib.DisplayTimer
-
- getWidth() - Method in class chargerlib.Rectangle3D
-
- getWindowFromFile(File) - Static method in class chargerlib.WindowManager
-
- getWindowFromFile(File, Class) - Static method in class chargerlib.WindowManager
-
Find the window that corresponds to a particular file.
- getWindowFromMenuItem(JMenuItem) - Static method in class chargerlib.WindowManager
-
- getWindowMenu() - Method in class chargerlib.GenericTextFrame
-
- getWindowMenu() - Method in interface chargerlib.ManagedWindow
-
The window menu to be populated by the window manager.
- getX() - Method in class chargerlib.Rectangle3D
-
- getXmlText(Element, String) - Static method in class chargerlib.General
-
Find the value of the text bracketed inside the given tagname.
- getY() - Method in class chargerlib.Rectangle3D
-
- getZonedDateTimeValue() - Method in class chargerlib.CDateTime
-
Get this date/time value in zoned date time form.