ucb.gui
Class Widget

java.lang.Object
  extended by ucb.gui.Widget
Direct Known Subclasses:
Pad

public abstract class Widget
extends Object

The parent class of all additional things that may be added to a TopLevel.


Field Summary
protected  JComponent me
           
 
Constructor Summary
protected Widget()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

me

protected JComponent me
Constructor Detail

Widget

protected Widget()