Interface | Description |
---|---|
ICallbackComponent<L,A,M> |
This interface defines methods for background/callback non UI components.
|
IComponent<L,A,M> |
This Interface represents a very basic component that can exists in JACP
environment.
|
IComponentView<C,L,A,M> |
Represents an UI component handled by a perspective.
|
IDeclarative |
Declarative Components always have a document URL and should have an resourceBundle.
|
IHandleable<A,M> |
This interface defines components which are able to handle a single message.
|
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.
|
IPerspectiveView<C,L,A,M> |
This interface defines perspective components with visible ui.
|
IRootComponent<T,A> |
All root components have containing sub components (workspace ->
perspectives; perspective - editors) and listeners; all sub components have
to be initialized, registered and handled
|
IStatelessCallabackComponent<L,A,M> |
Represents a state less background/callback component.
|
ISubComponent<L,A,M> |
Defines a subcomponent handled by a root component.
|
UIComponent<C,L,A,M> |
Represents an basic UI component handled by a perspective.
|