Uses of Class
madkit.action.BooleanAction
Packages that use BooleanAction
Package
Description
Contains enumerations useful for (1) interacting with
agents and (2) building customized GUI.
Contains classes for Agent GUI authoring in MaDKit.
Provides classes that are fundamental to the design of MaDKit applications.
-
Uses of BooleanAction in madkit.action
Fields in madkit.action declared as BooleanActionModifier and TypeFieldDescriptionstatic final BooleanAction
GlobalAction.DEBUG
An action that enable or disable the debugging mode. -
Uses of BooleanAction in madkit.gui
Methods in madkit.gui with parameters of type BooleanActionModifier and TypeMethodDescriptionstatic AbstractButton
SwingUtil.addBooleanActionTo
(Container menuOrToolBar, BooleanAction action) Creates aJCheckBoxMenuItem
for a menu orJToggleButton
for a tool bar -
Uses of BooleanAction in madkit.kernel
Methods in madkit.kernel that return BooleanAction