Serialized Form


Package com.u2d.app

Class com.u2d.app.ApplicationContext extends statemap.FSMContext implements Serializable

Class com.u2d.app.ApplicationContext.ApplicationState extends statemap.State implements Serializable

Class com.u2d.app.ApplicationContext.AuthMap_Default extends com.u2d.app.ApplicationContext.ApplicationState implements Serializable

Class com.u2d.app.Role extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_users

RelationalList _users

_cmdRestrictions

RelationalList _cmdRestrictions

_fldRestrictions

RelationalList _fldRestrictions

Class com.u2d.app.User extends AbstractComplexEObject implements Serializable

Serialized Fields

_username

StringEO _username

_password

Password _password

_locked

BooleanEO _locked

_name

Name _name

_desktop

TextEO _desktop

_photo

Photo _photo

_role

Role _role

Package com.u2d.calendar

Class com.u2d.calendar.CalendarEO extends AbstractComplexEObject implements Serializable

Serialized Fields

_calendar

Calendrier _calendar

Class com.u2d.calendar.Calendrier extends AbstractComplexEObject implements Serializable

Serialized Fields

_title

Title _title

_schedulables

java.util.List<E> _schedulables

_position

DateEO _position

_events

java.util.Map<K,V> _events

_span

TimeSpan _span

_schedules

AbstractListEO _schedules

Class com.u2d.calendar.CalEvent extends AbstractComplexEObject implements Serializable

Class com.u2d.calendar.Schedule extends AbstractComplexEObject implements Serializable

Serialized Fields

_schedulable

Schedulable _schedulable

_color

java.awt.Color _color

_events

java.util.List<E> _events

_span

TimeSpan _span

_position

DateEO _position

_calendrier

Calendrier _calendrier

Class com.u2d.calendar.ScheduleEO extends AbstractComplexEObject implements Serializable

Serialized Fields

_schedule

Schedule _schedule

Package com.u2d.element

Class com.u2d.element.Command extends Member implements Serializable

Serialized Fields

_sensitive

boolean _sensitive
A sensitive command is one that should be guarded against inadvertant invocation. Its cost is high and undoing is difficult. A ui is advised to make it difficult for an end user to inadvertantly invoke the command.


_forbidden

boolean _forbidden

_ownerField

Field _ownerField

Class com.u2d.element.EOCommand extends Command implements Serializable

Serialized Fields

_method

java.lang.reflect.Method _method

_params

ParameterInfo[] _params

_positioningHint

com.u2d.ui.desktop.Positioning _positioningHint

Class com.u2d.element.Field extends Member implements Serializable

Serialized Fields

_clazz

java.lang.Class<T> _clazz

_type

ComplexType _type

_cleanPath

java.lang.String _cleanPath

_path

java.lang.String _path

_naturalPath

java.lang.String _naturalPath

_fullPath

java.lang.String _fullPath

_title

Title _title

_inherited

boolean _inherited

_searchable

boolean _searchable

_sortPropertyName

java.lang.String _sortPropertyName

_sortable

boolean _sortable

_hidden

boolean _hidden

_restrictEdit

boolean _restrictEdit

_required

BooleanEO _required

_colsize

IntEO _colsize

_displaysize

IntEO _displaysize

_tabView

boolean _tabView

Class com.u2d.element.Member extends ProgrammingElement implements Serializable

Serialized Fields

_parent

FieldParent _parent

_mnemonic

char _mnemonic

Class com.u2d.element.OverloadedEOCmd extends Command implements Serializable

Serialized Fields

_cmd

EOCommand _cmd

_overloadedCmd

EOCommand _overloadedCmd

Class com.u2d.element.ProgrammingElement extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_label

StringEO _label

Package com.u2d.field

Class com.u2d.field.AggregateField extends CompositeField implements Serializable

Serialized Fields

_fields

java.util.List<E> _fields

_fieldsMap

java.util.Map<K,V> _fieldsMap

_flattenIntoParent

BooleanEO _flattenIntoParent

_subFields

RelationalList _subFields

Class com.u2d.field.Association extends java.lang.Object implements Serializable

Serialized Fields

_field

Field _field

_parent

ComplexEObject _parent

Class com.u2d.field.AssociationField extends Field implements Serializable

Serialized Fields

_inverse

Field _inverse

_defaultSpec

java.lang.String _defaultSpec

