Arch4J 1.1

Serialized Form


Package org.arch4j.core

Class org.arch4j.core.BaseApplicationException implements Serializable

Serialized Fields

nestedException

Throwable nestedException
The nested, wrapped exception.

Class org.arch4j.core.BaseRuntimeException implements Serializable

Serialized Fields

nestedException

Throwable nestedException
The nested, wrapped exception.

Class org.arch4j.core.EnvironmentalException implements Serializable


Package org.arch4j.property

Class org.arch4j.property.StartupServlet implements Serializable


Package org.arch4j.dataaccess

Class org.arch4j.dataaccess.DataAccessException implements Serializable


Package org.arch4j.dataaccess.visitors

Class org.arch4j.dataaccess.visitors.ResultSetCache implements Serializable


Package org.arch4j.domain

Class org.arch4j.domain.BigDecimalDomain implements Serializable

Class org.arch4j.domain.DateTimeDomain implements Serializable

Class org.arch4j.domain.Domain implements Serializable

Serialized Fields

value

Object value
Reference to the value contained by this domain.

Class org.arch4j.domain.DomainValidationException implements Serializable

Class org.arch4j.domain.IntegerDomain implements Serializable

Class org.arch4j.domain.StringDomain implements Serializable


Package org.arch4j.businessdata

Class org.arch4j.businessdata.BusinessData implements Serializable

Class org.arch4j.businessdata.DataNotFoundException implements Serializable


Package org.arch4j.persistence

Class org.arch4j.persistence.PersistenceException implements Serializable


Package org.arch4j.persistence.domainmapper

Class org.arch4j.persistence.domainmapper.ConcurrencyException implements Serializable


Package org.arch4j.xml

Class org.arch4j.xml.XMLException implements Serializable


Package org.arch4j.propertytree

Class org.arch4j.propertytree.FormatException implements Serializable


Package org.arch4j.parse

Class org.arch4j.parse.RecordData implements Serializable

Serialized Fields

recordNumber

int recordNumber

Class org.arch4j.parse.RecordDataInputException implements Serializable


Package org.arch4j.clientcontroller

Class org.arch4j.clientcontroller.StateMachineException implements Serializable

Class org.arch4j.clientcontroller.ValueNotFoundException implements Serializable


Package org.arch4j.webpresentation

Class org.arch4j.webpresentation.CommandDrivenFrontController implements Serializable

Serialized Fields

commandPackageName

String commandPackageName
The package name to prepend to a FrontCommand class when looking it up.

Class org.arch4j.webpresentation.FrontControllerServlet implements Serializable


Package org.arch4j.ui

Class org.arch4j.ui.AbstractSplashScreen implements Serializable

Serialized Fields

status

JLabel status

productName

JLabel productName

productVersion

JLabel productVersion

Class org.arch4j.ui.ActionPerformer implements Serializable

Serialized Fields

panel

JPanel panel

performer

Performer performer

Class org.arch4j.ui.JApplication implements Serializable

Serialized Fields

resourceMgr

ResourceManager resourceMgr

commandMgr

CommandManager commandMgr

performer

Performer performer

menubar

Component menubar

toolbar

JToolBar toolbar

statusbar

Component statusbar

contentPanel

JPanel contentPanel

splashScreen

AbstractSplashScreen splashScreen

Class org.arch4j.ui.JApplicationShell implements Serializable

Serialized Fields

resourceMgr

ResourceManager resourceMgr

commandMgr

CommandManager commandMgr

performer

Performer performer

menubar

Component menubar

toolbar

JToolBar toolbar

statusbar

Component statusbar

contentPanel

JApplicationPanel contentPanel

Class org.arch4j.ui.JDefaultApplicationPanel implements Serializable

Serialized Fields

resourceMgr

ResourceManager resourceMgr

commandMgr

CommandManager commandMgr

performer

Performer performer

Class org.arch4j.ui.JTabbedApplicationShell implements Serializable

Serialized Fields

applicationNames

Vector applicationNames

tabbedPane

JTabbedPane tabbedPane

mainPanel

JPanel mainPanel


Package org.arch4j.ui.components

Class org.arch4j.ui.components.AllListToListManipulator implements Serializable

Serialized Fields

leftAllButton

JButton leftAllButton

rightAllButton

JButton rightAllButton

Class org.arch4j.ui.components.ChoicePanel implements Serializable

Serialized Fields

choice

JComboBox choice

Class org.arch4j.ui.components.HelpDialog implements Serializable

Serialized Fields

m_helpTextURLBase

String m_helpTextURLBase
URL Base for all URLs used to display help text. Defaults to file:../doc/html/


m_helpText

JEditorPane m_helpText

m_closeButton

JButton m_closeButton

