org.beanfabrics.swt
Class AbstractDecorator<T extends org.eclipse.swt.widgets.Control>

java.lang.Object
  extended by org.beanfabrics.swt.AbstractDecorator<T>
Direct Known Subclasses:
BnButtonDecorator, BnComboDecorator, BnLabelDecorator, BnPushButtonDecorator, BnSpinnerDecorator, BnTableDecorator, BnTextDecorator

public class AbstractDecorator<T extends org.eclipse.swt.widgets.Control>
extends java.lang.Object

Abstract superclass of all SWT decorators.


Constructor Summary
AbstractDecorator(T control)
          Creates a new instance of this class.
 
Method Summary
 T getControl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDecorator

public AbstractDecorator(T control)
Creates a new instance of this class.

Parameters:
control - the decorated Control
Method Detail

getControl

public T getControl()