_specValid

boolean _specValid

_defaultValue

ComplexEObject _defaultValue

Class com.u2d.field.AtomicField extends CompositeField implements Serializable

Serialized Fields

_defaultValue

AtomicEObject _defaultValue

Class com.u2d.field.BidiAssociation extends Association implements Serializable

Serialized Fields

_otherSide

Field _otherSide

Class com.u2d.field.CompositeField extends Field implements Serializable

Serialized Fields

_identity

boolean _identity

_readOnly

boolean _readOnly

Class com.u2d.field.CompositeIndexedField extends IndexedField implements Serializable

Class com.u2d.field.IndexedField extends Field implements Serializable

Serialized Fields

_inverseFieldName

java.lang.String _inverseFieldName

_inverseField

Field _inverseField

_inverseSide

java.lang.Boolean _inverseSide

_manyToMany

java.lang.Boolean _manyToMany

Package com.u2d.find

Class com.u2d.find.CompositeQuery extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_queryType

ComplexType _queryType

_querySpecifications

CompositeList _querySpecifications

Class com.u2d.find.FieldPath extends AbstractAtomicEO implements Serializable

Serialized Fields

_pathList

java.util.LinkedList<E> _pathList

_pathString

java.lang.String _pathString

Class com.u2d.find.QueryCommandAdapter extends Command implements Serializable

Serialized Fields

_query

CompositeQuery _query

Class com.u2d.find.QuerySpecification extends AbstractComplexEObject implements Serializable

Serialized Fields

_fieldPath

FieldPath _fieldPath

_inequality

Inequality _inequality

_value

EObject _value

Class com.u2d.find.SimpleQuery extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_queryType

ComplexType _queryType

_querySpecification

QuerySpecification _querySpecification

Package com.u2d.find.inequalities

Class com.u2d.find.inequalities.AbstractInequality extends AbstractEObject implements Serializable

Class com.u2d.find.inequalities.DateInequalities.DateAfter extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.DateInequalities.DateBefore extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.DateInequalities.DateIs extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.IdentityInequality.Equals extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.IdentityInequality.TypeInequality extends AbstractInequality implements Serializable

Serialized Fields

_picker

TypePicker _picker

Class com.u2d.find.inequalities.NumericalInequalities.NumEquals extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.NumericalInequalities.NumGreaterThan extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.NumericalInequalities.NumLessThan extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TextualInequalities.TextContains extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TextualInequalities.TextEnds extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TextualInequalities.TextIs extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TextualInequalities.TextStarts extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TimeSpanInequalities.SpanAfter extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TimeSpanInequalities.SpanBefore extends AbstractInequality implements Serializable

Class com.u2d.find.inequalities.TimeSpanInequalities.SpanOn extends AbstractInequality implements Serializable


Package com.u2d.list

Class com.u2d.list.CompositeList extends SimpleListEO implements Serializable

Class com.u2d.list.CriteriaListEO extends AbstractListEO implements Serializable

Serialized Fields

_query

Query _query

_criteria

org.hibernate.Criteria _criteria

_position

int _position

_count

long _count

Class com.u2d.list.PagedList extends CriteriaListEO implements Serializable

Serialized Fields

_addListener

AppEventListener _addListener

Class com.u2d.list.PlainListEObject extends SimpleListEO implements Serializable

Serialized Fields

_addListener

AppEventListener _addListener

Class com.u2d.list.RelationalList extends SimpleListEO implements Serializable

Class com.u2d.list.SimpleListEO extends AbstractListEO implements Serializable

Serialized Fields

_itemType

ComplexType _itemType

_clazz

java.lang.Class<T> _clazz

Package com.u2d.model

Class com.u2d.model.AbstractAtomicEO extends AbstractEObject implements Serializable

Class com.u2d.model.AbstractComplexEObject extends AbstractEObject implements Serializable

Serialized Fields

_type

ComplexType _type

_stateStack

java.util.Stack<E> _stateStack

_associations

java.util.Map<K,V> _associations

_id

java.lang.Long _id

_createdOn

DateTime _createdOn

_deleted

BooleanEO _deleted

_deletedOn

DateTime _deletedOn

_treeModel

javax.swing.tree.TreeModel _treeModel

Class com.u2d.model.AbstractEObject extends java.lang.Object implements Serializable

