FocusManager
blockudoku.windows.FocusManager
trait FocusManager extends Observable, Snapshotable[_]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class FocusManagerImpl
Members list
Value members
Inherited methods
Adds an observer to the list of observers.
Adds an observer to the list of observers.
Value parameters
- observer
-
The observer to add.
Attributes
- Inherited from:
- Observable
Invokes the update method of all observers.
Inherited and Abstract methods
Creates a snapshot of the current state.
Reverts the state to the most recent snapshot.
Inherited fields
Recorded snapshots with the most recent snapshot at the top.
Recorded snapshots with the most recent snapshot at the top.
Attributes
- Inherited from:
- Snapshotable
In this article