Serialized Form


Package com.jaxfront.core.clipboard

Class com.jaxfront.core.clipboard.CopyTypeWrapper extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.jaxfront.core.dom

Class com.jaxfront.core.dom.DirtyChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

_hasChanged

boolean _hasChanged

Class com.jaxfront.core.dom.DocumentCreationException extends java.lang.Exception implements Serializable

Serialized Fields

_occuredException

java.lang.Exception _occuredException

_isSevere

boolean _isSevere

_type

int _type

_fingerprint

FingerPrint _fingerprint

Class com.jaxfront.core.dom.DOMChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

stype

long stype

_movedFrom

int _movedFrom

_movedTo

int _movedTo

_index

int _index

_changedName

java.lang.String _changedName

_oldValue

java.lang.String _oldValue

_newValue

java.lang.String _newValue

_isTemporary

boolean _isTemporary

_indexes

int[] _indexes

Class com.jaxfront.core.dom.JAXFrontPropertyChangeEvent extends java.beans.PropertyChangeEvent implements Serializable

Serialized Fields

_viewSource

java.lang.Object _viewSource

_callStack

java.util.Stack<E> _callStack

Class com.jaxfront.core.dom.JAXFrontPropertyChangeSupport extends java.beans.PropertyChangeSupport implements Serializable


Package com.jaxfront.core.help

Class com.jaxfront.core.help.HelpEvent extends java.util.EventObject implements Serializable

Serialized Fields

_helpID

java.lang.String _helpID

Package com.jaxfront.core.jep

Class com.jaxfront.core.jep.ArrayResult extends java.util.Vector implements Serializable


Package com.jaxfront.core.rule

Class com.jaxfront.core.rule.AbstractAction extends java.lang.Object implements Serializable

Serialized Fields

_definedOnType

Type _definedOnType

_xuiType

Type _xuiType

_includeOnlySerializableNodes

boolean _includeOnlySerializableNodes

_useActionTargetAsBase

boolean _useActionTargetAsBase

_targetXPath

java.lang.String _targetXPath

_inverseAction

AbstractAction _inverseAction

_className

java.lang.String _className

_userAction

Action _userAction

Class com.jaxfront.core.rule.ActionImpl extends ModelAction implements Serializable

Class com.jaxfront.core.rule.ActionPerformEvent extends java.util.EventObject implements Serializable

Serialized Fields

_xpath

java.lang.String _xpath

_methodName

java.lang.String _methodName

_method

java.lang.reflect.Method _method

_values

java.lang.Object[] _values

Class com.jaxfront.core.rule.ConditionExpression extends AbstractCondition implements Serializable

Serialized Fields

_formulaExpression

FormulaExpression _formulaExpression

_useEventSourceAsBase

boolean _useEventSourceAsBase

_userConditionClass

java.lang.Class<T> _userConditionClass

_userCondition

Condition _userCondition

Class com.jaxfront.core.rule.DefaultActionImpl extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_ruleId

java.lang.String _ruleId

Class com.jaxfront.core.rule.FormulaException extends java.lang.Throwable implements Serializable

Serialized Fields

_nestedException

java.lang.Throwable _nestedException

Class com.jaxfront.core.rule.FormulaExpression extends java.lang.Object implements Serializable

Serialized Fields

_source

Type _source

_expression

java.lang.String _expression

_includeOnlySerializable

boolean _includeOnlySerializable

_formulaResult

java.lang.String _formulaResult

_tableCell

TableCell _tableCell

_referencedExpressionNodes

java.util.Vector<E> _referencedExpressionNodes

_cachedResult

java.lang.Object _cachedResult

_isReleased

boolean _isReleased

_domRegistered

boolean _domRegistered

Class com.jaxfront.core.rule.GlobalRule extends java.lang.Object implements Serializable

Serialized Fields

_source

Type _source

_executionMode

java.lang.String _executionMode

_id

java.lang.String _id

_condition

ConditionExpression _condition

_actions

java.util.List<E> _actions

Class com.jaxfront.core.rule.JavaAction extends AbstractAction implements Serializable

Serialized Fields

_javaImplementation

Action _javaImplementation

Class com.jaxfront.core.rule.JumpToAction extends javax.swing.AbstractAction implements Serializable

