FocusManagerImpl
blockudoku.windows.focusManagerImpl.FocusManagerImpl
class FocusManagerImpl extends FocusManager, Snapshotable[FocusManagerSnapshot]
Attributes
- Graph
-
- Supertypes
-
trait FocusManagertrait Snapshotable[FocusManagerSnapshot]trait Observableclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Creates a snapshot of the current state.
Creates a snapshot of the current state.
Attributes
Reverts the state to the most recent snapshot.
Reverts the state to the most recent snapshot.
Attributes
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 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