Class org.arch4j.ui.components.JStatusBar implements Serializable

Class org.arch4j.ui.components.ListManipulator implements Serializable

Serialized Fields

listener

ActionListener listener

upButton

JButton upButton

downButton

JButton downButton

Class org.arch4j.ui.components.ListToListManipulator implements Serializable

Serialized Fields

listener

ActionListener listener

leftButton

JButton leftButton

rightButton

JButton rightButton

Class org.arch4j.ui.components.MaxLengthField implements Serializable

Class org.arch4j.ui.components.MaxLengthTextArea implements Serializable

Class org.arch4j.ui.components.MultiChoicePanel implements Serializable

Serialized Fields

m_choice

JList m_choice

Class org.arch4j.ui.components.NoTabbingButton implements Serializable

Class org.arch4j.ui.components.NoTabbingToggleButton implements Serializable

Class org.arch4j.ui.components.NullPanel implements Serializable

Class org.arch4j.ui.components.ProgressDialog implements Serializable

Serialized Fields

m_messageText

JLabel m_messageText

m_detailedMessageText

JLabel m_detailedMessageText

m_progress

JProgressBar m_progress

m_cancelButton

JButton m_cancelButton

m_cancelRequested

boolean m_cancelRequested

Class org.arch4j.ui.components.PropertiesPanel implements Serializable

Serialized Fields

dialogManager

DialogManager dialogManager

isAdjustingFieldValues

boolean isAdjustingFieldValues

layout

FractionalLayout layout

performer

Performer performer

dialog

JDialog dialog

returnValue

boolean returnValue

m_isDirty

boolean m_isDirty

m_stateMonitor

ComponentStateMonitor m_stateMonitor

m_isDialog

boolean m_isDialog

okButton

JButton okButton

cancelButton

JButton cancelButton

x

int x

y

int y

leftIndent

int leftIndent

rightIndent

int rightIndent

topOffset

int topOffset

bottomOffset

int bottomOffset

fieldOffset

int fieldOffset

yHeight

int yHeight

yIncrement

int yIncrement

boxOffset

int boxOffset

buttonOffset

int buttonOffset

width

int width

Class org.arch4j.ui.components.SearchComboBox implements Serializable

Serialized Fields

myFocusListeners

ArrayList myFocusListeners

Class org.arch4j.ui.components.TabTraversableMaxLengthTextArea implements Serializable

Class org.arch4j.ui.components.UpperCaseField implements Serializable


Package org.arch4j.ui.example

Class org.arch4j.ui.example.SplashScreen implements Serializable

Class org.arch4j.ui.example.TestTreeBrowser implements Serializable

Class org.arch4j.ui.example.TestTreeView implements Serializable


Package org.arch4j.ui.table

Class org.arch4j.ui.table.ObjectSelectionTable implements Serializable

Class org.arch4j.ui.table.ObjectSelectionTableModel implements Serializable

Class org.arch4j.ui.table.ObjectTable implements Serializable

Class org.arch4j.ui.table.ObjectTableModel implements Serializable

Serialized Fields

objects

Collection objects

accessors

Collection accessors

rowHeadings

Collection rowHeadings

performer

Performer performer

selectionMode

int selectionMode

rowBuilder

ObjectRowBuilder rowBuilder


Package org.arch4j.ui.tree

Class org.arch4j.ui.tree.BrowserTree implements Serializable

Class org.arch4j.ui.tree.BrowserTreeCellRenderer implements Serializable

Class org.arch4j.ui.tree.BrowserTreeNode implements Serializable

Serialized Fields

text

String text
Node's text to display


iconAccessor

String iconAccessor
The name of an icon file


action

String action
Action method name associated with clicking on this node


name

String name
Unique name used to reference this node


menu

JPopupMenu menu
Popup menu associated with this node


isEnabled

boolean isEnabled
Is the node enabled. Non-enabled nodes will not accept user clicks.

Class org.arch4j.ui.tree.SortingParentNode implements Serializable

Class org.arch4j.ui.tree.TreeBrowser implements Serializable

Serialized Fields

commandMgr

CommandManager commandMgr

resourceMgr

ResourceManager resourceMgr

performer

Performer performer

tree

JTree tree

treeStructure

DefaultMutableTreeNode treeStructure

listener

TreeBrowserSelectionListener listener

cardPanel

JPanel cardPanel

splitPane

JSplitPane splitPane

nullEditor

NullPanel nullEditor

currentEditor

JPanel currentEditor

deleting

boolean deleting

copyBuffer

Vector copyBuffer

splashScreen

AbstractSplashScreen splashScreen

theTreeExpansionListener

TreeBrowser.TBTreeWillExpandListener theTreeExpansionListener


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.