Serialized Form
serialVersionUID: 1L
id
java.lang.String id
javaClassName
java.lang.String javaClassName
styleClass
java.lang.String styleClass
parent
ComponentDescriptor parent
serialVersionUID: 1L
descriptors
ComponentDescriptor[] descriptors
stylesheet
Stylesheet stylesheet
|
Package jaxx.runtime.context |
serialVersionUID: 1L
name
java.lang.String name
- name of the entry, can be nuill for a unamed entry.
klass
java.lang.Class<T> klass
- class of the entry, can not be null
serialVersionUID: 1L
selectors
Selector[] selectors
properties
java.util.Map<K,V> properties
serialVersionUID: 1L
javaClassName
java.lang.String javaClassName
styleClass
java.lang.String styleClass
pseudoClass
java.lang.String pseudoClass
id
java.lang.String id
inline
boolean inline
serialVersionUID: 1L
rules
Rule[] rules
|
Package jaxx.runtime.decorator |
serialVersionUID: -1L
internalClass
java.lang.Class<T> internalClass
- Type of the data to decorate
serialVersionUID: 1L
context
JXPathDecorator.Context<O> context
- the computed context of the decorator
nbToken
int nbToken
- nb jxpath tokens to compute
initialExpression
java.lang.String initialExpression
- the initial expression used to compute the decorator context.
serialVersionUID: 1L
expression
java.lang.String expression
- expression to format using
String.format(String, Object...), all variables are compute
using using the jxpath tokens.
tokens
java.lang.String[] tokens
- list of jxpath tokens to apply on expression
serialVersionUID: 1L
contexts
JXPathDecorator.Context<O>[] contexts
- Contexts of the decorator
separator
java.lang.String separator
- context separator
separatorReplacement
java.lang.String separatorReplacement
- context separator replacement
serialVersionUID: 1L
property
java.lang.String property
- name of property
|
Package jaxx.runtime.swing |
serialVersionUID: 1L
serialVersionUID: 1L
contexts
java.util.List<E> contexts
- list of already loaded context (since the
CardLayout.vector attribute is package visible...
useOnlyVisibleComponentDimension
boolean useOnlyVisibleComponentDimension
- A flag to compute dimension only on visible component.
This is usefull when we only care of the visible component.
serialVersionUID: 1L
pcs
java.beans.PropertyChangeSupport pcs
- pour propager les changements dans le modèle vers l'ui
selected
java.lang.String selected
- le contenu sélectionné
containerName
java.lang.String containerName
ui
JAXXObject ui
container
java.awt.Container container
serialVersionUID: -3626882543530638704L
serialVersionUID: 1L
margin
java.awt.Insets margin
serialVersionUID: 1L
listenerList
javax.swing.event.EventListenerList listenerList
propertyChangeSupport
java.beans.PropertyChangeSupport propertyChangeSupport
useToolTipText
boolean useToolTipText
serialVersionUID: 1L
serialVersionUID: -8940733376638766414L
items
java.util.List<E> items
selectedItem
java.lang.Object selectedItem
serialVersionUID: 1L
serialVersionUID: -1598924187490122036L
items
java.util.List<E> items
serialVersionUID: 1L
serialVersionUID: 1L
glueText
java.lang.String glueText
normalText
java.lang.String normalText
glueTooltipText
java.lang.String glueTooltipText
normalTooltipText
java.lang.String normalTooltipText
normalMnemonic
int normalMnemonic
glueMnemonic
int glueMnemonic
_init
boolean _init
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
tableConstraints
java.awt.GridBagConstraints tableConstraints
rowConstraints
java.awt.GridBagConstraints rowConstraints
cellConstraints
java.awt.GridBagConstraints cellConstraints
serialVersionUID: 1L
margin
java.awt.Insets margin
|
Package jaxx.runtime.swing.editor |
serialVersionUID: 2693771553067104538L
type
java.lang.Class<T> type
serialVersionUID: -6777873426011538807L
type
java.util.Locale[] type
serialVersionUID: 1L
requireSelect
boolean requireSelect
|
Package jaxx.runtime.swing.navigation |
serialVersionUID: 1L
layout
java.awt.CardLayout layout
serialVersionUID: 1L
associatedClass
java.lang.Class<T> associatedClass
serialVersionUID: 1L
context
JAXXContext context
- UI which contains navigation tree
strategy
NavigationTreeHandler.Strategy strategy
- UI Instanciation strategy
contextHelper
NavigationTreeContextHelper contextHelper
- JAXXContext access helper.
- Since:
- 1.7.2
serialVersionUID: 1L
pathSeparator
java.lang.String pathSeparator
- The path separator used to build the
NavigationTreeNode.fullPath.
- See Also:
NavigationTreeNode.getNodePath(),
NavigationTreeNode.getFullPath()
context
JAXXContext context
- Context to retrieve beans
serialVersionUID: 1L
pathSeparator
java.lang.String pathSeparator
- The path separator used to build the
NavigationTreeNode.fullPath.
- See Also:
NavigationTreeNode.path,
NavigationTreeNode.fullPath
path
java.lang.String path
- The node path.
Used to build the
NavigationTreeNode.fullPath which gives a unique identifier of the
node.
- See Also:
NavigationTreeNode.pathSeparator,
NavigationTreeNode.fullPath
fullPath
java.lang.String fullPath
- The full path for the node from the rood node.
This path is build by appending nodes
NavigationTreeNode.path from the root node
to this node, between each path we introduce the NavigationTreeNode.pathSeparator.
Exemple :
root
$root
`-- child1
`-- child2
will given $root/child1/child2.
- See Also:
NavigationTreeNode.pathSeparator,
NavigationTreeNode.path
uIClass
java.lang.Class<T> uIClass
- The UI class associated with the node.
This class can be
null, in that case, the
NavigationTreeModelBuilder.defaultUIClass will be used while
building the model.
uIHandlerClass
java.lang.Class<T> uIHandlerClass
- The UI handler class associated with the node.
This class can be
null, in that case, the
NavigationTreeModelBuilder.defaultUIHandlerClass will be used
while building the model.
jaxxContextEntryDef
JAXXContextEntryDef<O> jaxxContextEntryDef
- The context entry definition to retrieve the bean.
Note: If not set - the
bean will be retrieve on a ancestor
node.
jaxxContextEntryPath
java.lang.String jaxxContextEntryPath
- The jxPath to process to obtain real
bean from the data retrieve
in the context.
Note: If not set -no jxpath will be apply on the bean from context.
internalClass
java.lang.Class<T> internalClass
- The type of the related bean associated with the node.
Note: This type is here to override the NodeRenderer internalClass, since
we could need to override this data.
If this property is let to null, then we will use the NodeRenderer one
serialVersionUID: -1L
decorator
Decorator<O> decorator
- Decorator
internalClass
java.lang.Class<T> internalClass
- internal class of representing data
text
java.lang.String text
- last renderered value
serialVersionUID: -1L
libelle
java.lang.String libelle
- Static i18n label to render
internalClass
java.lang.Class<T> internalClass
- internal class of representing data
text
java.lang.String text
- last renderered value
|
Package jaxx.runtime.swing.renderer |
serialVersionUID: 1L
defaultDelegate
javax.swing.table.TableCellRenderer defaultDelegate
checkBox
javax.swing.JCheckBox checkBox
serialVersionUID: 1L
cache
java.util.Map<K,V> cache
showIcon
boolean showIcon
showText
boolean showText
|
Package jaxx.runtime.swing.wizard |
|
Package jaxx.runtime.validator |
serialVersionUID: 1L
field
BeanValidatorField<B> field
- the field impacted by the validator
scope
BeanValidatorScope scope
- the scope impacted by the event
messagestoAdd
java.lang.String[] messagestoAdd
messagestoDelete
java.lang.String[] messagestoDelete
|
Package jaxx.runtime.validator.swing |
serialVersionUID: 1L
data
java.util.List<E> data
- list of messages actual displayed
serialVersionUID: 1L
format
java.lang.String format
formatTip
java.lang.String formatTip
serialVersionUID: 1L
data
java.util.List<E> data
- list of messages actual displayed
serialVersionUID: 1L
Copyright © 2008-2010 CodeLutin. All Rights Reserved.