wt.clients.widgets
Class ClientsIntrospection

java.lang.Object
  extended bywt.clients.widgets.ClientsIntrospection

public class ClientsIntrospection
extends Object

Clients Introspection


Field Summary
private static boolean debug
          Static method to do Introspection.
 
Constructor Summary
ClientsIntrospection()
           
 
Method Summary
static Vector doIntrospection(String cname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private static final boolean debug
Static method to do Introspection. Takes in a String argument does introspection and returns vector with all class names

Constructor Detail

ClientsIntrospection

public ClientsIntrospection()
Method Detail

doIntrospection

public static Vector doIntrospection(String cname)