edu.washington.cs.supple.wlib.awt
Class ConcreteAwtWidget

java.lang.Object
  extended byedu.washington.cs.supple.render.ConcreteWidget
      extended byedu.washington.cs.supple.wlib.awt.ConcreteAwtWidget

public class ConcreteAwtWidget
extends ConcreteWidget

Author:
kgajos

Field Summary
protected  java.awt.Component component
           
 
Constructor Summary
ConcreteAwtWidget(java.awt.Component component)
           
 
Method Summary
 java.awt.Component getAwtComponent()
          Returns the actual awt component encapsulated by this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

protected java.awt.Component component
Constructor Detail

ConcreteAwtWidget

public ConcreteAwtWidget(java.awt.Component component)
Method Detail

getAwtComponent

public java.awt.Component getAwtComponent()
Returns the actual awt component encapsulated by this method

Returns: