edu.washington.cs.supple.render
Class ConcreteWidget

java.lang.Object
  extended byedu.washington.cs.supple.render.ConcreteWidget
Direct Known Subclasses:
ConcreteAwtWidget, ConcreteSwingWidget, ConcreteWapWidget

public abstract class ConcreteWidget
extends java.lang.Object

Author:
kgajos Super class for wrapping concrete widgets from all widget libraries

Constructor Summary
ConcreteWidget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteWidget

public ConcreteWidget()