Uses of Class
edu.memphis.ccrg.lida.framework.gui.panels.GuiPanelImpl

Packages that use GuiPanelImpl
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 GuiPanelImpl in edu.memphis.ccrg.lida.framework.gui.panels
 

Subclasses of GuiPanelImpl in edu.memphis.ccrg.lida.framework.gui.panels
 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 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.