- cloneMessage() - Method in interface org.jacpfx.api.message.Message
-
Clone message and containing event.
- Component - Annotation Type in org.jacpfx.api.annotations.component
-
This annotation defines the meta definition of an JACP component.
- ComponentBase<L,M> - Interface in org.jacpfx.api.component
-
This Interface represents a very basic component that can exists in JACP
environment.
- ComponentDelegator<L,A,M> - Interface in org.jacpfx.api.delegator
-
A component delegate handles delegate actions.
- ComponentHandle<C,A,M> - Interface in org.jacpfx.api.component
-
Created with IntelliJ IDEA.
- ComponentHandler<T,A> - Interface in org.jacpfx.api.handler
-
A component handler handles initialization and reassignment of component
- ComponentNotFoundException - Exception in org.jacpfx.api.exceptions
-
Created with IntelliJ IDEA.
- ComponentNotFoundException() - Constructor for exception org.jacpfx.api.exceptions.ComponentNotFoundException
-
- ComponentNotFoundException(String) - Constructor for exception org.jacpfx.api.exceptions.ComponentNotFoundException
-
- ComponentNotFoundException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.ComponentNotFoundException
-
- ComponentNotFoundException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.ComponentNotFoundException
-
- ComponentView<C,A,M> - Interface in org.jacpfx.api.component
-
Represents an UI component handled by a perspective.
- Coordinator<L,A,M> - Interface in org.jacpfx.api.coordinator
-
Defines a basic observer for component messages; handles the message and
delegate to responsible component.
- createExceptionDialog(Throwable) - Method in interface org.jacpfx.api.handler.ErrorDialogHandler
-
Create an exception dialog
- CustomSecurityManager - Class in org.jacpfx.api.util
-
Created with IntelliJ IDEA.
- CustomSecurityManager() - Constructor for class org.jacpfx.api.util.CustomSecurityManager
-