Package madkit.gui


package madkit.gui
This package contains classes and interfaces related to the graphical user interface (GUI) default components of MaDKit.
Since:
MaDKit 5.0.0
  • Class
    Description
    Defines an action for JavaFX.
    This class provides a text area for displaying the log of an agent.
    A JavaFX VBox that contains a default menu bar for an agent.
    This class provides a default GUI for an agent using JavaFX.
    Class representing a check action in the JavaFX GUI.
    Provides a wrapper around the JavaFX Platform class with additional functionality for managing calls to the JavaFX Platform.
    The `FXOutputPane` class extends the JavaFX BorderPane class to provide a panel that displays an agent's logging activity.
    Utility class to create menus with default actions for a given agent.
    This class is used to create a property sheet from an object's fields.
    A property editor for editing double values using a Slider.
    Annotation to specify which fields, among those annotated with UIProperty, should be displayed as sliders when using PropertySheetFactory methods to create a PropertySheet Sliders from JavaFX only work with double values, so the annotated field must be of type double.
    This class provides utility methods to create tool bars for agents
    Annotation to mark a field as a parameter in GUI built using predefined JavaFX agents GUI such as DefaultAgentGUI.