- incomingMessage(Message<A, M>, StatelessCallabackComponent<L, A, M>) - Method in interface org.jacpfx.api.scheduler.StatelessComponentScheduler
-
Handles incoming message to managed state less component.
- init(BlockingQueue<SubComponent<L, A, M>>, BlockingQueue<DelegateDTO<A, M>>, Coordinator<L, A, M>, Launcher<?>) - Method in interface org.jacpfx.api.component.Perspective
-
The initialization method.
- init(Launcher<?>, Object) - Method in interface org.jacpfx.api.workbench.Base
-
Initialization sequence returns basic container to handle perspective.
- initComponent(A, T) - Method in interface org.jacpfx.api.handler.ComponentHandler
-
Handles initialization of a single component.
- initComponents(A) - Method in interface org.jacpfx.api.component.RootComponent
-
Handles initialization of subcomponents.
- initEnv(String, TransferQueue<Message<A, M>>) - Method in interface org.jacpfx.api.component.SubComponent
-
Set parentId and global message queue to component
- Injectable - Interface in org.jacpfx.api.component
-
Created with IntelliJ IDEA.
- InvalidComponentMatch - Exception in org.jacpfx.api.exceptions
-
Created with IntelliJ IDEA.
- InvalidComponentMatch() - Constructor for exception org.jacpfx.api.exceptions.InvalidComponentMatch
-
- InvalidComponentMatch(String) - Constructor for exception org.jacpfx.api.exceptions.InvalidComponentMatch
-
- InvalidComponentMatch(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.InvalidComponentMatch
-
- InvalidComponentMatch(Throwable) - Constructor for exception org.jacpfx.api.exceptions.InvalidComponentMatch
-
- InvalidInitialisationException - Exception in org.jacpfx.api.exceptions
-
Created with IntelliJ IDEA.
- InvalidInitialisationException() - Constructor for exception org.jacpfx.api.exceptions.InvalidInitialisationException
-
- InvalidInitialisationException(String) - Constructor for exception org.jacpfx.api.exceptions.InvalidInitialisationException
-
- InvalidInitialisationException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.InvalidInitialisationException
-
- InvalidInitialisationException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.InvalidInitialisationException
-
- isActive() - Method in interface org.jacpfx.api.context.JacpContext
-
Get the default active status of component.
- isBlocked() - Method in interface org.jacpfx.api.component.SubComponent
-
Component is blocked when executed in thread.
- isLast() - Method in interface org.jacpfx.api.component.Perspective
-
Marks the last perspective to handle, this is the visible perspective after initialisation
- isMenuEnabled() - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Check if menus are enabled.
- isMessageBodyTypeOf(Class<T>) - Method in interface org.jacpfx.api.message.Message
-
Checks if message is type of a given class.
- isPerspective() - Method in interface org.jacpfx.api.message.DelegateDTO
-
returns true when message target is a perspective.
- isStarted() - Method in interface org.jacpfx.api.component.ComponentBase
-
Get if component was activated, can occur if message was send before
"init" message arrived.