public class ModuleTabPanel.Session extends Object
Within a session, there will be one or more modules, each with their own ModulePanel.
Modifier and Type | Method and Description |
---|---|
void |
addModule(String moduleName,
ModulePanel panel) |
void |
buildModuleDropdownContents() |
void |
disconnectModule(ModulePanel modulePanel) |
Collection<String> |
getActiveModules() |
String |
getDisplayName() |
String |
getSessionKey() |
boolean |
hasActiveModules() |
String |
toString() |
public Session(String sessionKey)
public void addModule(String moduleName, ModulePanel panel)
public void buildModuleDropdownContents()
public void disconnectModule(ModulePanel modulePanel)
public Collection<String> getActiveModules()
public String getDisplayName()
public String getSessionKey()
public boolean hasActiveModules()
Copyright © 2018. All rights reserved.