package custom
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AlertBuilder extends AnyRef
A builder that provider useful method to create customizable alerts
-
class
EntityDescriptionBox extends HBox
View holding a entity image and its description in the game
-
class
StyledButton extends Button
Button with the application style
-
class
TitledComboBox[A] extends TitledNode[ComboBox[A]]
A box consisting in a generic combo box and a title
A box consisting in a generic combo box and a title
- A
the items type
-
class
TitledDoubleField extends TitledNode[TextField]
TextField with a Title which controls the user inputs, checking that the text inserted is a Double
-
class
TitledIntegerField extends TitledNode[TextField]
TextField with a Title which controls the user inputs, checking that the text inserted is an Integer
-
abstract
class
TitledNode[N <: Node] extends AnyRef
Abstract node which holds a Text and a generic node subclass in a Pane
Abstract node which holds a Text and a generic node subclass in a Pane
- N
the node type
-
class
TitledTextField extends TitledNode[TextField]
A TextField with a Text
Value Members
-
object
AlertFactory
A factory providing useful method concerning alert implementation