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

Packages that use IHandleable
org.jacp.api.component   
org.jacp.api.perspective   
 

Uses of IHandleable in org.jacp.api.component
 

Subinterfaces of IHandleable in org.jacp.api.component
 interface ICallbackComponent<L,A,M>
          This interface defines methods for background/callback non UI components.
 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 IHandleable in org.jacp.api.perspective
 

Subinterfaces of IHandleable 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.