Package | Description |
---|---|
org.jacp.api.coordinator | |
org.jacp.javafx.rcp.coordinator |
Modifier and Type | Interface and Description |
---|---|
interface |
IComponentCoordinator<L,A,M>
Notifies the components included in perspective.
|
interface |
IPerspectiveCoordinator<L,A,M>
Notifies perspectives and components included in workbench.
|
Modifier and Type | Class and Description |
---|---|
class |
AFXCoordinator
Observer handles messages and notifies correct components, the observer is
running in an own thread so that message handling can be done in background
|
class |
FXComponentCoordinator
observe component actions and delegates to correct component
|
class |
FXPerspectiveCoordinator
Observe perspectives and delegates message to correct component
|