Interface Configuration


  • public interface Configuration
    Configured configuration.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getConfigurationNode

        javafx.scene.Node getConfigurationNode()
        Obtains the Node containing the configuration.
        Returns:
        Node containing the configuration.
      • getTitle

        java.lang.String getTitle()
        Obtains the title.
        Returns:
        Title.
      • dirtyProperty

        javafx.beans.property.Property<java.lang.Boolean> dirtyProperty()
        Indicates if configuration has been changed.
        Returns:
        Property to indicate if the configuration has been changed.
      • validProperty

        javafx.beans.property.Property<java.lang.Boolean> validProperty()
        Indicates if the configuration is valid.
        Returns:
        ReadOnlyProperty to indicate if the configuration is valid.
      • getActioner

        Actioner getActioner()

        Obtains the Actioner for the configuration

        Should this be invoked, it is assumed the Actioner will be triggered externally to the configuration.

        Returns:
        Actioner for the configuration.