|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IComponentHandler | |
---|---|
org.jacp.api.component | |
org.jacp.api.coordinator | |
org.jacp.api.perspective |
Uses of IComponentHandler in org.jacp.api.component |
---|
Methods in org.jacp.api.component that return IComponentHandler | |
---|---|
IComponentHandler<T,A> |
IRootComponent.getComponentHandler()
Returns component handler to handle initialization and reassignment of subcomponents. |
Uses of IComponentHandler in org.jacp.api.coordinator |
---|
Methods in org.jacp.api.coordinator that return IComponentHandler | ||
---|---|---|
|
ICoordinator.getComponentHandler()
Returns the associated componentHandler. |
Methods in org.jacp.api.coordinator with parameters of type IComponentHandler | ||
---|---|---|
|
IDelegator.setComponentHandler(IComponentHandler<P,IAction<A,M>> handler)
Set the associated component handler. |
|
|
ICoordinator.setComponentHandler(IComponentHandler<P,IAction<A,M>> handler)
set associated componentHandler |
Uses of IComponentHandler in org.jacp.api.perspective |
---|
Methods in org.jacp.api.perspective with parameters of type IComponentHandler | |
---|---|
void |
IPerspective.postInit(IComponentHandler<ISubComponent<L,A,M>,IAction<A,M>> componentHandler)
post init method to set correct component handler and to initialize components depending on objects created in startUp sequence |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |