edu.washington.cs.supple.wlib.java2
Class ConcreteSwingWidget

java.lang.Object
  extended byedu.washington.cs.supple.render.ConcreteWidget
      extended byedu.washington.cs.supple.wlib.java2.ConcreteSwingWidget

public class ConcreteSwingWidget
extends ConcreteWidget

Author:
kgajos

Field Summary
protected  javax.swing.JComponent component
           
 
Constructor Summary
ConcreteSwingWidget(javax.swing.JComponent component)
           
 
Method Summary
 javax.swing.JComponent getSwingComponent()
          Returns the actual swing 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 javax.swing.JComponent component
Constructor Detail

ConcreteSwingWidget

public ConcreteSwingWidget(javax.swing.JComponent component)
Method Detail

getSwingComponent

public javax.swing.JComponent getSwingComponent()
Returns the actual swing component encapsulated by this method

Returns: