Uses of Interface
jaxx.runtime.JAXXObject

Packages that use JAXXObject
jaxx.runtime   
jaxx.runtime.binding   
jaxx.runtime.css   
jaxx.runtime.swing   
jaxx.runtime.swing.help   
 

Uses of JAXXObject in jaxx.runtime
 

Methods in jaxx.runtime that return JAXXObject
 JAXXObject JAXXBinding.getSource()
           
 

Methods in jaxx.runtime with parameters of type JAXXObject
static void JAXXUtil.applyDataBinding(JAXXObject src, Collection<String> bindings)
          Convinient method to apply more than one binding on a JAXX ui.
static void JAXXUtil.applyDataBinding(JAXXObject src, String... bindings)
          Convinient method to apply more than one binding on a JAXX ui.
static boolean JAXXUtil.assignment(boolean value, String name, JAXXObject src)
           
static byte JAXXUtil.assignment(byte value, String name, JAXXObject src)
           
static char JAXXUtil.assignment(char value, String name, JAXXObject src)
           
static double JAXXUtil.assignment(double value, String name, JAXXObject src)
           
static float JAXXUtil.assignment(float value, String name, JAXXObject src)
           
static int JAXXUtil.assignment(int value, String name, JAXXObject src)
           
static long JAXXUtil.assignment(long value, String name, JAXXObject src)
           
static Object JAXXUtil.assignment(Object value, String name, JAXXObject src)
           
static short JAXXUtil.assignment(short value, String name, JAXXObject src)
           
static DataBindingUpdateListener JAXXUtil.getDataBindingUpdateListener(JAXXObject object, String bindingName)
           
static List<JComponent> SwingUtil.getLayeredComponents(JAXXObject object)
           
static void JAXXUtil.initContext(JAXXObject ui, JAXXContext parentContext)
          Method to initialize the context of a ui.
static void JAXXUtil.processDataBinding(JAXXObject src, String... bindings)
          Convinient method to process more than one binding on a JAXX ui.
static void JAXXUtil.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
DataBindingListener(JAXXObject object, String dest)
          Creates a new DataBindingListener which will run the given data binding when it receives a PropertyChangeEvent.
DataBindingUpdateListener(JAXXObject object, String dest)
          Creates a new DataBindingUpdateListener which will remove and re-apply a data binding when it receives a PropertyChangeEvent.
 

Uses of JAXXObject in jaxx.runtime.binding
 

Fields in jaxx.runtime.binding declared as JAXXObject
protected  JAXXObject DefaultJAXXBinding.source
          The source of the binding.
 

Methods in jaxx.runtime.binding that return JAXXObject
 JAXXObject DefaultJAXXBinding.getSource()
           
 

Constructors in jaxx.runtime.binding with parameters of type JAXXObject
DefaultJAXXBinding(JAXXObject source, String id, boolean defaultBinding)
          Creates a new Data binding which will run the given data binding when it receives a PropertyChangeEvent.
SimpleJAXXObjectBinding(JAXXObject source, String id, boolean defaultBinding, String... propertyNames)
          Creates a new Data binding which will run the given data binding when it receives a PropertyChangeEvent.
 

Uses of JAXXObject in jaxx.runtime.css
 

Methods in jaxx.runtime.css with parameters of type JAXXObject
static Object Pseudoclasses.applyProperty(JAXXObject parent, Object object, String property, Object newValue, Object currentValue, int id)
           
static Object Pseudoclasses.removeProperty(JAXXObject parent, Object object, String property, Object oldValue, Object currentValue, int id)
           
 

Uses of JAXXObject in jaxx.runtime.swing
 

Constructors in jaxx.runtime.swing with parameters of type JAXXObject
CardLayout2Ext(JAXXObject ui, String containerName)
           
 

Uses of JAXXObject in jaxx.runtime.swing.help
 

Methods in jaxx.runtime.swing.help with parameters of type JAXXObject
protected  AbstractButton JAXXHelpBroker.getShowHelpButton(JAXXObject c)
           
 void JAXXHelpBroker.prepareUI(JAXXObject c)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.