Class com.jaxfront.core.rule.ModelAction extends AbstractAction implements Serializable

Serialized Fields

_expression

FormulaExpression _expression

Class com.jaxfront.core.rule.RecursionException extends java.lang.Exception implements Serializable

Serialized Fields

_recursionObject

java.lang.Object _recursionObject

Class com.jaxfront.core.rule.RuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_source

Type _source

_executionMode

java.lang.String _executionMode

_id

java.lang.String _id

_condition

ConditionExpression _condition

_actions

java.util.List<E> _actions

_eventType

long _eventType

_scope

java.lang.String _scope

_priority

int _priority

_doesConcernNoneSerializableSource

boolean _doesConcernNoneSerializableSource

_doesConcernOnlyVisibleSource

boolean _doesConcernOnlyVisibleSource

_isReleased

boolean _isReleased

Class com.jaxfront.core.rule.RuleInvocationException extends java.lang.Exception implements Serializable

Serialized Fields

_action

IAction _action

_target

java.lang.Object _target

Class com.jaxfront.core.rule.SimpleRuleImpl extends RuleImpl implements Serializable

Class com.jaxfront.core.rule.UIAction extends AbstractAction implements Serializable

Serialized Fields

_method

java.lang.reflect.Method _method

_methodName

java.lang.String _methodName

_parameterTypes

java.lang.Class<T>[] _parameterTypes

_params

MethodParameter[] _params

Package com.jaxfront.core.schema

Class com.jaxfront.core.schema.KeyRefException extends java.lang.Exception implements Serializable

Serialized Fields

_references

java.util.Vector<E> _references

Class com.jaxfront.core.schema.SchemaCreationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_occuredException

java.lang.Throwable _occuredException

Class com.jaxfront.core.schema.ValidationException extends java.lang.Exception implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception

_condition

ConditionExpression _condition

_source

Type _source

_messageText

java.lang.String _messageText

_classification

java.lang.String _classification

_invalidCodeSetValue

java.lang.String _invalidCodeSetValue

_needsUserAcceptance

boolean _needsUserAcceptance

_showDialog

boolean _showDialog

_exceptionType

int _exceptionType

Package com.jaxfront.core.schema.impl

Class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl extends java.lang.Object implements Serializable

Serialized Fields

_recursiveElements

SchemaNode[] _recursiveElements

_type

Type _type

_isSimpleContent

boolean _isSimpleContent

_isGroup

boolean _isGroup

_isAttributeGroup

boolean _isAttributeGroup

_isAbstract

boolean _isAbstract

_isAnonymous

boolean _isAnonymous

_simpleContentIndex

int _simpleContentIndex

_baseName

java.lang.String _baseName

_nameSpace

java.lang.String _nameSpace

_name

java.lang.String _name

_qName

java.lang.String _qName

_isChoice

boolean _isChoice

_choiceMin

int _choiceMin

_choiceMax

int _choiceMax

_isRecursion

boolean _isRecursion

_simpleContent

SchemaSimpleType _simpleContent

_schemaElement

SchemaNode _schemaElement

_elementSet

SchemaNode[] _elementSet

_attributeSet

SchemaNode[] _attributeSet

_recElementNames

java.lang.String[] _recElementNames

Class com.jaxfront.core.schema.impl.SchemaSimpleTypeImpl extends SchemaComplexTypeImpl implements Serializable

Serialized Fields

_primitiveDataType

int _primitiveDataType

_orgPrimitiveDataType

int _orgPrimitiveDataType

_choices

java.lang.String[] _choices

_minLength

long _minLength

_maxLength

long _maxLength

_minInclValue

double _minInclValue

_minExclValue

double _minExclValue

_maxInclValue

double _maxInclValue

_maxExclValue

double _maxExclValue

_totalDigits

int _totalDigits

_fractionDigits

int _fractionDigits

_whitespace

java.lang.String _whitespace

_regularExpression

java.lang.String _regularExpression

_isAnyType

boolean _isAnyType

Package com.jaxfront.core.type

Class com.jaxfront.core.type.AbstractCompositeType extends AbstractType implements Serializable

Serialized Fields

_types

java.util.List<E> _types

_choiceTypes

java.util.Hashtable<K,V> _choiceTypes

_choicesCreated

boolean _choicesCreated

