|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.swt.AbstractDecorator<T>
public class AbstractDecorator<T extends org.eclipse.swt.widgets.Control>
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 |
---|
public AbstractDecorator(T control)
control
- the decorated Control
Method Detail |
---|
public T getControl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |