Serialized Form


Package jaxx.runtime

Class jaxx.runtime.ComponentDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

javaClassName

String javaClassName

styleClass

String styleClass

parent

ComponentDescriptor parent

Class jaxx.runtime.JAXXObjectDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

descriptors

ComponentDescriptor[] descriptors

stylesheet

Stylesheet stylesheet

Package jaxx.runtime.context

Class jaxx.runtime.context.JAXXContextEntryDef extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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


Package jaxx.runtime.css

Class jaxx.runtime.css.Rule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectors

Selector[] selectors

properties

Map<K,V> properties

Class jaxx.runtime.css.Selector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

javaClassName

String javaClassName

styleClass

String styleClass

pseudoClass

String pseudoClass

id

String id

inline

boolean inline

Class jaxx.runtime.css.Stylesheet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rules

Rule[] rules

Package jaxx.runtime.decorator

Class jaxx.runtime.decorator.Decorator extends Object implements Serializable

serialVersionUID: -1L

Serialized Fields

internalClass

Class<T> internalClass
Type of the data to decorate

Class jaxx.runtime.decorator.JXPathDecorator extends Decorator<O> implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class jaxx.runtime.decorator.JXPathDecorator.Context extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class jaxx.runtime.decorator.MultiJXPathDecorator extends JXPathDecorator<O> implements Serializable

serialVersionUID: 1L

Serialized Fields

contexts

JXPathDecorator.Context<O>[] contexts
Contexts of the decorator


separator

String separator
context separator


separatorReplacement

String separatorReplacement
context separator replacement

Class jaxx.runtime.decorator.PropertyDecorator extends Decorator<O> implements Serializable

serialVersionUID: 1L

Serialized Fields

property

String property
name of property


Package jaxx.runtime.swing

Class jaxx.runtime.swing.Application extends JFrame implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.CardLayout2 extends CardLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class jaxx.runtime.swing.CardLayout2Ext extends CardLayout2 implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class jaxx.runtime.swing.GBC extends GridBagConstraints implements Serializable

serialVersionUID: -3626882543530638704L

Class jaxx.runtime.swing.HBox extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

margin

Insets margin

Class jaxx.runtime.swing.JAXXButtonGroup extends ButtonGroup implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerList

EventListenerList listenerList

propertyChangeSupport

PropertyChangeSupport propertyChangeSupport

useToolTipText

boolean useToolTipText

Class jaxx.runtime.swing.JAXXComboBox extends JComboBox implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.JAXXComboBox.JAXXComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: -8940733376638766414L

Serialized Fields

items

List<E> items

selectedItem

Object selectedItem

Class jaxx.runtime.swing.JAXXList extends JList implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.JAXXList.JAXXListModel extends AbstractListModel implements Serializable

serialVersionUID: -1598924187490122036L

Serialized Fields

items

List<E> items

Class jaxx.runtime.swing.JAXXTab extends Table implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.JAXXToggleButton extends JToggleButton implements Serializable

serialVersionUID: 1L

Serialized Fields

glueText

String glueText

normalText

String normalText

glueTooltipText

String glueTooltipText

normalTooltipText

String normalTooltipText

normalMnemonic

int normalMnemonic

glueMnemonic

int glueMnemonic

_init

boolean _init

Class jaxx.runtime.swing.JAXXTree extends JTree implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.Spacer extends JComponent implements Serializable

serialVersionUID: 1L

Class jaxx.runtime.swing.Table extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tableConstraints

GridBagConstraints tableConstraints

rowConstraints

GridBagConstraints rowConstraints

cellConstraints

GridBagConstraints cellConstraints

Class jaxx.runtime.swing.VBox extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

margin

Insets margin

Package jaxx.runtime.swing.editor

Class jaxx.runtime.swing.editor.EnumEditor extends JComboBox implements Serializable

serialVersionUID: 2693771553067104538L

Serialized Fields

type

Class<T> type

Class jaxx.runtime.swing.editor.LocaleEditor extends JComboBox implements Serializable

serialVersionUID: -6777873426011538807L

Serialized Fields

type

Locale[] type

Class jaxx.runtime.swing.editor.MyDefaultCellEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

requireSelect

boolean requireSelect

Package jaxx.runtime.swing.navigation

Class jaxx.runtime.swing.navigation.ItemNavigationCardPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

layout

CardLayout layout

Class jaxx.runtime.swing.navigation.ItemNavigationPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

associatedClass

Class<T> associatedClass

Class jaxx.runtime.swing.navigation.NavigationTreeHandler extends DefaultTreeSelectionModel implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class jaxx.runtime.swing.navigation.NavigationTreeHandlerWithCardLayout extends NavigationTreeHandler implements Serializable

Class jaxx.runtime.swing.navigation.NavigationTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 1L

Serialized Fields

pathSeparator

String pathSeparator
The path separator used to build the NavigationTreeNode.fullPath.

See Also:
NavigationTreeNode.getNodePath(), NavigationTreeNode.getFullPath()

context

JAXXContext context
Context to retrieve beans

Class jaxx.runtime.swing.navigation.NavigationTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Serialized Fields

pathSeparator

String pathSeparator
The path separator used to build the NavigationTreeNode.fullPath.

See Also:
NavigationTreeNode.path, NavigationTreeNode.fullPath

path

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

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

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

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

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

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

Class jaxx.runtime.swing.navigation.NavigationTreeNodeRendererDecoratorImpl extends Object implements Serializable

serialVersionUID: -1L

Serialized Fields

decorator

Decorator<O> decorator
Decorator


internalClass

Class<T> internalClass
internal class of representing data


text

String text
last renderered value

Class jaxx.runtime.swing.navigation.NavigationTreeNodeRendererI18nImpl extends Object implements Serializable

serialVersionUID: -1L

Serialized Fields

libelle

String libelle
Static i18n label to render


internalClass

Class<T> internalClass
internal class of representing data


text

String text
last renderered value


Package jaxx.runtime.swing.renderer

Class jaxx.runtime.swing.renderer.BooleanCellRenderer extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultDelegate

TableCellRenderer defaultDelegate

checkBox

JCheckBox checkBox

Class jaxx.runtime.swing.renderer.LocaleListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

Map<K,V> cache

showIcon

boolean showIcon

showText

boolean showText

Package jaxx.runtime.swing.wizard

Package jaxx.runtime.validator

Class jaxx.runtime.validator.BeanValidatorEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

field

BeanValidatorField<B> field
the field impacted by the validator


scope

BeanValidatorScope scope
the scope impacted by the event


messagestoAdd

String[] messagestoAdd

messagestoDelete

String[] messagestoDelete

Package jaxx.runtime.validator.swing

Class jaxx.runtime.validator.swing.SwingValidatorMessageListModel extends AbstractListModel implements Serializable

serialVersionUID: 1L

Serialized Fields

data

List<E> data
list of messages actual displayed

Class jaxx.runtime.validator.swing.SwingValidatorMessageListRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

format

String format

formatTip

String formatTip

Class jaxx.runtime.validator.swing.SwingValidatorMessageTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

data

List<E> data
list of messages actual displayed

Class jaxx.runtime.validator.swing.SwingValidatorMessageTableRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L



Copyright © 2008-2010 CodeLutin. All Rights Reserved.