Package | Description |
---|---|
org.jacp.api.component | |
org.jacp.api.workbench | |
org.jacp.javafx.rcp.action | |
org.jacp.javafx.rcp.component | |
org.jacp.javafx.rcp.workbench |
Modifier and Type | Method and Description |
---|---|
IActionListener<L,A,M> |
IComponent.getActionListener(M message)
Returns an action listener (for local use).
|
IActionListener<L,A,M> |
IComponent.getActionListener(java.lang.String targetId,
M message)
Returns an action listener (for global use). targetId defines the id or
your receiver component
|
Modifier and Type | Method and Description |
---|---|
IActionListener<L,A,M> |
IWorkbench.getActionListener(java.lang.String targetId,
java.lang.Object message)
Returns an action listener (for local, target and global use).
|
Modifier and Type | Class and Description |
---|---|
class |
FXActionListener
This class represents the JACP FX2 Event listener... this class can be
assigned to components, it reacts on actions and notifies other components in
JACP
|
Modifier and Type | Method and Description |
---|---|
IActionListener<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> |
AComponent.getActionListener(java.lang.Object message) |
IActionListener<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> |
AComponent.getActionListener(java.lang.String targetId,
java.lang.Object message) |
Modifier and Type | Method and Description |
---|---|
IActionListener<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> |
AFXWorkbench.getActionListener(java.lang.String targetId,
java.lang.Object message) |