uic.widgets
Class UICWhatsThis

java.lang.Object
  extended byuic.widgets.UICWhatsThis

public class UICWhatsThis
extends Object

This class has a couple of static method that enable you to show whatIs information on screen.


Nested Class Summary
protected static class UICWhatsThis.Entry
           
 
Constructor Summary
UICWhatsThis()
           
 
Method Summary
static void add(Component widget, String helpText)
           
static String getText(Component widget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICWhatsThis

public UICWhatsThis()
Method Detail

add

public static void add(Component widget,
                       String helpText)

getText

public static String getText(Component widget)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence