Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

ActionListener<A,M> - Interface in org.jacpfx.api.message
Handles implementation specific Listener to perform events.
addComponent(T) - Method in interface org.jacpfx.api.component.RootComponent
Add a component, this does not fully register the component.
AnnotationMissconfigurationException - Exception in org.jacpfx.api.exceptions
Created with IntelliJ IDEA.
AnnotationMissconfigurationException() - Constructor for exception org.jacpfx.api.exceptions.AnnotationMissconfigurationException
 
AnnotationMissconfigurationException(String) - Constructor for exception org.jacpfx.api.exceptions.AnnotationMissconfigurationException
 
AnnotationMissconfigurationException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.AnnotationMissconfigurationException
 
AnnotationMissconfigurationException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.AnnotationMissconfigurationException
 
AnnotationNotFoundException - Exception in org.jacpfx.api.exceptions
Created with IntelliJ IDEA.
AnnotationNotFoundException() - Constructor for exception org.jacpfx.api.exceptions.AnnotationNotFoundException
 
AnnotationNotFoundException(String) - Constructor for exception org.jacpfx.api.exceptions.AnnotationNotFoundException
 
AnnotationNotFoundException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.AnnotationNotFoundException
 
AnnotationNotFoundException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.AnnotationNotFoundException
 
AttributeNotFoundException - Exception in org.jacpfx.api.exceptions
Created with IntelliJ IDEA.
AttributeNotFoundException() - Constructor for exception org.jacpfx.api.exceptions.AttributeNotFoundException
 
AttributeNotFoundException(String) - Constructor for exception org.jacpfx.api.exceptions.AttributeNotFoundException
 
AttributeNotFoundException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.AttributeNotFoundException
 
AttributeNotFoundException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.AttributeNotFoundException
 

B

Base<L,A,M> - Interface in org.jacpfx.api.workbench
This Interface defines the basic root construct of an JACPFX application, it has no dependencies to any UI
BaseLayout<C> - Interface in org.jacpfx.api.componentLayout
Defines a bean containing the defined tool bars and the main menu

C

clone() - 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.
Component<L,M> - Interface in org.jacpfx.api.component
This Interface represents a very basic component that can exists in JACP environment.
COMPONENT_DELEGATOR_QUEUE_SIZE - Static variable in class org.jacpfx.api.util.QueueSizes
 
COMPONENT_QUEUE_SIZE - Static variable in class org.jacpfx.api.util.QueueSizes
 
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.
COORDINATOR_QUEUE_SIZE - Static variable in class org.jacpfx.api.util.QueueSizes
 
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
 

D

Declarative - Interface in org.jacpfx.api.component
Declarative Components always have a document URL and should have an resourceBundle.
DeclarativeView - Annotation Type in org.jacpfx.api.annotations.component
Created with IntelliJ IDEA.
delegateComponent(SubComponent<L, A, M>) - Method in interface org.jacpfx.api.delegator.ComponentDelegator
Handles delegate of a component.
DelegateDTO<A,M> - Interface in org.jacpfx.api.message
DTO interface to transfer messages to desired target in different perspective.
Delegator<L,A,M> - Interface in org.jacpfx.api.coordinator
Basic delegate interface
DELEGATOR_QUEUE_SIZE - Static variable in class org.jacpfx.api.util.QueueSizes
 

E

ErrorDialogHandler<N> - Interface in org.jacpfx.api.handler
Created by Andy Moncsek on 08.01.14.

F

Fragment - Annotation Type in org.jacpfx.api.annotations.fragment
Defines a managed dialog component, A dialog has a parent component accessible by @Ressource annotation, the Fragment should either extend a Node or define a viewLocation pointing to fxml.

G

getBean(Class<P>) - Method in interface org.jacpfx.api.launcher.Launcher
Returns a bean by class name.
getBean(String) - Method in interface org.jacpfx.api.launcher.Launcher
Returns a bean by qualifier.
getCallerClassName() - Method in class org.jacpfx.api.util.CustomSecurityManager
 