_hasAttributes

short _hasAttributes

_emptyType

EmptyType _emptyType

_needRecursiveRepresentation

boolean _needRecursiveRepresentation

_relevantChoiceNames

java.lang.String[] _relevantChoiceNames

_dispValue

java.lang.String _dispValue

_lastUpdate

long _lastUpdate

Class com.jaxfront.core.type.AbstractListType extends AbstractType implements Serializable

Serialized Fields

_editingType

Type _editingType

_list

java.util.List<E> _list

_noTargetXUIDefinitions

java.util.List<E> _noTargetXUIDefinitions

_sortIndexes

int[] _sortIndexes

_uniqueListItemID

int _uniqueListItemID

Class com.jaxfront.core.type.AbstractType extends java.lang.Object implements Serializable

Serialized Fields

_id

short[] _id

_name

java.lang.String _name

_isDirtyXPath

boolean _isDirtyXPath

_isAnonymous

java.lang.Boolean _isAnonymous

_xpath

java.lang.String _xpath

_pXpath

java.lang.String _pXpath

_schemaElement

SchemaNode _schemaElement

_parent

Type _parent

_choosen

Type _choosen

_uiDefinition

XUIDefinition _uiDefinition

_checkForEmptyContent

java.lang.Boolean _checkForEmptyContent

_globalXUIDefinitionsChecked

boolean _globalXUIDefinitionsChecked

_derivedTypesResolved

boolean _derivedTypesResolved

_derivedTypes

java.util.List<E> _derivedTypes

_derivedTypeNames

java.lang.String[] _derivedTypeNames

_serializable

boolean _serializable

_isIncluded

boolean _isIncluded

_hasParentListBeenResolved

boolean _hasParentListBeenResolved

_properties

java.util.Hashtable<K,V> _properties

_isChoice

boolean _isChoice

_isReleased

boolean _isReleased

_isAttribute

boolean _isAttribute

_typeClassification

short _typeClassification

_userInstanciated

boolean _userInstanciated

_template

Type _template

_recursionBuilt

boolean _recursionBuilt

_noneChoosen

boolean _noneChoosen

_needXUIMaintain

boolean _needXUIMaintain

_renderable

boolean _renderable

_isKeyContext

boolean _isKeyContext

Class com.jaxfront.core.type.ComplexGroup extends AbstractCompositeType implements Serializable

Class com.jaxfront.core.type.ComplexGroupList extends AbstractListType implements Serializable

Class com.jaxfront.core.type.EmptyType extends AbstractType implements Serializable

Class com.jaxfront.core.type.ListModificationException extends java.lang.Exception implements Serializable

Serialized Fields

_list

Type _list

_listItem

Type _listItem

_operation

int _operation

Class com.jaxfront.core.type.MethodParameter extends java.lang.Object implements Serializable

Serialized Fields

_type

Type _type

_className

java.lang.String _className

_value

java.lang.String _value

Class com.jaxfront.core.type.SimpleGroup extends AbstractCompositeType implements Serializable

Class com.jaxfront.core.type.SimpleGroupList extends AbstractListType implements Serializable

Class com.jaxfront.core.type.SimpleType extends AbstractType implements Serializable

Serialized Fields

_value

java.lang.String _value

_primitiveDataType

java.lang.Integer _primitiveDataType

_extendedType

java.lang.String _extendedType

_contextKeyRefType

SimpleType _contextKeyRefType

_processingInstructions

java.lang.String _processingInstructions

_keyType

byte _keyType

Class com.jaxfront.core.type.SimpleTypeList extends AbstractListType implements Serializable

Class com.jaxfront.core.type.ValidationChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

_type

int _type

Package com.jaxfront.core.ui

Class com.jaxfront.core.ui.ChoiceComboboxRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.jaxfront.core.ui.FlipOrientationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_isComplexList

java.lang.Boolean _isComplexList

_columns

java.util.List<E> _columns
The list of Columns in the table


_rowHeaders

java.util.Vector<E> _rowHeaders
The list of row Headers for the table. Values added by using the RowHeaderLabellingStrategy


_strategy

RowHeaderLabellingStrategy _strategy
The strategy to use for labelling the row headers


_isFlipped

boolean _isFlipped
Flag indicating whether the table if flipped


_showRowHeaders

