Skip navigation links
A B D F G I J L O P R S U 

A

accept(Object) - Method in class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
 
acceptedComponentNames() - Method in class org.nuiton.jaxx.runtime.spi.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
afterInit(UI) - Method in interface org.nuiton.jaxx.runtime.spi.UIHandler
 
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

beforeInit(UI) - Method in interface org.nuiton.jaxx.runtime.spi.UIHandler
 

D

doNotBlockComponentIds() - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerContext
 

F

firePropertyChange(String, Object, Object) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
All JAXXObject implements are capable of broadcasting PropertyChangeEvent, and furthermore (for technical reasons) must allow code in outside packages, specifically the JAXX runtime, to trigger these events.

G

get$objectMap() - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Pretrieves the dictonary of knwon objects indexed by their ids.
getComponentType() - Method in class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
 
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
 
getId() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 
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
getSource() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 
getUi() - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerContext
 

I

init(I, O) - Method in class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
 
init(U) - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerSupport
 
init(I) - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerSupport
 
initBlockLayerUI(I, String...) - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerSupport
 
initEnd(I) - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerSupport
 
initializerComponents() - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerContext
 
initializerComponentTypes() - Method in class org.nuiton.jaxx.runtime.spi.init.UIInitializerContext
 
isDefaultBinding() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
This state is not used actually, but will be usefull later...
isFinal() - Method in class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
 

J

JAXXBinding - Interface in org.nuiton.jaxx.runtime
Created: 5 déc.
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

log - Variable in class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
Logger.

O

org.nuiton.jaxx.runtime - package org.nuiton.jaxx.runtime
 
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.

R

registerDataBinding(JAXXBinding) - Method in interface org.nuiton.jaxx.runtime.JAXXObject
Register a new binding in the jaxx object.
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

S

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.

U

UIComponentInitializer<O,U extends JAXXObject,I extends UIInitializerContext<U>> - Class in org.nuiton.jaxx.runtime.spi.init
Created by tchemit on 21/09/17.
UIComponentInitializer(Class<O>) - Constructor for class org.nuiton.jaxx.runtime.spi.init.UIComponentInitializer
 
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.spi.init
Created by tchemit on 20/09/17.
UIInitializerContext(U, Collection<UIComponentInitializer>) - Constructor for class org.nuiton.jaxx.runtime.spi.init.UIInitializerContext
 
UIInitializerSupport<U extends JAXXObject,I extends UIInitializerContext<U>> - Class in org.nuiton.jaxx.runtime.spi.init
Created by tchemit on 20/09/17.
UIInitializerSupport(I) - Constructor for class org.nuiton.jaxx.runtime.spi.init.UIInitializerSupport
 
A B D F G I J L O P R S U 
Skip navigation links

Copyright © 2008–2017 Ultreia.io. All rights reserved.