A B C D E F G I J L O P R S U V 
All Classes All Packages

A

acceptComponent(Object) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
acceptComponent(Object) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
acceptUi(JAXXObject) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
acceptUi(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
addDoNotBlockComponentId(String) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
addFocusComponent(String, JComponent) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
addFocusComponents(String, Collection<JComponent>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Register a general PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Register a PropertyChangeListener. for the given propertyName.
afterInit(UI) - Method in interface org.nuiton.jaxx.runtime.spi.UIHandler
 
apply(Runnable) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
apply(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
Deprecated.
 
applyDataBinding() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
Apply the binding without processing it (say just install listeners).
applyDataBinding(String) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Apply the data bind by name and then process it.

B

BeanDecoratorAware - Interface in org.nuiton.jaxx.runtime.bean
Contract to add decorator on any bean to compute toString.
BeanScopeAware - Interface in org.nuiton.jaxx.runtime.bean
Contract to add on any bean editor.
BeanTypeAware<O> - Interface in org.nuiton.jaxx.runtime.bean
Contract for ui which contains a beanType property.
beforeInit(UI) - Method in interface org.nuiton.jaxx.runtime.spi.UIHandler
 
bindFromBean(J, String, Function<J, O>, BiConsumer<J, O>) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
build(C) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 

C

check(UIInitializerContext.Init) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
checkFirstPass() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
checkSecondPass() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
ComponentInitializer<C> - Interface in org.nuiton.jaxx.runtime.spi.init
Deprecated.
will be removed when 3.0 will be released.
ComponentInitializerManager - Class in org.nuiton.jaxx.runtime.spi.init
Deprecated.
will be removed when 3.0 will be released.
ComponentInitializerSupport<C> - Class in org.nuiton.jaxx.runtime.spi.init
Deprecated.
will be removed when 3.0 will be released.
ComponentInitializerSupport(Class<C>) - Constructor for class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
components(JAXXObject) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
createIInitializerContext(UI, Class<?>...) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 

D

decorate() - Method in interface org.nuiton.jaxx.runtime.bean.BeanDecoratorAware
 
decorator() - Method in interface org.nuiton.jaxx.runtime.bean.BeanDecoratorAware
 

E

end(JAXXObject) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
end(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 

F

FIRST_PASS - org.nuiton.jaxx.runtime.init.UIInitializerContext.Init
 

G

get() - Static method in class org.nuiton.jaxx.runtime.resources.UIResourcesProviders
 
get() - Static method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
Deprecated.
 
get$objectMap() - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Pretrieves the dictonary of knwon objects indexed by their ids.
getBean() - Method in interface org.nuiton.jaxx.runtime.bean.BeanScopeAware
 
getBean() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
getBeanType() - Method in interface org.nuiton.jaxx.runtime.bean.BeanTypeAware
 
getComponents() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getComponents(Class<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getComponents(Class<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getComponentsList(Class<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getComponentsToKeep() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getContextValue(Class<T>) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
Seek for a unamed entry in the context This is an exemple to call a method in JAXX : <JButton onActionPerformed='{getContextValue(Action.class).method(args[])}'/>
getContextValue(Class<T>, String) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
Seek for a named entry in the context
getDataBinding(String) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Obtain a binding given his id.
getDataBindings() - Method in interface org.nuiton.jaxx.runtime.JAXXObject
 
getDelegateContext() - Method in interface org.nuiton.jaxx.runtime.JAXXObject
 
getDependencies() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getDependencies() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getDoNotBlockComponentIds() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getEditorMap() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
getFocusComponents() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getFocusComponents() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getId() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 
getKeptComponents() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getNbColors() - Method in class org.nuiton.jaxx.runtime.resources.UIResourcesProvider
 
getNbIcons() - Method in class org.nuiton.jaxx.runtime.resources.UIResourcesProvider
 
getObjectById(String) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Retrieves an object defined in an XML tag by its ID.
getParentContainer(Class<O>) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Return parent's container corresponding to the Class clazz
getParentContainer(Object, Class<O>) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Return parent's container corresponding to the Class clazz
getPrefix() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getProperty() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
getSource() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 
getSubComponents(Class<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
getSubComponents(Class<C>, Set<Class<?>>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getSubComponentsTypes(Class<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
getUi() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 

I

init() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
init() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
init(JAXXObject, C) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
initializerContext - Variable in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
initUI() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
initUI(C) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
INSTANCE - Static variable in class org.nuiton.jaxx.runtime.resources.UIResourcesProviders
 
INSTANCE - Static variable in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
Deprecated.
 
isBindingFromBean(JComponent) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
isBindingToBean(JComponent) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
isDefaultBinding() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
This state is not used actually, but will be usefull later...
isTouched() - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
isTouched() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 

J

JavaBeanComponent - Interface in org.nuiton.jaxx.runtime.spi
Created by tchemit on 14/11/17.
JAXXBinding - Interface in org.nuiton.jaxx.runtime
Created: 5 déc. 2009
JAXXContext - Interface in org.nuiton.jaxx.runtime
The JAXXContext contract defines a generic context.
JAXXObject - Interface in org.nuiton.jaxx.runtime
The JAXXObject interface is implemented by all classes produced by the JAXX compiler.

L

load() - Method in class org.nuiton.jaxx.runtime.resources.UIResourcesProvider
 
load() - Static method in class org.nuiton.jaxx.runtime.resources.UIResourcesProviders
 
load() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
load(Properties) - Method in class org.nuiton.jaxx.runtime.resources.UIResourcesProvider
 
loadComponents(Class<O>, ArrayListMultimap<Class<?>, Object>) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 

O

onComponents(Class<C>, boolean, Consumer<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
onComponents(Class<C>, Consumer<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
onComponents(Class<O>, ArrayListMultimap<Class<?>, Object>) - Static method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
onSubComponents(Class<C>, boolean, Consumer<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
onSubComponents(Class<C>, Consumer<C>) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
org.nuiton.jaxx.runtime - package org.nuiton.jaxx.runtime
 
org.nuiton.jaxx.runtime.bean - package org.nuiton.jaxx.runtime.bean
 
org.nuiton.jaxx.runtime.init - package org.nuiton.jaxx.runtime.init
 
org.nuiton.jaxx.runtime.resources - package org.nuiton.jaxx.runtime.resources
 
org.nuiton.jaxx.runtime.spi - package org.nuiton.jaxx.runtime.spi
 
org.nuiton.jaxx.runtime.spi.init - package org.nuiton.jaxx.runtime.spi.init
 

P

processDataBinding() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
Processes the binding.
processDataBinding(String) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Processes a data binding by name.
processDataBinding(String, boolean) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Processes a data binding by name.
PROPERTY_BEAN_TYPE - Static variable in interface org.nuiton.jaxx.runtime.bean.BeanTypeAware
 

R

register(String, C) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
register(JComponent) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
registerDataBinding(JAXXBinding) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Register a new binding in the jaxx object.
registerDecorator(Decorator<?>) - Method in interface org.nuiton.jaxx.runtime.bean.BeanDecoratorAware
 
registerDependencies(Object...) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
registerDependencies(Object...) - Method in class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
removeContextValue(Class<T>) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
Remove from context the value with the given klazz as an unamed entry
removeContextValue(Class<T>, String) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
Remove from context the value with the given klazz as an unamed (if name is null) or named entry
removeDataBinding() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
Remove the binding.
removeDataBinding(String) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Remove a databinding by name.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Unregister a general PropertyChangeListener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Unregister a PropertyChangeListener. for the given propertyName.
reset() - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
reset() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 

S

SECOND_PASS - org.nuiton.jaxx.runtime.init.UIInitializerContext.Init
 
setBean(JavaBean) - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
setBean(Object) - Method in interface org.nuiton.jaxx.runtime.bean.BeanScopeAware
 
setBeanType(Class<O>) - Method in interface org.nuiton.jaxx.runtime.bean.BeanTypeAware
 
setContextValue(T) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
Push in the context a new unamed entry.
setContextValue(T, String) - Method in interface org.nuiton.jaxx.runtime.JAXXContext
* Push in the context a new amed entry.
setProperty(String) - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
start(JAXXObject) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
Deprecated.
 
start(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
Deprecated.
 
startFirstPass() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
startSecondPass() - Method in class org.nuiton.jaxx.runtime.init.UIInitializerContext
 

U

UIHandler<UI extends JAXXObject> - Interface in org.nuiton.jaxx.runtime.spi
Created on 11/26/13.
UIInitializerContext<U extends JAXXObject> - Class in org.nuiton.jaxx.runtime.init
Context to collect components at init time.
UIInitializerContext(U, Class<?>...) - Constructor for class org.nuiton.jaxx.runtime.init.UIInitializerContext
 
UIInitializerContext.Init - Enum in org.nuiton.jaxx.runtime.init
Created on 09/12/2020.
UIInitializerResult - Class in org.nuiton.jaxx.runtime.init
Result of init.
UIInitializerResult(UIInitializerContext<?>) - Constructor for class org.nuiton.jaxx.runtime.init.UIInitializerResult
 
UIInitializerSupport<UI extends JComponent & JAXXObject,​C extends UIInitializerContext<UI>> - Class in org.nuiton.jaxx.runtime.init
Created on 10/12/2020.
UIInitializerSupport(UI, Class<?>...) - Constructor for class org.nuiton.jaxx.runtime.init.UIInitializerSupport
 
UIResourcesProvider - Class in org.nuiton.jaxx.runtime.resources
Created by tchemit on 13/12/2017.
UIResourcesProvider(String, String) - Constructor for class org.nuiton.jaxx.runtime.resources.UIResourcesProvider
 
UIResourcesProviders - Class in org.nuiton.jaxx.runtime.resources
Created by tchemit on 13/12/2017.

V

valueOf(String) - Static method in enum org.nuiton.jaxx.runtime.init.UIInitializerContext.Init
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nuiton.jaxx.runtime.init.UIInitializerContext.Init
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J L O P R S U V 
All Classes All Packages