boolean _showRowHeaders
Flag marking whether the (artificial) row headers (1,2,3,..) should be displayed at all


_listType

ListType _listType
Reference to "our" complex group list needed for evaluating XPath expressions


_tableInfo

TableInfo _tableInfo
TableInfo: Keeps Column Info Objects

Class com.jaxfront.core.ui.TreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

_rootType

Type _rootType

_xuiRootType

Type _xuiRootType

_sorter

XMLSchemaPositionSorter _sorter

Class com.jaxfront.core.ui.TreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

_model

TreeModel _model

_toolTip

java.lang.String _toolTip

_name

java.lang.String _name

_DOM

Document _DOM

_smartType

Type _smartType

_icon

javax.swing.Icon _icon

_isCheckBoxSelected

java.lang.Boolean _isCheckBoxSelected

lastUpdateNameTS

long lastUpdateNameTS

lastUpdateTTTS

long lastUpdateTTTS

Package com.jaxfront.core.ui.tableModel

Class com.jaxfront.core.ui.tableModel.FilterableTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

defaultComp

java.util.Comparator<T> defaultComp

_delegateTableModel

javax.swing.table.TableModel _delegateTableModel

_filterMapping

int[] _filterMapping

_filterMatchCount

int _filterMatchCount

rowCount

int rowCount

_tableFilter

FilterableTableModel.TableFilter _tableFilter

_rowsToFilterOut

int[] _rowsToFilterOut

Class com.jaxfront.core.ui.tableModel.FilteredJTableExample extends javax.swing.JFrame implements Serializable

Serialized Fields

table

com.jaxfront.core.ui.tableModel.FilteredJTableExample.FilterableJTable table

txtFilter

javax.swing.JTextField txtFilter

txtFilterB

javax.swing.JTextField txtFilterB

txtA

javax.swing.JTextField txtA

txtB

javax.swing.JTextField txtB

btnAddRow

javax.swing.JButton btnAddRow

cboSelectFilterColumn

javax.swing.JComboBox cboSelectFilterColumn

popupMenu

javax.swing.JPopupMenu popupMenu

Class com.jaxfront.core.ui.tableModel.FlippableListTypeTableModel extends ListTypeTableModel implements Serializable

Serialized Fields

_flipped

boolean _flipped

Class com.jaxfront.core.ui.tableModel.FlippableTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_delegateTableModel

javax.swing.table.TableModel _delegateTableModel

_flipped

boolean _flipped

Class com.jaxfront.core.ui.tableModel.ListTypeTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_isComplexList

java.lang.Boolean _isComplexList

_columns

java.util.List<E> _columns
The list of Columns in the table


_listType

ListType _listType
Reference to "our" complex group list needed for evaluating XPath expressions


_tableInfo

TableInfo _tableInfo
TableInfo: Keeps Column Info Objects


_strategy

RowHeaderLabellingStrategy _strategy
The strategy to use for labelling the row headers


_rowHeaders

java.util.Vector<E> _rowHeaders
The list of row Headers for the table. Values added by using the RowHeaderLabellingStrategy

Class com.jaxfront.core.ui.tableModel.RowHeaderRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

myTable

javax.swing.JTable myTable

mySelectedBorder

javax.swing.border.Border mySelectedBorder

myNormalBorder

javax.swing.border.Border myNormalBorder

mySelectedFont

java.awt.Font mySelectedFont

myNormalFont

java.awt.Font myNormalFont

Class com.jaxfront.core.ui.tableModel.RowLeadedColRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

mySelectedBorder

javax.swing.border.Border mySelectedBorder

myNormalBorder

javax.swing.border.Border myNormalBorder

mySelectedFont

java.awt.Font mySelectedFont

myNormalFont

java.awt.Font myNormalFont

Class com.jaxfront.core.ui.tableModel.SorterTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

columnClasses

java.lang.Class<T>[] columnClasses

_colNumSorterMode

boolean _colNumSorterMode

viewToModel

com.jaxfront.core.ui.tableModel.SorterTableModel.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Package com.jaxfront.core.util

Class com.jaxfront.core.util.CachedHashTable extends java.util.Hashtable implements Serializable

Class com.jaxfront.core.util.DoubleKeyHashtable extends java.lang.Object implements Serializable