getCloneBean(T, Class<H>) - Method in interface org.jacpfx.api.scheduler.StatelessComponentScheduler
Returns a new instance of managed state less component.
getComponent() - Method in interface org.jacpfx.api.component.SubComponent
Returns the component handle class, this is the users implementation of the component.
getComponentDelegateQueue() - Method in interface org.jacpfx.api.component.Perspective
Returns delegate queue to delegate component to correct target
getComponentDelegateQueue() - Method in interface org.jacpfx.api.delegator.ComponentDelegator
Get the delegate queue to add component to be delegated.
getComponentHandle() - Method in interface org.jacpfx.api.workbench.Base
Returns the component handle class, this is the users implementation of the component.
getComponentHandler() - Method in interface org.jacpfx.api.component.RootComponent
Returns component handler to handle initialization and reassignment of subcomponents.
getComponentViewHandle() - Method in interface org.jacpfx.api.component.UIComponent
Returns the component handle class, this is the users implementation of the component.
getContext() - Method in interface org.jacpfx.api.component.Component
Returns the component context object.
getContext() - Method in interface org.jacpfx.api.launcher.Launcher
Returns the DI container context.
getContext() - Method in interface org.jacpfx.api.workbench.Base
Returns the component context object.
getDescription() - Method in enum org.jacpfx.api.util.JACPMenuStyle
 
getDocumentURL() - Method in interface org.jacpfx.api.component.Declarative
The document URL describing the UI.
getEventHandler(M) - Method in interface org.jacpfx.api.context.JacpContext
Returns an event handler that handles messages to caller component
getEventHandler(String, M) - Method in interface org.jacpfx.api.context.JacpContext
Returns an event handler that handles messages to target component
getExecutorService() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
returns associated executor service
getGlassPane() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
Gets the glass pane.
getHideableParent() - Method in interface org.jacpfx.api.component.ui.HideableComponent
 
getId() - Method in interface org.jacpfx.api.context.JacpContext
Returns the id of the component.
getId() - Method in enum org.jacpfx.api.util.JACPMenuStyle
 
getId() - Method in enum org.jacpfx.api.util.ToolbarPosition
 
getInstances() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
return instances of current state less component
getIPerspectiveLayout() - Method in interface org.jacpfx.api.component.PerspectiveView
Returns layout dto.
getLocaleID() - Method in interface org.jacpfx.api.component.Component
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
getMenu() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
Returns the application menu instance.
getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationFXMLMissingException
 
getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationMissingException
 
getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentNotInitializedException
 
getMessage() - Method in interface org.jacpfx.api.message.DelegateDTO
Returns the message.
getMessageBody() - Method in interface org.jacpfx.api.message.Message
Get the message payload.
getMessageDelegateQueue() - Method in interface org.jacpfx.api.component.Perspective
Returns delegate queue to delegate actions to correct target
getMessageDelegateQueue() - Method in interface org.jacpfx.api.delegator.MessageDelegator
Returns the delegate queue.
getMessageQueue() - Method in interface org.jacpfx.api.component.Perspective
returns the component coordinator message queue;
getMessageQueue() - Method in interface org.jacpfx.api.coordinator.Coordinator
Returns the message queue of coordinator.
getName() - Method in interface org.jacpfx.api.context.JacpContext
Returns the name of a component.
getName() - Method in enum org.jacpfx.api.util.OS
 
getName() - Method in enum org.jacpfx.api.util.ToolbarPosition
 
getNextIncomingMessage() - Method in interface org.jacpfx.api.component.SubComponent
Returns next message in pipe.
getOS() - Static method in enum org.jacpfx.api.util.OS
 
getParentId() - Method in interface org.jacpfx.api.component.SubComponent
returns the id of parent component
getParentId() - Method in interface org.jacpfx.api.context.JacpContext
Returns the ID of parent component/perspective.
getPerspective() - Method in interface org.jacpfx.api.component.Perspective
Returns the injected perspective representation.
getPerspectives() - Method in interface org.jacpfx.api.workbench.Base
Get perspective in workbench.
getRegisteredToolBar(ToolbarPosition) - Method in interface org.jacpfx.api.componentLayout.BaseLayout
Gets the registered tool bar.
getRegisteredToolBars() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
Gets all registered tool bars.
getResourceBundle() - Method in interface org.jacpfx.api.context.JacpContext
Returns the component resource bundle.
getResourceBundleLocation() - Method in interface org.jacpfx.api.component.Component
Represents the location of your resource bundle file.
getRoot() - Method in interface org.jacpfx.api.component.UIComponent
Returns the 'root' ui component created by the handle method.
getRootComponent() - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
Get the ' layoutwrapper' for perspective; a layout component is a component which can contain UI subcomponents.
getSourceEvent() - Method in interface org.jacpfx.api.message.Message
Get source of this message event.
getSourceId() - Method in interface org.jacpfx.api.message.Message
Get the caller id.
getStyle() - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Returns the workbench style.
getSubcomponents() - Method in interface org.jacpfx.api.component.Perspective
Returns all subcomponents in perspective.
getTarget() - Method in interface org.jacpfx.api.message.DelegateDTO
Get the target id to transfer to.
getTargetId() - Method in interface org.jacpfx.api.message.Message
Returns message target id.
getTargetLayoutComponents() - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
Returns map of target component and ids key - id value - target component.
getThreadCounter() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
returns thread counter to coordinate amount of existing instances of sateless callback component
getType() - Method in interface org.jacpfx.api.component.Declarative
Distinguish component types.
getType() - Method in enum org.jacpfx.api.fragment.Scope
 
getTypedMessageBody(Class<T>) - Method in interface org.jacpfx.api.message.Message
Returns a typed message, if applicable.
getViewLocation() - Method in interface org.jacpfx.api.component.Declarative
Contains the document url describing the UI.
getWorkbenchSize() - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Returns a tuple defining the workbench size.
getX() - Method in class org.jacpfx.api.util.Tupel
 
getY() - Method in class org.jacpfx.api.util.Tupel
 

H

handle(Message<A, M>) - Method in interface org.jacpfx.api.component.ComponentHandle
Handles component when called.
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.
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
 

I

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, BlockingQueue<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.
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.Component
Get if component was activated, can occur if message was send before "init" message arrived.

J

JacpContext<L,M> - Interface in org.jacpfx.api.context
Created with IntelliJ IDEA.
JACPMenuStyle - Enum in org.jacpfx.api.util
 

L

Launcher<E> - Interface in org.jacpfx.api.launcher
Defines an interface for launchers witch is an abstraction used DI containers
lock() - Method in interface org.jacpfx.api.component.SubComponent
Lock Component for execution in thread.

M

ManagedFragmentAnnotationFXMLMissingException - Exception in org.jacpfx.api.exceptions
This exception will be thrown when the declared fxml url is invalid.
ManagedFragmentAnnotationFXMLMissingException() - Constructor for exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationFXMLMissingException
 
ManagedFragmentAnnotationMissingException - Exception in org.jacpfx.api.exceptions
Exception will be thrown when class without Fragment annotation will be passed to ManagedDialog util.
ManagedFragmentAnnotationMissingException() - Constructor for exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationMissingException
 
ManagedFragmentNotInitializedException - Exception in org.jacpfx.api.exceptions
The Class ManagedFragmentNotInitializedException.
ManagedFragmentNotInitializedException() - Constructor for exception org.jacpfx.api.exceptions.ManagedFragmentNotInitializedException
 
Message<A,M> - Interface in org.jacpfx.api.message
Represents an message used by specific listener.
messageBodyEquals(Object) - Method in interface org.jacpfx.api.message.Message
Check if message equals given input.
MessageDelegator<L,A,M> - Interface in org.jacpfx.api.delegator
Defines an interface for a message delegator.

N

NonUniqueComponentException - Exception in org.jacpfx.api.exceptions
Created with IntelliJ IDEA.
NonUniqueComponentException() - Constructor for exception org.jacpfx.api.exceptions.NonUniqueComponentException
 
NonUniqueComponentException(String) - Constructor for exception org.jacpfx.api.exceptions.NonUniqueComponentException
 
NonUniqueComponentException(String, Throwable) - Constructor for exception org.jacpfx.api.exceptions.NonUniqueComponentException
 
NonUniqueComponentException(Throwable) - Constructor for exception org.jacpfx.api.exceptions.NonUniqueComponentException
 
notifyComponents(Message<A, M>) - Method in interface org.jacpfx.api.message.ActionListener
Notify component when message fired.

O

OnHide - Annotation Type in org.jacpfx.api.annotations.lifecycle
Created with IntelliJ IDEA.
OnShow - Annotation Type in org.jacpfx.api.annotations.lifecycle
Created with IntelliJ IDEA.
org.jacpfx.api.annotations - package org.jacpfx.api.annotations
 
org.jacpfx.api.annotations.component - package org.jacpfx.api.annotations.component
 
org.jacpfx.api.annotations.fragment - package org.jacpfx.api.annotations.fragment
 
org.jacpfx.api.annotations.lifecycle - package org.jacpfx.api.annotations.lifecycle
 
org.jacpfx.api.annotations.perspective - package org.jacpfx.api.annotations.perspective
 
org.jacpfx.api.annotations.workbench - package org.jacpfx.api.annotations.workbench
 
org.jacpfx.api.component - package org.jacpfx.api.component
 