Serialized Fields

_field

Field _field

_parent

ComplexEObject _parent

Class com.u2d.model.AbstractListEO extends AbstractEObject implements Serializable

Serialized Fields

_items

java.util.List<E> _items

_tableModel

javax.swing.table.AbstractTableModel _tableModel

_printForm

com.u2d.model.AbstractListEO.PrintForm _printForm

_association

Association _association

_inContext

boolean _inContext

Class com.u2d.model.AbstractListEO.LEOTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_tableFields

java.util.List<E> _tableFields
slight customization here. fields containing long text (TextEO) are excluded from the tablemodel.

Class com.u2d.model.ComplexType extends AbstractComplexEObject implements Serializable

Serialized Fields

_className

java.lang.String _className

_shortName

java.lang.String _shortName

_naturalName

java.lang.String _naturalName

_pluralName

java.lang.String _pluralName

_clazz

java.lang.Class<T> _clazz

_fields

java.util.List<E> _fields

_fieldsMap

java.util.Map<K,V> _fieldsMap

_colorCode

java.awt.Color _colorCode

_sortBy

java.lang.String _sortBy

_iconSm

javax.swing.Icon _iconSm

_iconLg

javax.swing.Icon _iconLg

_iconsSm

javax.swing.Icon _iconsSm

_iconsLg

javax.swing.Icon _iconsLg

_persistedTypes

PlainListEObject _persistedTypes

_flavor

java.awt.datatransfer.DataFlavor _flavor

_bufferCopy

ComplexEObject _bufferCopy

_searchTreeModel

javax.swing.tree.TreeModel _searchTreeModel

_fieldsList

RelationalList _fieldsList

_commandsList

RelationalList _commandsList

_queries

RelationalList _queries

_queryCmdMap

java.util.Map<K,V> _queryCmdMap

_defaultSearchField

Field _defaultSearchField

Class com.u2d.model.NullAssociation extends NullComplexEObject implements Serializable

Serialized Fields

_association

Association _association

Class com.u2d.model.NullComplexEObject extends AbstractComplexEObject implements Serializable

Serialized Fields

_iconSm

javax.swing.Icon _iconSm

_iconLg

javax.swing.Icon _iconLg

Package com.u2d.persist

Class com.u2d.persist.PersistenceException extends java.lang.Exception implements Serializable


Package com.u2d.pubsub

Class com.u2d.pubsub.AppEvent extends java.util.EventObject implements Serializable

Serialized Fields

_type

java.lang.String _type

_target

java.lang.Object _target

Package com.u2d.reporting

Class com.u2d.reporting.PageSumFunction extends org.jfree.report.function.AbstractFunction implements Serializable

Serialized Fields

_field

java.lang.String _field

Class com.u2d.reporting.SimpleReport extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_query

Query _query

_fields

RelationalList _fields

Package com.u2d.restrict

Class com.u2d.restrict.CommandRestriction extends Restriction implements Serializable

Serialized Fields

_element

EOCommand _element

Class com.u2d.restrict.FieldRestriction extends Restriction implements Serializable

Serialized Fields

_element

Field _element

_type

FieldRestrictionType _type

Class com.u2d.restrict.FieldRestrictionType extends ChoiceEO implements Serializable

Class com.u2d.restrict.Restriction extends AbstractComplexEObject implements Serializable

Serialized Fields

_role

Role _role

Package com.u2d.type

Class com.u2d.type.AbstractChoiceEO extends AbstractComplexEObject implements Serializable

Class com.u2d.type.LogEventType extends ChoiceEO implements Serializable

Class com.u2d.type.MarritalStatus extends AbstractChoiceEO implements Serializable

Serialized Fields

_code

StringEO _code

_caption

StringEO _caption

Class com.u2d.type.Sex extends AbstractChoiceEO implements Serializable

Serialized Fields

_code

StringEO _code

_caption

StringEO _caption

Class com.u2d.type.USState extends AbstractChoiceEO implements Serializable

Serialized Fields

_code

StringEO _code

_caption

StringEO _caption

Package com.u2d.type.atom

Class com.u2d.type.atom.BooleanEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

boolean _value

Class com.u2d.type.atom.CharEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

char _value

Class com.u2d.type.atom.ChoiceEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.DateEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.util.Date _value

_calendar

java.util.Calendar _calendar

NODELIMS_STRATEGY

com.u2d.type.atom.DateEO.DateFormatStrategy NODELIMS_STRATEGY

STD_STRATEGY

com.u2d.type.atom.DateEO.DateFormatStrategy STD_STRATEGY

TWODIGITS_STRATEGY

com.u2d.type.atom.DateEO.DateFormatStrategy TWODIGITS_STRATEGY

NOYR_STRATEGY

com.u2d.type.atom.DateEO.DateFormatStrategy NOYR_STRATEGY

strategyFallbackHierarchy

com.u2d.type.atom.DateEO.DateFormatStrategy[] strategyFallbackHierarchy

Class com.u2d.type.atom.DateTime extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.util.Date _value

Class com.u2d.type.atom.DateWithAge extends DateEO implements Serializable

Class com.u2d.type.atom.Email extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.FileEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.io.File _value

_intent

FileEO.FileUseIntent _intent

Class com.u2d.type.atom.FileWEO extends FileEO implements Serializable

Class com.u2d.type.atom.FloatEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

double _value

Class com.u2d.type.atom.ImgEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

javax.swing.ImageIcon _value

Class com.u2d.type.atom.IntEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

int _value

Class com.u2d.type.atom.Logo extends ImgEO implements Serializable

Class com.u2d.type.atom.LongEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

long _value

Class com.u2d.type.atom.Password extends AbstractAtomicEO implements Serializable

Serialized Fields

_hash

java.lang.String _hash

Class com.u2d.type.atom.Percent extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

double _value

Class com.u2d.type.atom.Photo extends ImgEO implements Serializable

Class com.u2d.type.atom.SSN extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.StringEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.TermsEO extends BooleanEO implements Serializable

Serialized Fields

_termsText

java.lang.String _termsText

Class com.u2d.type.atom.TextEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

_brief

boolean _brief

Class com.u2d.type.atom.TimeEO extends AbstractAtomicEO implements Serializable

Serialized Fields

_cal

java.util.Calendar _cal

Class com.u2d.type.atom.TimeSpan extends AbstractAtomicEO implements Serializable

Serialized Fields

_startCal

java.util.Calendar _startCal

_endCal

java.util.Calendar _endCal

Class com.u2d.type.atom.URI extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.USDollar extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

double _value

Class com.u2d.type.atom.USPhone extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.u2d.type.atom.USZipCode extends AbstractAtomicEO implements Serializable

Serialized Fields

_value

java.lang.String _value

Package com.u2d.type.composite

Class com.u2d.type.composite.Business extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_contact

BusinessContact _contact

_logo

Logo _logo

_ein

StringEO _ein

Class com.u2d.type.composite.BusinessContact extends AbstractComplexEObject implements Serializable

Serialized Fields

_phone

USPhone _phone

_fax

USPhone _fax

_email

Email _email

_address

USAddress _address

_contactName

StringEO _contactName

_url

URI _url

Class com.u2d.type.composite.Contact extends AbstractComplexEObject implements Serializable

Serialized Fields

_homePhone

USPhone _homePhone

_workPhone

USPhone _workPhone

_mobilePhone

USPhone _mobilePhone

_fax

USPhone _fax

_email

Email _email

_address

USAddress _address

_preferredContactMethod

ContactMethod _preferredContactMethod

Class com.u2d.type.composite.ContactMethod extends AbstractChoiceEO implements Serializable

Serialized Fields

_code

StringEO _code

_caption

StringEO _caption

Class com.u2d.type.composite.DetailedPerson extends Person implements Serializable

Serialized Fields

_ssn

SSN _ssn

_dob

DateWithAge _dob

_sex

Sex _sex

_marritalStatus

MarritalStatus _marritalStatus

_employmentInfo

EmploymentInfo _employmentInfo

Class com.u2d.type.composite.EmploymentInfo extends AbstractComplexEObject implements Serializable

Serialized Fields

_occupation

StringEO _occupation

_employer

Business _employer

Class com.u2d.type.composite.Folder extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

StringEO _name

_items

RelationalList _items

_treeModel

javax.swing.tree.TreeModel _treeModel

Class com.u2d.type.composite.LoggedEvent extends AbstractComplexEObject implements Serializable

Serialized Fields

_msg

StringEO _msg

_longMsg

TextEO _longMsg

_user

User _user

_command

EOCommand _command

