- handle(Message<A, M>) - Method in interface org.jacpfx.api.component.ComponentHandle
-
Handles component when called.
- handleActive(Message) - Method in interface org.jacpfx.api.message.MessageLogger
-
Log message when found an active component
- handleAndReplaceComponent(A, T) - Method in interface org.jacpfx.api.handler.ComponentHandler
-
Runs 'handle' method and replace of subcomponent in perspective.
- handleExceptionInDialog(Throwable) - Method in interface org.jacpfx.api.handler.ErrorDialogHandler
-
handle an thrown exception and return an error dialog.
- handleInactive(Message) - Method in interface org.jacpfx.api.message.MessageLogger
-
Log message when found an inactive component
- handleInCurrentPerspective(Message) - Method in interface org.jacpfx.api.message.MessageLogger
-
Log message when handle component in current perspective
- handleMessage(String, Message<A, M>) - Method in interface org.jacpfx.api.coordinator.Coordinator
-
Handles message to specific component addressed by the id.
- handlePerspective(Message<A, M>) - Method in interface org.jacpfx.api.component.Perspective
-
Handle a message call on perspective instance.
- hasIncomingMessage() - Method in interface org.jacpfx.api.component.SubComponent
-
Returns true if component has message in pipe.
- hide() - Method in interface org.jacpfx.api.component.ui.Hideable
-
- Hideable - Interface in org.jacpfx.api.component.ui
-
- HideableComponent - Interface in org.jacpfx.api.component.ui
-