| Interface | Description |
|---|---|
| ComponentBase<L,M> |
This Interface represents a very basic component that can exists in JACP
environment.
|
| ComponentHandle<C,A,M> |
Created with IntelliJ IDEA.
|
| ComponentView<C,A,M> |
Represents an UI component handled by a perspective.
|
| Injectable |
Created with IntelliJ IDEA.
|
| Perspective<C,L,A,M> |
Defines a perspective, a perspective is a root component handled by an
workbench and contains sub-component such as visible UI component or
background component.
|
| RootComponent<T,A> |
All root component have containing sub component (workspace -
perspective; perspective - editors) and listeners; all sub component have
to be initialized, registered and handled
|
| StatelessCallabackComponent<L,A,M> |
Represents a state less background/callback component.
|
| SubComponent<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.
|