- ulist - Static variable in class chargerlib.Tag
-
The <ul> tag with a regular ASCII newline
- Undoable - Interface in chargerlib.undo
-
Represents an object's capability to have its changes undone/redone.
- UndoableState - Class in chargerlib.undo
-
An empty superclass as a placeholder for the
other classes in this package to use in applying steps
to undo/redo, etc.
- UndoableState() - Constructor for class chargerlib.undo.UndoableState
-
- undoAvailable() - Method in class chargerlib.undo.UndoRedoList
-
- undoAvailable() - Method in class chargerlib.undo.UndoStateManager
-
Is there any previous state to restore?
- UndoRedoList<T> - Class in chargerlib.undo
-
Implements the undo and redo logic.
- UndoRedoList() - Constructor for class chargerlib.undo.UndoRedoList
-
Create an empty undo/redo structure
- UndoRedoList(int) - Constructor for class chargerlib.undo.UndoRedoList
-
Allows user to decide how many undo steps are saved.
- UndoStateManager - Class in chargerlib.undo
-
Manages the saving and restoring of states.
- UndoStateManager(Undoable, int) - Constructor for class chargerlib.undo.UndoStateManager
-
Instantiates the manager, with an undo/redo maximum level.
- urStack - Variable in class chargerlib.undo.UndoStateManager
-
Supports the undo/redo operations.
- user - Variable in class chargerlib.history.UserHistoryRecord
-
- user - Variable in class chargerlib.Transcript
-
- UserHistoryRecord - Class in chargerlib.history
-
Represents the adding of a graph object by a user interactively.
- UserHistoryRecord() - Constructor for class chargerlib.history.UserHistoryRecord
-
- UserHistoryRecord(Object, String) - Constructor for class chargerlib.history.UserHistoryRecord
-