public class PanelManager extends LogicManager
bio| Constructor and Description | 
|---|
| PanelManager(VisBioFrame bio)Constructs a panel manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPanel(ControlPanel cpl,
        int x,
        int y,
        int w,
        int h)Adds a new control panel. | 
| void | addPanel(ControlPanel cpl,
        int x,
        int y,
        int w,
        int h,
        String colString,
        String rowString)Adds a new control panel. | 
| void | doEvent(VisBioEvent evt)Called to notify the logic manager of a VisBio event. | 
| ControlPanel | getPanel(String name)Gets the control panel with the given name. | 
| int | getTasks()Gets the number of tasks required to initialize this logic manager. | 
getVisBio, restoreState, saveStatepublic PanelManager(VisBioFrame bio)
public void addPanel(ControlPanel cpl, int x, int y, int w, int h)
public void addPanel(ControlPanel cpl, int x, int y, int w, int h, String colString, String rowString)
public ControlPanel getPanel(String name)
public void doEvent(VisBioEvent evt)
doEvent in class LogicManagerpublic int getTasks()
getTasks in class LogicManagerCopyright © 2015–2022 SciJava. All rights reserved.