org.jacpfx.api.component.ui - package org.jacpfx.api.component.ui
 
org.jacpfx.api.componentLayout - package org.jacpfx.api.componentLayout
 
org.jacpfx.api.context - package org.jacpfx.api.context
 
org.jacpfx.api.coordinator - package org.jacpfx.api.coordinator
 
org.jacpfx.api.delegator - package org.jacpfx.api.delegator
 
org.jacpfx.api.exceptions - package org.jacpfx.api.exceptions
 
org.jacpfx.api.fragment - package org.jacpfx.api.fragment
 
org.jacpfx.api.handler - package org.jacpfx.api.handler
 
org.jacpfx.api.launcher - package org.jacpfx.api.launcher
 
org.jacpfx.api.message - package org.jacpfx.api.message
 
org.jacpfx.api.scheduler - package org.jacpfx.api.scheduler
 
org.jacpfx.api.util - package org.jacpfx.api.util
 
org.jacpfx.api.workbench - package org.jacpfx.api.workbench
 
OS - Enum in org.jacpfx.api.util
Specifies the OS

P

Perspective - Annotation Type in org.jacpfx.api.annotations.perspective
Defines the meta attributes for a perspective.
Perspective<L,A,M> - Interface in org.jacpfx.api.component
Defines a perspective, a perspective is a root component handled by an workbench and contains sub-component such as visible UI component or background component.
PerspectiveLayoutInterface<M,B> - Interface in org.jacpfx.api.componentLayout
Defines layout of a perspective and the container for included editors and views (target component); for use in perspective handle method.
PerspectiveView<C,L,A,M> - Interface in org.jacpfx.api.component
This interface defines perspective component with visible ui.
PostConstruct - Annotation Type in org.jacpfx.api.annotations.lifecycle
Marks on start methods in UI component; Usage use @PostConstruct on method level and provide access to BaseLayout parameter.
postHandle(C, Message<A, M>) - Method in interface org.jacpfx.api.component.ComponentView
To avoid toolkit specific threading issues the postHandle method always called after the handle method.
postInit(ComponentHandler<SubComponent<L, A, M>, Message<A, M>>) - Method in interface org.jacpfx.api.component.Perspective
post init method to set correct component handler and to initialize component depending on objects created in startUp sequence.
PreDestroy - Annotation Type in org.jacpfx.api.annotations.lifecycle
Marks the tear down method in ui component;Usage use @PreDestroy on method level and provide access to BaseLayout parameter.
putIncomingMessage(Message<A, M>) - Method in interface org.jacpfx.api.component.SubComponent
Add new message to component.

Q

QueueSizes - Class in org.jacpfx.api.util
Created by amo on 25.07.14.
QueueSizes() - Constructor for class org.jacpfx.api.util.QueueSizes
 

R

registerAndGetBean(Class<? extends P>, String, Scope) - Method in interface org.jacpfx.api.launcher.Launcher
Registers a Class in context and returns a managed bean.
registerComponent(T) - Method in interface org.jacpfx.api.component.RootComponent
Register the component at the listener.
registerRootComponent(M) - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
Set Layout-Wrapper for perspective; this wrapper contains wrappers for editors and views, define a valid component which is valid to hold subcomponents.
registerTargetLayoutComponent(String, B) - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
Register a target component; a target component defines a wrapper where editors and views can "live" in; you can define a target for each editor or view component; create an root component, a complex layout an register all component where editors/views should displayed in.
registerToolBar(ToolbarPosition) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Register a toolbar for the workbench All toolbars are added with the same priority, thus the priority is given by the order of registration.
registerToolBars(ToolbarPosition...) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Register multiple toolbars for the workbench All toolbars are added with the same priority, thus the priority is given by the order of registration.
release() - Method in interface org.jacpfx.api.component.SubComponent
Release lock after execution in thread.
removeAllCompnents() - Method in interface org.jacpfx.api.component.RootComponent
Remove all component when perspective is shut down.
Resource - Annotation Type in org.jacpfx.api.annotations
The Resource annotation allows to inject different resources in dialogs an component like a parent component, resource bundles and session context.
RootComponent<T,A> - Interface in org.jacpfx.api.component
All root component have containing sub component (workspace - perspective; perspective - editors) and listeners; all sub component have to be initialized, registered and handled

S

