ch.tatool.core.display.swing.status
Class StatusRegionConfigurator
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.executable.NonBlockingAWTExecutable
ch.tatool.core.display.swing.status.StatusRegionConfigurator
- All Implemented Interfaces:
- PropertyHolder, Executable, Node
- Direct Known Subclasses:
- DefaultModuleStatusRegionConfigurator
public class StatusRegionConfigurator
- extends NonBlockingAWTExecutable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusRegionConfigurator
public StatusRegionConfigurator()
setStatusPanels
public void setStatusPanels(Map<String,StatusPanel> statusPanels)
- Set a map of info panels to add to the statusregion.
Use a LinkedHashMap to make sure the order of the statuspanel as inserted into the map is retained
- Parameters:
statusPanels -
executeAWT
protected String executeAWT()
- Description copied from class:
NonBlockingAWTExecutable
- Subclasses implement this method to execute some code.
It is guaranteed that the caller thread is the AWT thread.
- Specified by:
executeAWT in class NonBlockingAWTExecutable
Copyright © 2012. All Rights Reserved.