Uses of Package
org.jacp.api.component

Packages that use org.jacp.api.component
org.jacp.api.component   
org.jacp.api.coordinator   
org.jacp.api.perspective   
org.jacp.api.scheduler   
 

Classes in org.jacp.api.component used by org.jacp.api.component
ICallbackComponent
          This interface defines methods for background/callback non UI components.
IComponent
          This Interface represents a very basic component that can exists in JACP environment.
IExtendedComponent
          Represents an extended component with menu entries and tool bar access.
IHandleable
          This interface defines components which are able to handle a single message.
ISubComponent
          Defines a subcomponent handled by a root component.
 

Classes in org.jacp.api.component used by org.jacp.api.coordinator
IComponent
          This Interface represents a very basic component that can exists in JACP environment.
ISubComponent
          Defines a subcomponent handled by a root component.
 

Classes in org.jacp.api.component used by org.jacp.api.perspective
IComponent
          This Interface represents a very basic component that can exists in JACP environment.
IHandleable
          This interface defines components which are able to handle a single message.
IRootComponent
          All root components have containing sub components (workspace -> perspectives; perspective - editors) and listeners; all sub components have to be initialized, registered and handled
ISubComponent
          Defines a subcomponent handled by a root component.
 

Classes in org.jacp.api.component used by org.jacp.api.scheduler
ICallbackComponent
          This interface defines methods for background/callback non UI components.
IStateLessCallabackComponent
          Represents a state less background/callback component.