|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.facade.FacadeFactory
de.intarsys.tools.facade.DelegatingFacadeFactory
public class DelegatingFacadeFactory
Constructor Summary | |
---|---|
DelegatingFacadeFactory()
|
Method Summary | |
---|---|
void |
addFactory(IFacadeFactory factory)
|
protected IFacade |
basicCreate(java.lang.Object nativeObject)
|
IFacade |
createFacade(java.lang.Object nativeObject)
The IFacade associated with object . |
void |
removeFactory(IFacadeFactory factory)
|
Methods inherited from class de.intarsys.tools.facade.FacadeFactory |
---|
get, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingFacadeFactory()
Method Detail |
---|
protected IFacade basicCreate(java.lang.Object nativeObject)
public void addFactory(IFacadeFactory factory)
public void removeFactory(IFacadeFactory factory)
public final IFacade createFacade(java.lang.Object nativeObject)
IFacadeFactory
IFacade
associated with object
.
nativeObject
- The object whose IFacade
is to be created.
IFacade
associated with object
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |