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
-
ClassDescriptionDefines 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 JavaFXBorderPane
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 aSlider
.Annotation to specify which fields, among those annotated withUIProperty
, should be displayed as sliders when usingPropertySheetFactory
methods to create aPropertySheet
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 agentsAnnotation to mark a field as a parameter in GUI built using predefined JavaFX agents GUI such asDefaultAgentGUI
.