com.jxml.quick.util.qjmlWizard
Class Wizard.WError

java.lang.Object
  |
  +--com.jxml.quick.util.qjmlWizard.Wizard.WError
All Implemented Interfaces:
Runnable
Enclosing class:
Wizard

public class Wizard.WError
extends Object
implements Runnable


Field Summary
 DefaultMutableTreeNode node
           
 
Constructor Summary
Wizard.WError(DefaultMutableTreeNode node, String msg)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

public DefaultMutableTreeNode node
Constructor Detail

Wizard.WError

public Wizard.WError(DefaultMutableTreeNode node,
                     String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

run

public void run()
Specified by:
run in interface Runnable