javatools.swing.internal
Class VPDPanelDisplayer

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

public class VPDPanelDisplayer
extends java.lang.Object
implements RunningRunnable

Displays a panel.


Constructor Summary
VPDPanelDisplayer(java.awt.Container pRefContainer)
          Creates a new instance of VPDPanelDisplayer
 
Method Summary
 void showPanel(IndexablePanel panel)
          Shows the panel in a thread-safe way.
 void wakeUp()
          Effectively displays the panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VPDPanelDisplayer

public VPDPanelDisplayer(java.awt.Container pRefContainer)
Creates a new instance of VPDPanelDisplayer

Parameters:
pRefContainer - The container that contains the panel to be displayed.
Method Detail

showPanel

public void showPanel(IndexablePanel panel)
Shows the panel in a thread-safe way.

Parameters:
panel - The panel to be displayed.

wakeUp

public void wakeUp()
Effectively displays the panel.

Specified by:
wakeUp in interface RunningRunnable