|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameworkGuiController | |
---|---|
edu.memphis.ccrg.lida.framework.gui | Contains classes related to the framework's GUI and GUI controller. |
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 FrameworkGuiController in edu.memphis.ccrg.lida.framework.gui |
---|
Classes in edu.memphis.ccrg.lida.framework.gui that implement FrameworkGuiController | |
---|---|
class |
FrameworkGuiControllerImpl
Default Implementation of FrameworkGuiController |
Constructors in edu.memphis.ccrg.lida.framework.gui with parameters of type FrameworkGuiController | |
---|---|
FrameworkGui(Agent agent,
FrameworkGuiController controller,
java.util.Properties panelProperties)
Constructs a new FrameworkGui using the Agent object as the model and
FrameworkGuiController as the controller. |
Uses of FrameworkGuiController in edu.memphis.ccrg.lida.framework.gui.panels |
---|
Fields in edu.memphis.ccrg.lida.framework.gui.panels declared as FrameworkGuiController | |
---|---|
protected FrameworkGuiController |
GuiPanelImpl.controller
the FrameworkGuiController |
Methods in edu.memphis.ccrg.lida.framework.gui.panels with parameters of type FrameworkGuiController | |
---|---|
void |
GuiPanelImpl.registerGuiController(FrameworkGuiController lgc)
|
void |
GuiPanel.registerGuiController(FrameworkGuiController lgc)
Registers the FrameworkGuiController as the controller. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |