Uses of Interface
org.jacp.api.component.IComponent

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
<P extends IComponent<L,A,M>>
IComponentHandler<P,IAction<A,M>>
ICoordinator.getComponentHandler()
          Returns the associated componentHandler.
<P extends IComponent<L,A,M>>
void
ICoordinator.handleActive(P component, IAction<A,M> action)
          Handle a message to an active component.
<P extends IComponent<L,A,M>>
void
ICoordinator.handleInActive(P component, IAction<A,M> action)
          Handle a message to an inactive component.
<P extends IComponent<L,A,M>>
void
IDelegator.setComponentHandler(IComponentHandler<P,IAction<A,M>> handler)
          Set the associated component handler.
<P extends IComponent<L,A,M>>
void
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.