Packages

package custom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AlertBuilder extends AnyRef

    A builder that provider useful method to create customizable alerts

  2. class EntityDescriptionBox extends HBox

    View holding a entity image and its description in the game

  3. class StyledButton extends Button

    Button with the application style

  4. 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

  5. class TitledDoubleField extends TitledNode[TextField]

    TextField with a Title which controls the user inputs, checking that the text inserted is a Double

  6. class TitledIntegerField extends TitledNode[TextField]

    TextField with a Title which controls the user inputs, checking that the text inserted is an Integer

  7. 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

  8. class TitledTextField extends TitledNode[TextField]

    A TextField with a Text

Value Members

  1. object AlertFactory

    A factory providing useful method concerning alert implementation

Ungrouped