_object

ComplexEObject _object

_type

LogEventType _type

Class com.u2d.type.composite.Name extends AbstractComplexEObject implements Serializable

Serialized Fields

_salutation

StringEO _salutation

_first

StringEO _first

_middleInitial

CharEO _middleInitial

_last

StringEO _last

_suffix

StringEO _suffix

Class com.u2d.type.composite.Note extends AbstractComplexEObject implements Serializable

Serialized Fields

_subject

StringEO _subject

_text

TextEO _text

_date

DateTime _date

_author

User _author

Class com.u2d.type.composite.Person extends AbstractComplexEObject implements Serializable

Serialized Fields

_name

Name _name

_contact

Contact _contact

Class com.u2d.type.composite.USAddress extends AbstractComplexEObject implements Serializable

Serialized Fields

_addressLine1

StringEO _addressLine1

_addressLine2

StringEO _addressLine2

_city

StringEO _city

_stateCode

USState _stateCode

_zipCode

USZipCode _zipCode

Package com.u2d.validation

Class com.u2d.validation.ValidationEvent extends java.util.EventObject implements Serializable

Serialized Fields

_msg

java.lang.String _msg

_statusType

boolean _statusType

Class com.u2d.validation.ValidationException extends java.lang.Exception implements Serializable

Serialized Fields

_target

EObject _target

Package com.u2d.view.swing

Class com.u2d.view.swing.AbstractView extends javax.swing.JPanel implements Serializable

Serialized Fields

_field

Field _field

_parent

ComplexEObject _parent

_picker

TypePicker _picker

_card

com.u2d.ui.CardPanel _card

_editable

boolean _editable

_typeViewMap

java.util.Map<K,V> _typeViewMap

Class com.u2d.view.swing.AlternateView extends javax.swing.JPanel implements Serializable

Serialized Fields

_ceo

ComplexEObject _ceo

_viewNames

java.lang.String[] _viewNames

_controlPane

javax.swing.JPanel _controlPane

_viewPane

com.u2d.ui.CardPanel _viewPane

_map

java.util.Map<K,V> _map

Class com.u2d.view.swing.AppFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_app

Application _app

_menuBar

javax.swing.JMenuBar _menuBar

_userMenu

javax.swing.JMenu _userMenu

_centerPane

javax.swing.JPanel _centerPane

_lfSupport

com.u2d.ui.lf.LookAndFeelSupport _lfSupport

_classesView

javax.swing.JComponent _classesView

_desktopPane

EODesktopPane _desktopPane

_msgPnl

com.u2d.ui.MessagePanel _msgPnl

Class com.u2d.view.swing.AssociationEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

_tf

javax.swing.JTextField _tf

_spec

QuerySpecification _spec

_leo

CriteriaListEO _leo

_popup

javax.swing.JPopupMenu _popup

_view

ListEView _view

_list

javax.swing.JList _list

_value

StringEO _value

_searchByField

Field _searchByField

_type

ComplexType _type

_selectedItem

ComplexEObject _selectedItem

_closeYourEyes

boolean _closeYourEyes

_listeners

javax.swing.event.EventListenerList _listeners

aevt

java.awt.event.ActionEvent aevt

_insets

java.awt.Insets _insets

Class com.u2d.view.swing.AssociationEO extends javax.swing.JPanel implements Serializable

Serialized Fields

_editor

AssociationEditor _editor

_association

Association _association

_insets

java.awt.Insets _insets

Class com.u2d.view.swing.AssociationView extends javax.swing.JPanel implements Serializable

Serialized Fields

_association

Association _association

_view

ComplexEView _view

_trigger

com.u2d.ui.PopupButton2 _trigger

_contents

javax.swing.JComponent _contents

Class com.u2d.view.swing.AssociationView2 extends com.u2d.ui.CardPanel implements Serializable

Serialized Fields

_association

Association _association

_associatedPnl

com.u2d.view.swing.AssociationView2.AssociatedPanel _associatedPnl

_dissociatedPnl

com.u2d.view.swing.AssociationView2.DissociatedPanel _dissociatedPnl

Class com.u2d.view.swing.ChoiceView extends com.u2d.ui.CardPanel implements Serializable

Serialized Fields

_choice

AbstractChoiceEO _choice

_cb

javax.swing.JComboBox _cb

_label

javax.swing.JLabel _label