|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAXXObject | |
|---|---|
| jaxx.runtime | |
| jaxx.runtime.binding | |
| jaxx.runtime.css | |
| jaxx.runtime.swing | |
| jaxx.runtime.swing.help | |
| jaxx.runtime.swing.navigation | JAXX - tree utilities This package contains all the classes of the navigation tree framework. |
| jaxx.runtime.swing.navigation.handler | |
| jaxx.runtime.swing.navigation.tree | |
| jaxx.runtime.swing.navigation.treetable | |
| jaxx.runtime.validator | |
| 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)
|
| Uses of JAXXObject in jaxx.runtime.swing.navigation |
|---|
| Fields in jaxx.runtime.swing.navigation with type parameters of type JAXXObject | |
|---|---|
protected Class<? extends JAXXObject> |
AbstractNavigationModelBuilder.defaultUIClass
default ui class to use if node does not define an ui class |
| Methods in jaxx.runtime.swing.navigation that return types with arguments of type JAXXObject | |
|---|---|
Class<? extends JAXXObject> |
NavigationNode.getUIClass()
|
| Methods in jaxx.runtime.swing.navigation with parameters of type JAXXObject | |
|---|---|
abstract NavigationHandler<E> |
AbstractNavigationHelper.createTreeHandler(JAXXObject context)
Create the tree handler. |
| Method parameters in jaxx.runtime.swing.navigation with type arguments of type JAXXObject | |
|---|---|
void |
NavigationModelBuilder.addNodeJaxxClasses(E node,
Class<? extends JAXXObject> uIClass,
Class<? extends JAXXAction> uIHandlerClass)
|
void |
AbstractNavigationModelBuilder.addNodeJaxxClasses(E node,
Class<? extends JAXXObject> uIClass,
Class<? extends JAXXAction> uIHandlerClass)
|
E |
NavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
JAXXContextEntryDef<?> entryDef,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
JAXXContextEntryDef<?> entryDef,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
NavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
JAXXContextEntryDef<?> entryDef,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
JAXXContextEntryDef<?> entryDef,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
NavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
Decorator<?> decorator,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
NavigationModelBuilder.build(E parentNode,
String libelle,
JAXXContextEntryDef<?> entryDef,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
String libelle,
JAXXContextEntryDef<?> entryDef,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
NavigationModelBuilder.build(E parentNode,
String libelle,
JAXXContextEntryDef<?> entryDef,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
String libelle,
JAXXContextEntryDef<?> entryDef,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
NavigationModelBuilder.build(E parentNode,
String libelle,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
E |
AbstractNavigationModelBuilder.build(E parentNode,
String libelle,
String entryPath,
String contextName,
Class<? extends JAXXObject> uiClass,
Class<? extends JAXXAction> actionClass)
|
void |
NavigationNode.setUIClass(Class<? extends JAXXObject> uIClass)
|
| Constructor parameters in jaxx.runtime.swing.navigation with type arguments of type JAXXObject | |
|---|---|
AbstractNavigationModelBuilder(Class<? extends JAXXObject> defaultUIClass,
Class<? extends JAXXAction> defaultUIHandlerClass,
NavigationModel<E> model)
|
|
| Uses of JAXXObject in jaxx.runtime.swing.navigation.handler |
|---|
| Constructors in jaxx.runtime.swing.navigation.handler with parameters of type JAXXObject | |
|---|---|
AbstractNavigationHandler(String contextPrefix,
JAXXObject context,
NavigationHandler.Strategy strategy)
|
|
NavigationMultiTreeHandler(String contextPrefix,
JAXXObject context,
NavigationHandler.Strategy strategy)
|
|
NavigationOneClicSelectionHandler(String contextPrefix,
JAXXObject context,
NavigationHandler.Strategy strategy)
|
|
NavigationTreeHandlerWithCardLayout(String contextPrefix,
JAXXObject context,
NavigationHandler.Strategy strategy)
|
|
| Uses of JAXXObject in jaxx.runtime.swing.navigation.tree |
|---|
| Fields in jaxx.runtime.swing.navigation.tree with type parameters of type JAXXObject | |
|---|---|
protected Class<? extends JAXXObject> |
NavigationTreeNode.uIClass
The UI class associated with the node. |
| Methods in jaxx.runtime.swing.navigation.tree that return types with arguments of type JAXXObject | |
|---|---|
Class<? extends JAXXObject> |
NavigationTreeNode.getUIClass()
|
| Method parameters in jaxx.runtime.swing.navigation.tree with type arguments of type JAXXObject | |
|---|---|
void |
NavigationTreeNode.setUIClass(Class<? extends JAXXObject> uIClass)
|
| Constructor parameters in jaxx.runtime.swing.navigation.tree with type arguments of type JAXXObject | |
|---|---|
NavigationTreeModelBuilder(Class<? extends JAXXObject> defaultUIClass,
Class<? extends JAXXAction> defaultUIHandlerClass,
NavigationTreeModel model)
|
|
NavigationTreeModelBuilder(String pathSeparator,
JAXXContext context,
Class<? extends JAXXObject> defaultUIClass,
Class<? extends JAXXAction> defaultUIHandlerClass)
|
|
| Uses of JAXXObject in jaxx.runtime.swing.navigation.treetable |
|---|
| Fields in jaxx.runtime.swing.navigation.treetable with type parameters of type JAXXObject | |
|---|---|
protected Class<? extends JAXXObject> |
NavigationTreeTableNode.uIClass
The UI class associated with the node. |
| Methods in jaxx.runtime.swing.navigation.treetable that return types with arguments of type JAXXObject | |
|---|---|
Class<? extends JAXXObject> |
NavigationTreeTableNode.getUIClass()
|
| Method parameters in jaxx.runtime.swing.navigation.treetable with type arguments of type JAXXObject | |
|---|---|
void |
NavigationTreeTableNode.setUIClass(Class<? extends JAXXObject> uIClass)
|
| Constructor parameters in jaxx.runtime.swing.navigation.treetable with type arguments of type JAXXObject | |
|---|---|
NavigationTreeTableModelBuilder(Class<? extends JAXXObject> defaultUIClass,
Class<? extends JAXXAction> defaultUIHandlerClass,
NavigationTreeTableModel model)
|
|
NavigationTreeTableModelBuilder(String pathSeparator,
JAXXContext context,
Class<? extends JAXXObject> defaultUIClass,
Class<? extends JAXXAction> defaultUIHandlerClass,
List<String> columnsName)
|
|
| Uses of JAXXObject in jaxx.runtime.validator |
|---|
| Methods in jaxx.runtime.validator with parameters of type JAXXObject | |
|---|---|
static void |
BeanValidatorUtil.setValidatorBean(JAXXObject ui,
Object bean,
String... excludeIds)
Convinient method to attach a bean to all validators of an JAXXObject. |
static void |
BeanValidatorUtil.setValidatorChanged(JAXXObject ui,
boolean newValue,
String... excludeIds)
Convinient method to set the changed property to all validators of an JAXXObject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||