projectviewer.importer
Class Importer.ShowNode

java.lang.Object
  extended byprojectviewer.importer.Importer.ShowNode
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Importer

protected class Importer.ShowNode
extends java.lang.Object
implements java.lang.Runnable

Makes sure a node is visible.


Constructor Summary
Importer.ShowNode(VPTNode toShow)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Importer.ShowNode

public Importer.ShowNode(VPTNode toShow)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable