Uses of Interface
jaxx.runtime.JAXXObject
-
Packages that use JAXXObject Package Description jaxx.runtime jaxx.runtime.binding jaxx.runtime.css jaxx.runtime.spi jaxx.runtime.swing jaxx.runtime.swing.help -
-
Uses of JAXXObject in jaxx.runtime
Methods in jaxx.runtime that return JAXXObject Modifier and Type Method Description JAXXObjectJAXXBinding. getSource()Methods in jaxx.runtime with parameters of type JAXXObject Modifier and Type Method Description static voidJAXXUtil. applyDataBinding(JAXXObject src, String... bindings)Convinient method to apply more than one binding on a JAXX ui.static voidJAXXUtil. applyDataBinding(JAXXObject src, Collection<String> bindings)Convinient method to apply more than one binding on a JAXX ui.static booleanJAXXUtil. assignment(boolean value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic byteJAXXUtil. assignment(byte value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic charJAXXUtil. assignment(char value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic doubleJAXXUtil. assignment(double value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic floatJAXXUtil. assignment(float value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic intJAXXUtil. assignment(int value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic longJAXXUtil. assignment(long value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic shortJAXXUtil. assignment(short value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic ObjectJAXXUtil. assignment(Object value, String name, JAXXObject src)Deprecated.since 2.4.2, never use, will not be replacedstatic DataBindingUpdateListenerJAXXUtil. getDataBindingUpdateListener(JAXXObject object, String bindingName)static List<JComponent>SwingUtil. getLayeredComponents(JAXXObject object)static voidJAXXUtil. initContext(JAXXObject ui, JAXXContext parentContext)Method to initialize the context of a ui.static voidJAXXUtil. processDataBinding(JAXXObject src, String... bindings)Convinient method to process more than one binding on a JAXX ui.static voidJAXXUtil. reloadBinding(JAXXObject src, String bindingId)Convinient method to reload a given binding by his id on a JAXX ui.static voidJAXXUtil. removeAllDataBindings(JAXXObject src)Convinient method to remove all than one binding on a JAXX ui.static voidJAXXUtil. removeDataBinding(JAXXObject src, String... bindings)Convinient method to remove more than one binding on a JAXX ui.Constructors in jaxx.runtime with parameters of type JAXXObject Constructor Description DataBindingListener(JAXXObject object, String dest)Creates a newDataBindingListenerwhich will run the given data binding when it receives aPropertyChangeEvent.DataBindingUpdateListener(JAXXObject object, String dest)Creates a newDataBindingUpdateListenerwhich will remove and re-apply a data binding when it receives aPropertyChangeEvent. -
Uses of JAXXObject in jaxx.runtime.binding
Fields in jaxx.runtime.binding declared as JAXXObject Modifier and Type Field Description protected JAXXObjectDefaultJAXXBinding. sourceThe source of the binding.Methods in jaxx.runtime.binding that return JAXXObject Modifier and Type Method Description JAXXObjectDefaultJAXXBinding. getSource()Constructors in jaxx.runtime.binding with parameters of type JAXXObject Constructor Description DefaultJAXXBinding(JAXXObject source, String id, boolean defaultBinding)Creates a new Data binding which will run the given data binding when it receives aPropertyChangeEvent.DefaultJAXXBinding(JAXXObject source, String id, boolean defaultBinding, boolean reloadAfterFire)Creates a new Data binding which will run the given data binding when it receives aPropertyChangeEvent.SimpleJAXXObjectBinding(JAXXObject source, String id, boolean defaultBinding, String... propertyNames)Creates a new Data binding which will run the given data binding when it receives aPropertyChangeEvent. -
Uses of JAXXObject in jaxx.runtime.css
Methods in jaxx.runtime.css with parameters of type JAXXObject Modifier and Type Method Description static ObjectPseudoclasses. applyProperty(JAXXObject parent, Object object, String property, Object newValue, Object currentValue, int id)static ObjectPseudoclasses. removeProperty(JAXXObject parent, Object object, String property, Object oldValue, Object currentValue, int id) -
Uses of JAXXObject in jaxx.runtime.spi
Classes in jaxx.runtime.spi with type parameters of type JAXXObject Modifier and Type Interface Description interfaceUIHandler<UI extends JAXXObject>Created on 11/26/13. -
Uses of JAXXObject in jaxx.runtime.swing
Constructors in jaxx.runtime.swing with parameters of type JAXXObject Constructor Description CardLayout2Ext(JAXXObject ui, String containerName) -
Uses of JAXXObject in jaxx.runtime.swing.help
Methods in jaxx.runtime.swing.help with parameters of type JAXXObject Modifier and Type Method Description protected AbstractButtonJAXXHelpBroker. getShowHelpButton(JAXXObject c)voidJAXXHelpBroker. prepareUI(JAXXObject c)
-