projectviewer.importer
Class Importer.NodeStructureChange

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

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


Constructor Summary
Importer.NodeStructureChange(VPTNode node, java.lang.String state)
          Calls "nodeStructureChanged" for the given node.
 
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.NodeStructureChange

public Importer.NodeStructureChange(VPTNode node,
                                    java.lang.String state)
Calls "nodeStructureChanged" for the given node. If "state" is not null, also sets the tree state.

Method Detail

run

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