serialVersionUID: 1421746759512286392L

Serialization Methods

writeObject

protected void writeObject(java.io.ObjectOutputStream s)
                    throws java.io.IOException
Save the state of the DoubleKeyHashtable to a stream (i.e., serialize it).

Serial Data:
The capacity of the DoubleKeyHashtable (the length of the bucket array) is emitted (int), followed by the size of the DoubleKeyHashtable (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the DoubleKeyHashtable The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hashtable.

 

Class com.jaxfront.core.util.DoubleKeyHashtableUnsynced extends DoubleKeyHashtable implements Serializable

Class com.jaxfront.core.util.EmptyQueueException extends java.lang.RuntimeException implements Serializable

Class com.jaxfront.core.util.IntrospectionMethodParameter extends java.lang.Object implements Serializable

Serialized Fields

_className

java.lang.String _className

_value

java.lang.String _value

Class com.jaxfront.core.util.LanguageEnhancedProperties extends java.util.Properties implements Serializable

Serialized Fields

defaults

LanguageEnhancedProperties defaults
A property list that contains default values for any keys not found in this property list.

 

Class com.jaxfront.core.util.LicenseErrorException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_dialog

javax.swing.JDialog _dialog

Class com.jaxfront.core.util.StringFormat extends java.text.Format implements Serializable

Serialized Fields

formNum

int formNum

formIndex

int formIndex

stringInex

int stringInex

width

int[] width

precision

int[] precision

pre

java.lang.String[] pre

post

java.lang.String[] post

leading_zeroes

boolean[] leading_zeroes

show_plus

boolean[] show_plus

alternate

boolean[] alternate

show_space

boolean[] show_space

left_align

boolean[] left_align

fmt

char[] fmt

Class com.jaxfront.core.util.UniqueObjectTester extends java.util.Hashtable implements Serializable

Class com.jaxfront.core.util.UTF8URL extends java.awt.Frame implements Serializable

Serialized Fields

label

java.awt.TextField label

textarea

java.awt.TextArea textarea

echo

java.awt.TextArea echo

Class com.jaxfront.core.util.XSDDateFormat extends java.text.DateFormat implements Serializable


Package com.jaxfront.core.util.io

Class com.jaxfront.core.util.io.ResourceException extends java.io.IOException implements Serializable


Package com.jaxfront.core.util.stringSearch

Class com.jaxfront.core.util.stringSearch.CharIntMap extends java.lang.Object implements Serializable

serialVersionUID: 1351686633123489568L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Package com.jaxfront.core.util.undo

Class com.jaxfront.core.util.undo.CompoundEditWrapper extends javax.swing.undo.CompoundEdit implements Serializable

Serialized Fields

_wasErrorControllerBlocked

boolean _wasErrorControllerBlocked

_targetDOM

Document _targetDOM

_manager

JAXFrontUndoManager _manager

Class com.jaxfront.core.util.undo.JAXFrontUndoManager extends UndoManagerWrapper implements Serializable

serialVersionUID: -496173452759318550L

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

_dom

Document _dom

_next

int _next

_compoundEdit

CompoundEditWrapper _compoundEdit

_blockInput

boolean _blockInput

_isUndoing

boolean _isUndoing

_isRedoing

boolean _isRedoing

Class com.jaxfront.core.util.undo.UndoManagerWrapper extends javax.swing.undo.CompoundEdit implements Serializable

Serialized Fields

indexOfNextAdd

int indexOfNextAdd

limit

int limit

Package com.jaxfront.core.xpath

Class com.jaxfront.core.xpath.DocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable

Serialized Fields

_listTypeIncluded

boolean _listTypeIncluded

_idOnly

boolean _idOnly

_editingTypeIncluded

boolean _editingTypeIncluded

_editingTypeTraversalOnly

boolean _editingTypeTraversalOnly

_onlySerializable

boolean _onlySerializable

_choosenOnly

boolean _choosenOnly

_secCacheKey

java.lang.Integer _secCacheKey

_buildLazyChoices

boolean _buildLazyChoices

Class com.jaxfront.core.xpath.DummyXPathRootType extends ComplexGroup implements Serializable

Serialized Fields

_dummyName

java.lang.String _dummyName

Class com.jaxfront.core.xpath.TypeXPath extends org.jaxen.BaseXPath implements Serializable


Package com.jaxfront.core.xpath.schema

Class com.jaxfront.core.xpath.schema.SchemaDocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable

Serialized Fields

_namespaceAware

boolean _namespaceAware

_namespaceMapping

java.util.Hashtable<K,V> _namespaceMapping

_recursions

java.util.Hashtable<K,V> _recursions

Class com.jaxfront.core.xpath.schema.SchemaXPath extends org.jaxen.BaseXPath implements Serializable


Package com.jaxfront.core.xui

Class com.jaxfront.core.xui.AbstractXUIElement extends java.lang.Object implements Serializable

Serialized Fields

_xuiType

Type _xuiType

_xuiDefinition

XUIDefinition _xuiDefinition

_properties

java.util.Hashtable<K,V> _properties

_propertyChangeSupport

java.beans.PropertyChangeSupport _propertyChangeSupport

_released

boolean _released

Class com.jaxfront.core.xui.BehaviourDefinition extends AbstractXUIElement implements Serializable

Class com.jaxfront.core.xui.ColumnInfo extends java.lang.Object implements Serializable

Serialized Fields

_holder

Type _holder
Holder of this line info.


_name

java.lang.String _name
The line's name


_index

int _index
Index of this lineInfo whithin a tableInfo definition.


_formulaExpressions

java.util.Vector<E> _formulaExpressions
A line info has a formula expression, as the XUI type for a line info is always the same - hence the formula expression only needs to be evaluated by passing the Type in the "row" of the line. This saves a tremendous amount of memory...


_iconExpressions

java.util.Vector<E> _iconExpressions
A line info may have an icon expression, as the XUI type for a line info is always the same - hence the formula expression only needs to be evaluated by passing the Type in the "row" of the line. This saves a tremendous amount of memory...


_lineWidth

int _lineWidth
The line's width when displayed as a column in a table


_lineInfoExpression

java.lang.String _lineInfoExpression
Formula expression string.


_iconExpression

java.lang.String _iconExpression
Icon expression string.


_isUsingDefaultRendering

boolean _isUsingDefaultRendering
flag to mark if lineinfo is using defaultRendering via defaultModifier


_allowContextNavigation

boolean _allowContextNavigation
Indicates if context navigation is allowed.


_contextFormulaExpressionString

java.lang.String _contextFormulaExpressionString
Context expression string.


_editorAlwaysVisible

boolean _editorAlwaysVisible

_contextFormulaExpression

FormulaExpression _contextFormulaExpression

Class com.jaxfront.core.xui.GlobalDefinition extends AbstractXUIElement implements Serializable

Serialized Fields

_sourceType

Type _sourceType

_decimalFormat

java.text.DecimalFormat _decimalFormat

_country

java.lang.String _country

_currentLocale

java.util.Locale _currentLocale

_dateFormat

java.text.DateFormat _dateFormat

_dateTimeFormat

java.text.DateFormat _dateTimeFormat

_timeFormat

java.text.DateFormat _timeFormat

_language

java.lang.String _language

_alternativeRequiredMarker

java.lang.String _alternativeRequiredMarker

_defaultPrefix

java.lang.String _defaultPrefix

_defaultPostfix

java.lang.String _defaultPostfix

Class com.jaxfront.core.xui.NLS extends LanguageEnhancedProperties implements Serializable

Serialized Fields

_language

java.lang.String _language

_hasChanged

boolean _hasChanged

_isInitializing

boolean _isInitializing

_nlsListener

java.util.Vector<E> _nlsListener

smallCashKey

java.lang.Object[] smallCashKey

smallCashValue

java.lang.Object[] smallCashValue

lastCI

int lastCI

Class com.jaxfront.core.xui.PluginBean extends java.lang.Object implements Serializable

Serialized Fields

_className

java.lang.String _className

_methodParameters

MethodParameter[] _methodParameters

Class com.jaxfront.core.xui.PluginException extends java.lang.Exception implements Serializable

Class com.jaxfront.core.xui.SearchDefinition extends AbstractXUIElement implements Serializable

Serialized Fields

_filters

java.util.List<E> _filters

_searchResult

SearchResult _searchResult

_type

java.lang.String _type

_query

java.lang.String _query

_pageSize

int _pageSize

Class com.jaxfront.core.xui.StyleDefinition extends AbstractXUIElement implements Serializable

Serialized Fields

_treeEntryDependsOnThisType

Type _treeEntryDependsOnThisType

_captionOccurrenceDependsOnThisType

Type _captionOccurrenceDependsOnThisType

_markError

boolean _markError

_isVisible

byte _isVisible

_isReadOnly

byte _isReadOnly

_isEnumeration

byte _isEnumeration

_isVisibleAtRuntime

java.lang.Boolean _isVisibleAtRuntime

Class com.jaxfront.core.xui.TableInfo extends ListInfo implements Serializable

Serialized Fields

_useDefaultPanelMode

boolean _useDefaultPanelMode
Indicates that edit mode has been set from default, rather than set mode PANEL explicitly.


_lineInfos

java.util.List<E> _lineInfos
Table info holds a list of information about 'Lines', (They contain info about name and xpath)

See Also:
ColumnInfo

_lineDirection

int _lineDirection
Marks the direction for the lines (as column or as rows)


_allowFlippingOnTheFly

boolean _allowFlippingOnTheFly
Flag to mark if flipping on the fly should be possible


_editMode

java.lang.String _editMode
Edit mode maybe: panel or dialog


_tableModelClass

java.lang.String _tableModelClass

_tablePosition

java.lang.String _tablePosition
table position: north,south,west,east


_columnHeaderLabellingStrategy

java.lang.String _columnHeaderLabellingStrategy
The strategy to use for labelling the column headers, classname as a string


_cellRendererClass

java.lang.String _cellRendererClass
Cell Renderer Class to be used

Class com.jaxfront.core.xui.XUIDefinition extends java.lang.Object implements Serializable

Serialized Fields

_hasBeenInitializedFromFile

boolean _hasBeenInitializedFromFile

_lateBuilt

boolean _lateBuilt

_isGlobal

boolean _isGlobal

_isInherited

boolean _isInherited

_isTemplate

boolean _isTemplate

_xuiXPath

java.lang.String _xuiXPath

_type

Type _type

_xuiType

Type _xuiType

_styleDefinition

StyleDefinition _styleDefinition

_behaviourDefinition

BehaviourDefinition _behaviourDefinition

_released

boolean _released

Package com.jaxfront.swing.helpers

Class com.jaxfront.swing.helpers.ByteDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.DecimalDocument extends NumericDocument implements Serializable

Serialized Fields

_allowExponentialValue

boolean _allowExponentialValue

_useFractionDigits

boolean _useFractionDigits

Class com.jaxfront.swing.helpers.DoubleDocument extends DecimalDocument implements Serializable

Class com.jaxfront.swing.helpers.FloatDocument extends DecimalDocument implements Serializable

Class com.jaxfront.swing.helpers.IntDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.IntegerDocument extends DecimalDocument implements Serializable

Class com.jaxfront.swing.helpers.LocalDateEditor extends javax.swing.JFormattedTextField implements Serializable

Serialized Fields

theSpinner

javax.swing.JSpinner theSpinner

theDateFormat

java.text.SimpleDateFormat theDateFormat

format

java.lang.String format

mask

java.lang.String mask

Class com.jaxfront.swing.helpers.LongDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.NegativeIntegerDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.NonNegativeIntegerDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.NonPositiveIntegerDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.NumericDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

_bypass

boolean _bypass

_useErrorSound

boolean _useErrorSound

_allowInvalidMinValues

boolean _allowInvalidMinValues

_maxInclValue

double _maxInclValue

_maxExclValue

double _maxExclValue

_totalDigit

int _totalDigit

_minInclValue

double _minInclValue

_minExclValue

double _minExclValue

_minValue

java.lang.Double _minValue

_maxValue

java.lang.Double _maxValue

_defaultMaxValue

double _defaultMaxValue

_defaultMinValue

double _defaultMinValue

_maxLengthOfCharacter

int _maxLengthOfCharacter

_decimalSymbols

java.text.DecimalFormatSymbols _decimalSymbols

Class com.jaxfront.swing.helpers.PositiveIntegerDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.ShortDocument extends IntegerDocument implements Serializable

Class com.jaxfront.swing.helpers.StringDocument extends javax.swing.text.PlainDocument implements Serializable