- raisedBevel - Static variable in class chargerlib.General
-
- reallocateIndexes() - Method in class chargerlib.TableSorter
-
- Rectangle3D - Class in chargerlib
-
Mimics the behavior and structure of a reagular awt rectangle except that it also has a depth.
- Rectangle3D(double, double, double, double, double) - Constructor for class chargerlib.Rectangle3D
-
Create a new 3D rectangle with the given dimensions.
- Rectangle3D(double, double, double, double) - Constructor for class chargerlib.Rectangle3D
-
Create a new 3D rectangle with the given dimensions and depth 1.
- Rectangle3D(Rectangle2D.Double) - Constructor for class chargerlib.Rectangle3D
-
- Rectangle3D() - Constructor for class chargerlib.Rectangle3D
-
- redoAvailable() - Method in class chargerlib.undo.UndoRedoList
-
- redoAvailable() - Method in class chargerlib.undo.UndoStateManager
-
Is there a future state to restore?
- REFERENT_CHARSET - Static variable in class chargerlib.CharacterSets
-
Allowed characters for the referent field.
- refreshWindowMenuList(ManagedWindow) - Static method in class chargerlib.WindowManager
-
Refreshes the windows menu lists for the given window.
- removeSubstring(String, int, int) - Static method in class chargerlib.General
-
- repeatingVector(int, Object) - Static method in class chargerlib.General
-
Creates a vector of a given size where every element has the same value.
- reset() - Method in class chargerlib.FloatStatistics
-
Resets all the statistics associated with the statistics object.
- reset() - Method in class chargerlib.undo.UndoRedoList
-
Initialize the undo/redo sequences, so that there are no past or future
states.
- reset() - Method in class chargerlib.undo.UndoStateManager
-
Empties the undo redo lists.
- resetAndMark() - Method in class chargerlib.undo.UndoStateManager
-
Forget all previous actions and mark the current state for further
possible undo.
- restartTimer(int) - Method in class chargerlib.DisplayTimer
-
Reset the timer to the countdown seconds and start over.
- restoreState(UndoableState) - Method in interface chargerlib.undo.Undoable
-
Restores the object's current state from the given state.