Class AgentLogLevelMenu

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants

public class AgentLogLevelMenu extends JMenu
An out of the box menu for manipulating the log level of an agent.
Since:
MaDKit 5.0.0.7
Version:
0.91
Author:
Fabien Michel
See Also:
  • Constructor Details

    • AgentLogLevelMenu

      public AgentLogLevelMenu(AbstractAgent agent)
      Builds a menu containing all the log levels which could be set on an agent.
  • Method Details

    • update

      public static void update(AbstractAgent agent)
      Update the menu of this agent
      Parameters:
      agent -
    • remove

      public static void remove(AbstractAgent abstractAgent)