Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.swing.internal
Class VPDPanelDisplayer  view VPDPanelDisplayer download VPDPanelDisplayer.java

java.lang.Object
  extended byjavatools.swing.internal.VPDPanelDisplayer
All Implemented Interfaces:
javatools.util.RunningRunnable

public class VPDPanelDisplayer
extends java.lang.Object
implements javatools.util.RunningRunnable

Displays a panel.

Version:
0.1.8

Field Summary
private  javatools.swing.IndexablePanel curPanel
           
private  javatools.util.JQueue queue
           
private  java.awt.Container refContainer
           
 
Constructor Summary
VPDPanelDisplayer(java.awt.Container pRefContainer)
          Creates a new instance of VPDPanelDisplayer
 
Method Summary
 void showPanel(javatools.swing.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
 

Field Detail

curPanel

private javatools.swing.IndexablePanel curPanel

refContainer

private java.awt.Container refContainer

queue

private javatools.util.JQueue queue
Constructor Detail

VPDPanelDisplayer

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

Method Detail

showPanel

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


wakeUp

public void wakeUp()
Effectively displays the panel.

Specified by:
wakeUp in interface javatools.util.RunningRunnable