| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.workbench |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentHandle<C,A,M>
Created with IntelliJ IDEA.
|
interface |
ComponentView<C,A,M>
Represents an UI component handled by a perspective.
|
| Modifier and Type | Method and Description |
|---|---|
Injectable |
Perspective.getPerspective()
Returns the injected perspective representation.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends Injectable> |
Base.getComponentHandle()
Returns the component handle class, this is the users implementation of the component.
|
<X extends Injectable> |
Base.setComponentHandle(X handle)
Set the component handle class.
|