class Controller extends Observable with ControllerInterface
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Controller
- ControllerInterface
- Originator
- Observable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Controller()
- Annotations
- @Inject()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(s: Observer): Unit
- Definition Classes
- Observable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val caretaker: Caretaker
- Definition Classes
- Controller → ControllerInterface
- def caretakerIsCalled(): Boolean
- Definition Classes
- Controller → ControllerInterface
- def changePlayer(): Unit
- Definition Classes
- Controller → ControllerInterface
- def checkStatus(): Unit
- Definition Classes
- Controller → ControllerInterface
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def controlInput(line: String): Boolean
- Definition Classes
- Controller → ControllerInterface
- def convertPawn(figureType: String): Unit
- Definition Classes
- Controller → ControllerInterface
- def createGameField(): Unit
- Definition Classes
- Controller → ControllerInterface
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fileIo: FileIOInterface
- var gameField: GameFieldInterface
- Definition Classes
- Controller → ControllerInterface
- def gameFieldToString: String
- Definition Classes
- Controller → ControllerInterface
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getGameField: Vector[Figure]
- Definition Classes
- Controller → ControllerInterface
- def getGameStatus(): Int
- Definition Classes
- Controller → ControllerInterface
- def getPlayer(): Color
- Definition Classes
- Controller → ControllerInterface
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var injector: Injector
- def isChecked(): Boolean
- Definition Classes
- Controller → ControllerInterface
- def isCheckmate(): Boolean
- Definition Classes
- Controller → ControllerInterface
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadGame(): Unit
- Definition Classes
- Controller → ControllerInterface
- def moveIsValid(newPos: Vector[Int]): Boolean
- Definition Classes
- Controller → ControllerInterface
- def movePiece(newPos: Vector[Int]): Unit
- Definition Classes
- Controller → ControllerInterface
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def notifyObservers: Unit
- Definition Classes
- Observable
- def redo(): Unit
- Definition Classes
- Controller → ControllerInterface
- def remove(s: Observer): Unit
- Definition Classes
- Observable
- def restore(): Unit
- Definition Classes
- Controller → ControllerInterface → Originator
- def save(): Unit
- Definition Classes
- Controller → ControllerInterface → Originator
- def saveGame(): Unit
- Definition Classes
- Controller → ControllerInterface
- def setPlayer(color: Color): Color
- Definition Classes
- Controller → ControllerInterface
- var subscribers: Vector[Observer]
- Definition Classes
- Observable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def undo(): Unit
- Definition Classes
- Controller → ControllerInterface
- val undoManager: UndoManager
- Definition Classes
- Controller → ControllerInterface
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated