| Package | Description |
|---|---|
| jaxx.runtime | |
| jaxx.runtime.binding | |
| jaxx.runtime.css | |
| jaxx.runtime.spi | |
| jaxx.runtime.swing | |
| jaxx.runtime.swing.help |
| Modifier and Type | Method and Description |
|---|---|
JAXXObject |
JAXXBinding.getSource() |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static byte |
JAXXUtil.assignment(byte value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static char |
JAXXUtil.assignment(char value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static double |
JAXXUtil.assignment(double value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static float |
JAXXUtil.assignment(float value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static int |
JAXXUtil.assignment(int value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static long |
JAXXUtil.assignment(long value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static Object |
JAXXUtil.assignment(Object value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
static short |
JAXXUtil.assignment(short value,
String name,
JAXXObject src)
Deprecated.
since 2.4.2, never use, will not be replaced
|
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.reloadBinding(JAXXObject src,
String bindingId)
Convinient method to reload a given binding by his id on a JAXX ui.
|
static void |
JAXXUtil.removeDataBinding(JAXXObject src,
String... bindings)
Convinient method to remove more than one binding on a JAXX ui.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
protected JAXXObject |
DefaultJAXXBinding.source
The source of the binding.
|
| Modifier and Type | Method and Description |
|---|---|
JAXXObject |
DefaultJAXXBinding.getSource() |
| Constructor and Description |
|---|
DefaultJAXXBinding(JAXXObject source,
String id,
boolean defaultBinding)
Creates a new Data binding which will run the given data binding
when it receives a
PropertyChangeEvent. |
DefaultJAXXBinding(JAXXObject source,
String id,
boolean defaultBinding,
boolean reloadAfterFire)
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UIHandler<UI extends JAXXObject>
Created on 11/26/13.
|
| Constructor and Description |
|---|
CardLayout2Ext(JAXXObject ui,
String containerName) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractButton |
JAXXHelpBroker.getShowHelpButton(JAXXObject c) |
void |
JAXXHelpBroker.prepareUI(JAXXObject c) |
Copyright © 2008–2013 CodeLutin. All rights reserved.