Class HelplinePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class HelplinePanel extends JPanel
Helpline gui that allows searching for person info and adding new info.
See Also:
  • Field Details

    • agent

      protected jadex.core.IExternalAccess agent
      The external access of the agent.
  • Constructor Details

    • HelplinePanel

      public HelplinePanel(jadex.core.IExternalAccess agent)
      Create a new gui.
  • Method Details

    • refreshServicesCombo

      protected void refreshServicesCombo(JComboBox selcb, boolean remote)
      Refresh the service combo box.
    • getInformation

      public jadex.future.IIntermediateFuture<InformationEntry> getInformation(String name, boolean remote)
      Get all information about a person.
      Parameters:
      name - The person's name.
      Returns:
      Future that contains the information.
    • createHelplineGui

      public static void createHelplineGui(jadex.core.IExternalAccess agent)
      Create a customer gui frame.