medi.swing.dispatch
Class ContainerPaneDispatcher

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--javatools.swing.VariablePaneDispatcher
              |
              +--medi.swing.dispatch.ContainerPaneDispatcher
All Implemented Interfaces:
java.lang.Runnable

public class ContainerPaneDispatcher
extends VariablePaneDispatcher

The event dispatcher for the Container tree.


Field Summary
 
Fields inherited from class javatools.swing.VariablePaneDispatcher
initialized, obj, panelName, previousObj, refContainer, stoppedExternally, type2message, type2panel
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ContainerPaneDispatcher()
          Creates a new instance of ContainerPaneDispatcher
 
Method Summary
protected  void initialize()
          Initializes the dispatcher.
 void setProvider(Provider pPrv)
          Sets the provider to use.
 void setSubPanelDispatcher(SubPanelDispatcher pSpdisp)
          Sets the subpanel dispatcher to use.
 void setVolumeMounter(VolumeMounter pVmount)
          Sets the volume mounter to use.
 
Methods inherited from class javatools.swing.VariablePaneDispatcher
doDispatch, run, setContainer, setObject, setStatusLabelSync, start, stopAll
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerPaneDispatcher

public ContainerPaneDispatcher()
Creates a new instance of ContainerPaneDispatcher

Method Detail

initialize

protected void initialize()
Initializes the dispatcher.

Specified by:
initialize in class VariablePaneDispatcher

setProvider

public void setProvider(Provider pPrv)
Sets the provider to use.

Parameters:
pPrv - The provider to use.

setVolumeMounter

public void setVolumeMounter(VolumeMounter pVmount)
Sets the volume mounter to use.

Parameters:
pVmount - The volume mounter to use.

setSubPanelDispatcher

public void setSubPanelDispatcher(SubPanelDispatcher pSpdisp)
Sets the subpanel dispatcher to use.

Parameters:
pSpdisp - The subpanel dispatcher