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

A

acceptComponent(Object) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
 
acceptComponent(Object) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 
acceptUi(JAXXObject) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
 
acceptUi(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 
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
 
apply(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
 
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

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
 

C

ComponentInitializer<C> - Interface in org.nuiton.jaxx.runtime.spi.init
Created by tchemit on 13/11/17.
ComponentInitializerManager - Class in org.nuiton.jaxx.runtime.spi.init
Created by tchemit on 14/11/17.
ComponentInitializerSupport<C> - Class in org.nuiton.jaxx.runtime.spi.init
Created by tchemit on 13/11/17.
ComponentInitializerSupport(Class<C>) - Constructor for class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 

E

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

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() - Static method in class org.nuiton.jaxx.runtime.resources.UIResourcesProviders
 
get() - Static method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
 
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.spi.JavaBeanComponent
 
getBeanType() - Method in interface org.nuiton.jaxx.runtime.bean.BeanTypeAware
 
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
 
getEditorMap() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 
getId() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 
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
getProperty() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
getSource() - Method in interface org.nuiton.jaxx.runtime.JAXXBinding
 

I

init(JAXXObject, C) - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
 
init() - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
INSTANCE - Static variable in class org.nuiton.jaxx.runtime.resources.UIResourcesProviders
 
INSTANCE - Static variable in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
 
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
 
isTouched() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 

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.
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(Properties) - 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
 

O

org.nuiton.jaxx.runtime - package org.nuiton.jaxx.runtime
 
org.nuiton.jaxx.runtime.bean - package org.nuiton.jaxx.runtime.bean
 
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
 
register(JComponent) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 
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
reset() - Method in interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
 
reset() - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 

S

setBean(JavaBean) - Method in interface org.nuiton.jaxx.runtime.spi.JavaBeanComponent
 
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
 
start(JAXXObject) - Method in class org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport
 

U

UIHandler<UI extends JAXXObject> - Interface in org.nuiton.jaxx.runtime.spi
Created on 11/26/13.
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.
A B C E F G I J L O P R S U 
Skip navigation links

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