package editor
Type Members
-
abstract
class
AbstractSpawnerCellEntityCreator extends CellEntityCreator
Abstract Creator for Spawner entities
-
abstract
class
BaseEditorCreator[A] extends VBox with EditorCreator[A]
Abstract basic EditorCreator which provide styling and utility methods
Abstract basic EditorCreator which provide styling and utility methods
- A
the type of the element provided
-
class
CellEntityCreator extends BaseEditorCreator[CellEntity] with EditorCellBuilderConfigurator
A panel showing input nodes which is also capable of providing the requested CellEntity
-
class
CircleLevelCreator extends BaseEditorCreator[Circle]
A panel showing input nodes which is also capable of providing the requested circular level
-
trait
EditorCellBuilderConfigurator extends AnyRef
Basic CellBuilder configurator, used by the various cell editors
-
trait
EditorCreator[A] extends AnyRef
A trait modelling a component which can provide an element of the requested type
A trait modelling a component which can provide an element of the requested type
- A
the type of the element provided
-
class
EditorEntityTypeContainer extends AnyRef
This class holds those variables and view components responsible to let the user choose and create the entity type in the EditorScene
-
trait
EditorEntityTypeContainerListener extends AnyRef
Trait used to notify EditorEntityTypeContainer events
-
class
EditorLevelNode extends AnimatedAbstractLevelNode
Level node representing a custom level created by the user
-
trait
EditorLevelNodeListener extends LevelNodeListener
Trait which gets notified when a LevelNode event occurs
-
class
EditorLevelTypeContainer extends AnyRef
This class holds those variables and view components responsible to let the user choose the level type in the EditorScene
-
trait
EditorLevelTypeContainerListener extends AnyRef
Trait used to notify EditorLevelTypeContainer events
-
class
GravityCellEntityCreator extends CellEntityCreator
A panel showing input nodes which is also capable of providing the requested GravityCellEntity
-
class
PlayerCellEntityCreator extends AbstractSpawnerCellEntityCreator
A panel showing input nodes which is also capable of providing the requested PlayerCellEntity
-
class
RectangleLevelCreator extends BaseEditorCreator[Rectangle]
A panel showing input nodes which is also capable of providing the requested rectangular level
-
class
SentientCellEntityCreator extends AbstractSpawnerCellEntityCreator
A panel showing input nodes which is also capable of providing the requested SentientCellEntity