blockudoku
blockudoku
API
blockudoku
commands
commandsImpl
CommandFactoryImpl
CommandInvokerImpl
SelectElementCommand
SetElementCommand
Command
CommandFactory
CommandInvoker
Snapshotable
controllers
mediatorImpl
ControllerMediatorImpl
ElementController
ElementControllerSnapshot
ElementControllerImpl
GridController
GridControllerSnapshot
GridControllerImpl
ScoreController
ScoreControllerSnapshot
ScoreControllerImpl
ControllerMediator
ElementCollector
GridCollector
GridConfig
ScoreCollector
models
Element
Grid
Point
Score
Tile
TileState
saving
diskPersistentStoreImpl
PersistentStoreImpl
saveManagerImpl
SaveManagerImpl
serializerJSONImpl
ModelSerializer
SerializerImpl
serializerXMLImpl
ElementSerializer
GridSerializer
PointSerializer
ScoreSerializer
SerializerImpl
TileSerializer
PersistentStore
SaveManager
Serializer
services
console
ConsoleStyle
ConsoleStyle
ElementFormatter
gridPreviewBuilderImpl
GridPreviewBuilderImpl
ApplicationThread
CancelableTask
Event
GridPreviewBuilder
MathExt
Random
RandomImpl
views
console
composed
ComposedConsoleFormatter
ComposedConsoleFormatter
ConsoleElement
Direction
Frame
HorizontalFrame
RegularConsoleElement
VerticalFrame
input
consoleInputHandlerImpl
ConsoleInputHandlerImpl
ConsoleReader
ConsoleInputHandler
ConsoleElementView
ConsoleGridView
ConsoleHeadlineView
ConsoleView
gui
ColorScheme
GuiAnimation
GuiButton
GuiColorPattern
GuiColorTranslator
GuiElementButton
GuiElementFormatter
GuiElementView
GuiGridView
GuiHeadlineView
GuiLoadStoreView
GuiLoader
GuiSettingView
GuiStartView
GuiUndoRedoView
GuiView
windows
focusManagerImpl
FocusManagerImpl
FocusManagerSnapshot
ConsoleWindow
FocusManager
FocusState
GuiWindow
Window
App
Observable
Observer
main
blockudoku
/
blockudoku
/
blockudoku.saving
/
blockudoku.saving.diskPersistentStoreImpl
/
PersistentStoreImpl
PersistentStoreImpl
blockudoku.saving.diskPersistentStoreImpl.PersistentStoreImpl
class
PersistentStoreImpl
extends
PersistentStore
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
PersistentStore
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
load
(
):
String
Loads the string from the store.
Loads the string from the store.
Attributes
Returns
the stored string.
def
store
(
string
:
String
):
Unit
Stores the string in the store.
Stores the string in the store.
Value parameters
string
value to store.
Attributes
Concrete fields
val
dirPath
:
Path
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields