Uses of Interface
edu.memphis.ccrg.lida.framework.gui.panels.GuiPanel

Packages that use GuiPanel
edu.memphis.ccrg.lida.framework.gui.panels Contains classes related to GuiPanels which can be added to the framework's GUI to display particular information. 
 

Uses of GuiPanel in edu.memphis.ccrg.lida.framework.gui.panels
 

Classes in edu.memphis.ccrg.lida.framework.gui.panels that implement GuiPanel
 class ActionSelectionPanel
          A GuiPanel which displays the current Behavior elements in the ActionSelection module.
 class ActivationChartPanel
          A GuiPanel which displays a Learnable element's activation over time (in ticks).
 class AddEditPanel
          Allows users to add and edit GuiPanels from the main FrameworkGui
 class ConfigurationFilesPanel
          A GuiPanel displaying the configuration files being used.
 class ControlToolBarPanel
          Implements the tool bar of the FrameworkGui.
 class FrameworkTaskPanel
          A GuiPanel which displays the FrameworkTasks which are controlled by the TaskSpawner associated with a particular FrameworkModule.
 class GlobalWorkspaceTablePanel
          This is a Panel which shows all current coalitions in Global Workspace and also the most recent broadcast.
 class GuiPanelImpl
          Abstract implementation of GuiPanel Panels that extend this class inherit the 'initPanel()' method.
 class LoggingPanel
          A GuiPanel to display the logs of the system.
 class NodeStructurePanel
          A GuiPanel which creates a graphical view of a NodeStructure.
 class NodeStructureTable
          A GuiPanel which displays the attributes of a NodeStructure in a table.
 class ProceduralMemoryPanel
          A GuiPanel to display the Scheme elements of ProceduralMemory
 class TaskQueuePanel
          A GuiPanel which displays the current queue of tasks scheduled for execution in TaskManager.