Serialized Form
serialVersionUID: 1L
id
String id
javaClassName
String javaClassName
styleClass
String styleClass
parent
ComponentDescriptor parent
serialVersionUID: 1L
descriptors
ComponentDescriptor[] descriptors
stylesheet
Stylesheet stylesheet
|
Package jaxx.runtime.context |
serialVersionUID: 1L
name
String name
- name of the entry, can be nuill for a unamed entry.
klass
Class<T> klass
- class of the entry, can not be null
serialVersionUID: 1L
selectors
Selector[] selectors
properties
Map<K,V> properties
serialVersionUID: 1L
javaClassName
String javaClassName
styleClass
String styleClass
pseudoClass
String pseudoClass
id
String id
inline
boolean inline
serialVersionUID: 1L
rules
Rule[] rules
|
Package jaxx.runtime.decorator |
serialVersionUID: -1L
internalClass
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
String initialExpression
- the initial expression used to compute the decorator context.
serialVersionUID: 1L
expression
String expression
- expression to format using
String.format(String, Object...),
all variables are compute using using the jxpath tokens.
tokens
String[] tokens
- list of jxpath tokens to apply on expression
serialVersionUID: 1L
contexts
JXPathDecorator.Context<O>[] contexts
- Contexts of the decorator
separator
String separator
- context separator
separatorReplacement
String separatorReplacement
- context separator replacement
serialVersionUID: 1L
property
String property
- name of property
|
Package jaxx.runtime.swing |
serialVersionUID: 1L
serialVersionUID: 1L
contexts
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
PropertyChangeSupport pcs
- pour propager les changements dans le modèle vers l'ui
selected
String selected
- le contenu sélectionné
containerName
String containerName
ui
JAXXObject ui
container
Container container
serialVersionUID: -3626882543530638704L
serialVersionUID: 1L
margin
Insets margin
serialVersionUID: 1L
listenerList
EventListenerList listenerList
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
useToolTipText
boolean useToolTipText
serialVersionUID: 1L
serialVersionUID: -8940733376638766414L
items
List<E> items
selectedItem
Object selectedItem
serialVersionUID: 1L
serialVersionUID: -1598924187490122036L
items
List<E> items
serialVersionUID: 1L
serialVersionUID: 1L
glueText
String glueText
normalText
String normalText
glueTooltipText
String glueTooltipText
normalTooltipText
String normalTooltipText
normalMnemonic
int normalMnemonic
glueMnemonic
int glueMnemonic
_init
boolean _init
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
tableConstraints
GridBagConstraints tableConstraints
rowConstraints
GridBagConstraints rowConstraints
cellConstraints
GridBagConstraints cellConstraints
serialVersionUID: 1L
margin
Insets margin
|
Package jaxx.runtime.swing.editor |
serialVersionUID: 2L
type
Class<T> type
- Type of enumeration
serialVersionUID: -6777873426011538807L
type
Locale[] type
serialVersionUID: 1L
requireSelect
boolean requireSelect
|
Package jaxx.runtime.swing.nav |
serialVersionUID: 1L
beanType
Class<T> beanType
- Type of data of the node
|
Package jaxx.runtime.swing.nav.tree |
dataProvider
NavDataProvider dataProvider
- source de donnée
renderCache
Map<K,V> renderCache
- le cache de rendu
serialVersionUID: 1L
internalClass
Class<T> internalClass
- Type of data associated with the node
context
String context
- Optinal context to distinguish different nodes with same
NavTreeNode.internalClass.
id
String id
- Id of the data associated with the node.
dirty
boolean dirty
- Flag to know when renderer should (re-)compute render of the node.
loaded
boolean loaded
- Flag to know when the none static node was loaded.
childLoador
NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>> childLoador
- Optional child loador to lazy create childs of the node.
serialVersionUID: 1L
|
Package jaxx.runtime.swing.nav.treetable |
serialVersionUID: 1L
internalClass
Class<T> internalClass
- Type of data associated with the node
context
String context
- Optinal context to distinguish different nodes with same
NavTreeTableNode.internalClass.
id
String id
- Id of the data associated with the node.
dirty
boolean dirty
- Flag to know when renderer should (re-)compute render of the node.
loaded
boolean loaded
- Flag to know when the none static node was loaded.
childLoador
NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>> childLoador
- Optional child loador to lazy create childs of the node.
serialVersionUID: 1L
|
Package jaxx.runtime.swing.renderer |
serialVersionUID: 1L
defaultDelegate
TableCellRenderer defaultDelegate
checkBox
JCheckBox checkBox
serialVersionUID: 1L
cache
Map<K,V> cache
showIcon
boolean showIcon
showText
boolean showText
|
Package jaxx.runtime.swing.wizard |
|
Package jaxx.runtime.swing.wizard.ext |
Copyright © 2008-2011 CodeLutin. All Rights Reserved.