- warning(String) - Static method in class chargerlib.General
-
Displays a warning message on System.out
- warningSeconds - Variable in class chargerlib.DisplayTimer
-
- we - Variable in class chargerlib.QuantityBar
-
- width - Variable in class chargerlib.Rectangle3D
-
- windowActionPerformed(ActionEvent) - Static method in class chargerlib.WindowManager
-
Handles the window menu selections for the EditFrame, HubFrame, Craft and
CraftWindow classes.
- windowList - Static variable in class chargerlib.WindowManager
-
The global list of all managed windows, independent of any menus
- WindowManager - Class in chargerlib
-
Manages multiple windows, where windows may be added and removed dynamically.
- WindowManager() - Constructor for class chargerlib.WindowManager
-
- windowMenu - Variable in class chargerlib.GenericTextFrame
-
- windowMenuLabelLookup - Static variable in class chargerlib.WindowManager
-
Each window has a particular string that appears in the menu label.
- WrappedText - Class in chargerlib
-
Represents a text string processed for word wrapping.
- WrappedText(String) - Constructor for class chargerlib.WrappedText
-
Create a string to be wrapped, but turns off the wrapping function.
- WrappedText(String, int) - Constructor for class chargerlib.WrappedText
-
Create a string to be wrapped at no wider than a certain number of characters.
- writeToFile(File, String, boolean) - Static method in class chargerlib.General
-
A generic file writer, usable by any Charger class