|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IComponent | |
---|---|
org.jacp.api.component | |
org.jacp.api.coordinator | |
org.jacp.api.perspective |
Uses of IComponent in org.jacp.api.component |
---|
Subinterfaces of IComponent in org.jacp.api.component | |
---|---|
interface |
ICallbackComponent<L,A,M>
This interface defines methods for background/callback non UI components. |
interface |
IMapReudce<L,A,M>
Defines the interface for a map/reduce instance. |
interface |
IStateLessCallabackComponent<L,A,M>
Represents a state less background/callback component. |
interface |
ISubComponent<L,A,M>
Defines a subcomponent handled by a root component. |
interface |
IVComponent<C,L,A,M>
Represents an UI component handled by a perspective. |
Uses of IComponent in org.jacp.api.coordinator |
---|
Methods in org.jacp.api.coordinator with type parameters of type IComponent | ||
---|---|---|
|
ICoordinator.getComponentHandler()
Returns the associated componentHandler. |
|
|
ICoordinator.handleActive(P component,
IAction<A,M> action)
Handle a message to an active component. |
|
|
ICoordinator.handleInActive(P component,
IAction<A,M> action)
Handle a message to an inactive component. |
|
|
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 IComponent in org.jacp.api.perspective |
---|
Subinterfaces of IComponent in org.jacp.api.perspective | |
---|---|
interface |
IPerspective<L,A,M>
Defines a perspective, a perspective is a root component handled by an workbench and contains subcomponents such as visibla UI components or background components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |