Class GuiPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GuiPanel extends JPanel
The gui allows to add and delete buy or sell orders and shows open and finished orders.
See Also:
  • Constructor Details

    • GuiPanel

      public GuiPanel(jadex.core.IExternalAccess agent)
      Shows the gui, and updates it when beliefs change.
  • Method Details

    • refresh

      public void refresh()
      Method to be called when goals may have changed.
    • refreshDetails

      public void refreshDetails()
      Refresh the details panel.
    • getFrame

      public Frame getFrame()
      Get the frame.
    • isBuyer

      public static boolean isBuyer(jadex.core.IExternalAccess agent)
      Test if agent is a buyer.