javatools.swing.internal
Class VPDPanelHider

java.lang.Object
  |
  +--javatools.swing.internal.VPDPanelHider
All Implemented Interfaces:
RunningRunnable

public class VPDPanelHider
extends java.lang.Object
implements RunningRunnable

Hides a collection of JPanels.


Constructor Summary
VPDPanelHider(java.util.Collection pPaneCollection)
          Creates a new instance of VPDPanelHider
 
Method Summary
 void wakeUp()
          Effectively hides all specified panels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VPDPanelHider

public VPDPanelHider(java.util.Collection pPaneCollection)
Creates a new instance of VPDPanelHider

Parameters:
pPaneCollection - The collection that needs to contain only JPanels.
Method Detail

wakeUp

public void wakeUp()
Effectively hides all specified panels.

Specified by:
wakeUp in interface RunningRunnable