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.swing |
serialVersionUID: 1L
acceptAction
Action acceptAction
- Action to be treated when click on icon
blockIcon
BufferedImage blockIcon
- Icon when you can not click
acceptIcon
BufferedImage acceptIcon
- Icon when you can click
blockingColor
Color blockingColor
- Optinal color to put fill background when blocking
canClick
boolean canClick
- Internal state to known when we can accept click
useIcon
boolean useIcon
- A flag to enable or disable the use of the icon.
If set to false, no icon will be displayed and no action
will be possible.
By default, this is active.
block
boolean block
- Internal state when should block event and paint layer
acceptedComponentNames
List<E> acceptedComponentNames
- Extra components names to accept even in block mode
acceptAction
Action acceptAction
- Action to be treated when click on icon
blockIcon
BufferedImage blockIcon
- Icon when you can not click
acceptIcon
BufferedImage acceptIcon
- Icon when you can click
blockingColor
Color blockingColor
- Optinal color to put fill background when blocking
canClick
boolean canClick
- Internal state to known when we can accept click
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.model |
values
Collection<E> values
listenerList
EventListenerList listenerList
pcs
PropertyChangeSupport pcs
delegate
DefaultListModel delegate
selectedValues
List<E> selectedValues
|
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
rendererDelegate
TableCellRenderer rendererDelegate
editorDelegate
TableCellEditor editorDelegate
icon
Icon icon
serialVersionUID: 1L
defaultDelegate
TableCellRenderer defaultDelegate
- Deprecated.
checkBox
JCheckBox checkBox
- Deprecated.
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-2012 CodeLutin. All Rights Reserved.