javax.rad.genui
Class AbstractUIFactoryResource<UI>
java.lang.Object
javax.rad.genui.AbstractUIFactoryResource<UI>
- Type Parameters:
UI - the resource type
- Direct Known Subclasses:
- UICellEditor, UIFactoryResource
public abstract class AbstractUIFactoryResource<UI>
- extends Object
The AbstractUIFactoryResource holds the resource per factory. It creates a resource
copy if the resource was initialized as static resource.
|
Method Summary |
UI |
getUIResource()
Gets the UI resource corresponding with this wrapper object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUIFactoryResource
protected AbstractUIFactoryResource(UI pResource)
- Creates a new instance of
AbstractUIFactoryResource.
- Parameters:
pResource - the resource
getUIResource
public final UI getUIResource()
- Gets the UI resource corresponding with this wrapper object.
- Returns:
- the original resource
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.