Class AgentLogArea

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class AgentLogArea extends TextArea
This class provides a text area for displaying the log of an agent. The log is displayed in the same format as in the agent's log file.
  • Constructor Details

    • AgentLogArea

      public AgentLogArea(Agent agent)
      Constructs a text area for displaying the log of the specified
      Parameters:
      agent - the agent whose log is displayed in this text area
  • Method Details

    • getHandler

      public Handler getHandler()
      Gets the handler that writes log records to this text area.
      Returns:
      the handler for this text area