Package it.unibo.alchemist.boundary.gui

This package contains the Alchemist simulation GUI implementation.

This package contains the Alchemist simulation GUI implementation.

Types

Link copied to clipboard
abstract class AbstractMenu : JMenu, ActionListener
Link copied to clipboard
class AlchemistSwingUI : JFrame
The main frame for the standard Alchemist GUI.
Link copied to clipboard
enum ColorChannel
Link copied to clipboard
class CommandQueueBuilder<P : Position2D<out P>?>
Builder class that eases the building of a queue of DrawCommands.
Link copied to clipboard
class FileMenu : AbstractMenu
Link copied to clipboard
class NumericTextField : JTextField
Link copied to clipboard
class ReactivityPanel : JTapeGroup, ItemListener
Link copied to clipboard
open class SimControlButton : JButton
Link copied to clipboard
enum SimControlCommand
Link copied to clipboard
class SimControlPanel : JTapeGroup
This class maintains multiple control panels for controlling a simulation, ensuring that they are coherently updated.
Link copied to clipboard
class SingleRunGUI
Utility class for quickly creating non-reusable graphical interfaces.
Link copied to clipboard
open class StatusBar : JLabel