Scope - Enum in org.jacpfx.api.fragment
Defines the scope of a dialog
send(M) - Method in interface org.jacpfx.api.context.JacpContext
Send a message to caller component itself.
send(String, M) - Method in interface org.jacpfx.api.context.JacpContext
Send a message to defined targetId.
setActive(boolean) - Method in interface org.jacpfx.api.context.JacpContext
Set default active state of component.
setComponent(X) - Method in interface org.jacpfx.api.component.SubComponent
Set the component handle class.
setComponentHandle(X) - Method in interface org.jacpfx.api.workbench.Base
Set the component handle class.
setComponentHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Coordinator
set associated componentHandler
setDelegateQueue(BlockingQueue<DelegateDTO<A, M>>) - Method in interface org.jacpfx.api.coordinator.Coordinator
Set the delegate queue, which delegates messages to correct responsible perspective.
setExecutionTarget(String) - Method in interface org.jacpfx.api.context.JacpContext
Defines the perspective in which the component should executed in.
setIPerspectiveLayout(PerspectiveLayoutInterface<C, C>) - Method in interface org.jacpfx.api.component.PerspectiveView
Set the default perspective layout entity for the perspective.
setLocaleID(String) - Method in interface org.jacpfx.api.component.Component
Set the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
setMenuEnabled(boolean) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Set menus to enabled state.
setPerspectiveHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Coordinator
set associated perspectiveHandler
setPerspectiveHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Delegator
Set the associated perspective handler.
setResourceBundleLocation(String) - Method in interface org.jacpfx.api.component.Component
Set the location of your resource bundle file.
setReturnTarget(String) - Method in interface org.jacpfx.api.context.JacpContext
Set component targetId which is the target of a background component return value; the return value will be handled like an average message and will be delivered to targeted component.
setRoot(C) - Method in interface org.jacpfx.api.component.UIComponent
Set the 'root' ui component created by the handle method.
setStarted(boolean) - Method in interface org.jacpfx.api.component.Component
Set once when component was first started
setStyle(S) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Set the workbench style.
setTargetLayout(String) - Method in interface org.jacpfx.api.context.JacpContext
Defines the target layoutId, where the UI component should appear in,the layout is registered in perspective and is a placeholder for the component.
setUIType(UIType) - Method in interface org.jacpfx.api.component.Declarative
Set the UI type to distinguish component types
setViewLocation(String) - Method in interface org.jacpfx.api.component.Declarative
Set the viewLocation location on component start.
setWorkbenchXYSize(int, int) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
Set the size of the workbench.
setX(X) - Method in class org.jacpfx.api.util.Tupel
 
setY(Y) - Method in class org.jacpfx.api.util.Tupel
 
Stateless - Annotation Type in org.jacpfx.api.annotations.component
Created with IntelliJ IDEA.
StatelessCallabackComponent<L,A,M> - Interface in org.jacpfx.api.component
Represents a state less background/callback component.
StatelessComponentScheduler<L,A,M> - Interface in org.jacpfx.api.scheduler
Handles instances of a state less component; delegates message to a non blocked component instance or if all component are blocked message is delegated to queue in one of existing instances
SubComponent<L,A,M> - Interface in org.jacpfx.api.component
Defines a subcomponent handled by a root component.

T

ToolbarPosition - Enum in org.jacpfx.api.util
 
Tupel<X,Y> - Class in org.jacpfx.api.util
helper class...
Tupel() - Constructor for class org.jacpfx.api.util.Tupel
 

U

UIComponent<C,L,A,M> - Interface in org.jacpfx.api.component
Represents an basic UI component handled by a perspective.
UIType - Enum in org.jacpfx.api.util
To avoid definition of several interface/abstract class types of UI component this ENUM can be used to distinguish component.
unregisterComponent(T) - Method in interface org.jacpfx.api.component.RootComponent
Unregister component from current perspective.

V

valueOf(String) - Static method in enum org.jacpfx.api.fragment.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jacpfx.api.util.JACPMenuStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jacpfx.api.util.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jacpfx.api.util.ToolbarPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jacpfx.api.util.UIType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jacpfx.api.fragment.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jacpfx.api.util.JACPMenuStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jacpfx.api.util.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jacpfx.api.util.ToolbarPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jacpfx.api.util.UIType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Annotation Type in org.jacpfx.api.annotations.component
Created with IntelliJ IDEA.

W

Workbench - Annotation Type in org.jacpfx.api.annotations.workbench
Created with IntelliJ IDEA.
Workbench - Interface in org.jacpfx.api.workbench
Base component for an JACP UI application, handles perspective and containing component.
WorkbenchLayout<C> - Interface in org.jacpfx.api.componentLayout
Defines the base layout of a workbench and the application.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2014. All rights reserved.