Serialized Form
Package org.springframework.binding.support |
Package org.springframework.binding.validation.support |
Class org.springframework.binding.validation.support.DefaultValidationMessage extends org.springframework.richclient.core.DefaultMessage implements Serializable |
property
String property
Package org.springframework.binding.value.support |
Class org.springframework.binding.value.support.ListListModel extends AbstractListModel implements Serializable |
items
List<E> items
sorter
Comparator<T> sorter
indexAdapter
org.springframework.binding.value.IndexAdapter indexAdapter
Class org.springframework.binding.value.support.PropertyChangeSupport extends Object implements Serializable |
serialVersionUID: 7162625831330845068L
readObject
private void readObject(ObjectInputStream arg0)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
children
Map<K,V> children
source
Object source
Package org.springframework.binding.value.swing |
Class org.springframework.binding.value.swing.SelectableButtonModelAdapter extends DefaultButtonModel implements Serializable |
valueModel
org.springframework.binding.value.ValueModel valueModel
focusListeners
List<E> focusListeners
Class org.springframework.binding.value.swing.ValueCommitPolicy extends ShortCodedLabeledEnum implements Serializable |
Package org.springframework.richclient.application |
Class org.springframework.richclient.application.ApplicationException extends RuntimeException implements Serializable |
serialVersionUID: 1732836822446152658L
Class org.springframework.richclient.application.ConfigurationException extends org.springframework.richclient.application.ApplicationException implements Serializable |
serialVersionUID: 1210397078030323683L
Class org.springframework.richclient.application.PropertyNotSetException extends org.springframework.richclient.application.ConfigurationException implements Serializable |
serialVersionUID: 6848949416219396182L
beanClass
Class<T> beanClass
propertyName
String propertyName
Class org.springframework.richclient.application.ServiceNotFoundException extends RuntimeException implements Serializable |
serialVersionUID: 4732373005271272964L
serviceClass
Class<T> serviceClass
Package org.springframework.richclient.application.event |
Class org.springframework.richclient.application.event.LifecycleApplicationEvent extends ApplicationEvent implements Serializable |
eventType
String eventType
Package org.springframework.richclient.application.support |
Class org.springframework.richclient.application.support.AboutBox.HtmlScroller extends JViewport implements Serializable |
htmlPane
org.springframework.richclient.text.HtmlPane htmlPane
timer
Timer timer
initalDelay
int initalDelay
incY
double incY
currentY
double currentY
currentX
double currentX
Package org.springframework.richclient.command |
Class org.springframework.richclient.command.CommandException extends org.springframework.richclient.application.ApplicationException implements Serializable |
serialVersionUID: 7845755447557671461L
Class org.springframework.richclient.command.CommandGroupEvent extends EventObject implements Serializable |
Class org.springframework.richclient.command.CommandNotOfRequiredTypeException extends org.springframework.richclient.command.CommandException implements Serializable |
serialVersionUID: 6891900212653390852L
commandId
String commandId
requiredType
Class<T> requiredType
actualType
Class<T> actualType
Class org.springframework.richclient.command.CommandRegistryEvent extends EventObject implements Serializable |
serialVersionUID: 740046110521079234L
command
org.springframework.richclient.command.AbstractCommand command
Class org.springframework.richclient.command.InvalidGroupMemberEncodingException extends org.springframework.richclient.command.CommandException implements Serializable |
serialVersionUID: 4716510307315369998L
encodedString
String encodedString
Class org.springframework.richclient.command.InvalidGroupMemberException extends org.springframework.richclient.command.CommandException implements Serializable |
serialVersionUID: 7891614557214887191L
invalidMemberClass
Class<T> invalidMemberClass
commandGroupClass
Class<T> commandGroupClass
Class org.springframework.richclient.command.SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel extends DefaultButtonModel implements Serializable |
splitPane
JSplitPane splitPane
state
org.springframework.richclient.command.SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel.SWITCH_STATE state
Class org.springframework.richclient.command.SwingActionAdapter extends AbstractAction implements Serializable |
command
org.springframework.richclient.command.ActionCommand command
Package org.springframework.richclient.core |
Class org.springframework.richclient.core.DefaultMessage extends Object implements Serializable |
serialVersionUID: -6524078363891514995L
timestamp
long timestamp
message
String message
severity
org.springframework.richclient.core.Severity severity
serialVersionUID: 86569930382195510L
Package org.springframework.richclient.dialog |
Class org.springframework.richclient.dialog.TreeCompositeDialogPage.PageTitleCellRenderer extends org.springframework.richclient.tree.FocusableTreeCellRenderer implements Serializable |
Package org.springframework.richclient.dialog.control |
Class org.springframework.richclient.dialog.control.VetoableSingleSelectionModel extends DefaultSingleSelectionModel implements Serializable |
Package org.springframework.richclient.form |
stringField
JTextField stringField
comboBox
JComboBox comboBox
checkBox
JCheckBox checkBox
nestedField
JTextField nestedField
Package org.springframework.richclient.form.binding.swing |
Class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder.EnumListRenderer extends org.springframework.richclient.list.TextValueListRenderer implements Serializable |
messageSourceAccessor
MessageSourceAccessor messageSourceAccessor
Package org.springframework.richclient.image |
Class org.springframework.richclient.image.DefaultIconSource.IconCache extends CachingMapDecorator implements Serializable |
images
org.springframework.richclient.image.ImageSource images
Class org.springframework.richclient.image.NoSuchImageResourceException extends RuntimeException implements Serializable |
imageKey
Object imageKey
Package org.springframework.richclient.layout |
Class org.springframework.richclient.layout.LabelOrientation extends ShortCodedLabeledEnum implements Serializable |
Package org.springframework.richclient.list |
Class org.springframework.richclient.list.AbstractFilteredListModel extends AbstractListModel implements Serializable |
logger
org.apache.commons.logging.Log logger
filteredModel
ListModel filteredModel
Class org.springframework.richclient.list.BeanPropertyValueListRenderer extends org.springframework.richclient.list.TextValueListRenderer implements Serializable |
beanWrapper
BeanWrapperImpl beanWrapper
propertyName
String propertyName
Class org.springframework.richclient.list.BeanTableListModel extends org.springframework.richclient.table.BeanTableModel implements Serializable |
Class org.springframework.richclient.list.ComboBoxAutoCompletion extends PlainDocument implements Serializable |
changeHandler
org.springframework.richclient.list.ComboBoxAutoCompletion.ChangeHandler changeHandler
comboBox
JComboBox comboBox
editor
JTextComponent editor
hitBackspace
boolean hitBackspace
hitBackspaceOnSelection
boolean hitBackspaceOnSelection
item2string
Map<K,V> item2string
model
ComboBoxModel model
selectingValue
boolean selectingValue
Class org.springframework.richclient.list.ComboBoxListModel extends org.springframework.binding.value.support.ListListModel implements Serializable |
selectedItem
Object selectedItem
Class org.springframework.richclient.list.ComboBoxListModelAdapter extends org.springframework.richclient.list.AbstractFilteredListModel implements Serializable |
selectedItem
Object selectedItem
Class org.springframework.richclient.list.DefaultTableListModel extends DefaultTableModel implements Serializable |
Class org.springframework.richclient.list.DynamicComboBoxListModel extends org.springframework.richclient.list.ComboBoxListModel implements Serializable |
selectedItemChangeHandler
org.springframework.richclient.list.DynamicComboBoxListModel.SelectedItemChangeHandler selectedItemChangeHandler
selectedItemHolder
org.springframework.binding.value.ValueModel selectedItemHolder
selectableItemsHolder
org.springframework.binding.value.ValueModel selectableItemsHolder
Class org.springframework.richclient.list.DynamicListModel extends org.springframework.binding.value.support.ListListModel implements Serializable |
listItemsValueModel
org.springframework.binding.value.ValueModel listItemsValueModel
Class org.springframework.richclient.list.FilteredComboBoxListModel extends org.springframework.richclient.list.FilteredListModel implements Serializable |
matchedSelected
boolean matchedSelected
selectingItem
boolean selectingItem
Class org.springframework.richclient.list.FilteredListModel extends org.springframework.richclient.list.AbstractFilteredListModel implements Serializable |
constraint
org.springframework.rules.constraint.Constraint constraint
indexes
int[] indexes
filteredSize
int filteredSize
Class org.springframework.richclient.list.LabeledEnumListRenderer extends DefaultListCellRenderer implements Serializable |
messages
MessageSource messages
Class org.springframework.richclient.list.SortedListModel extends org.springframework.richclient.list.AbstractFilteredListModel implements Serializable |
comparator
Comparator<T> comparator
indexes
Integer[] indexes
comparatorObserver
Observer comparatorObserver
Class org.springframework.richclient.list.TableListCellRenderer extends JTable implements Serializable |
cellRenderer
ListCellRenderer cellRenderer
headerPanel
JPanel headerPanel
Class org.springframework.richclient.list.TextValueListRenderer extends DefaultListCellRenderer implements Serializable |
Package org.springframework.richclient.progress |
Class org.springframework.richclient.progress.BusyIndicator.BusyGlassPanel extends JPanel implements Serializable |
Package org.springframework.richclient.script |
Class org.springframework.richclient.script.BaseScriptException extends RuntimeException implements Serializable |
Class org.springframework.richclient.script.ScriptExecutionException extends org.springframework.richclient.script.BaseScriptException implements Serializable |
Class org.springframework.richclient.script.ScriptIOException extends org.springframework.richclient.script.BaseScriptException implements Serializable |
Package org.springframework.richclient.security |
Class org.springframework.richclient.security.AuthenticationEvent extends org.springframework.richclient.security.ClientSecurityEvent implements Serializable |
Class org.springframework.richclient.security.AuthenticationFailedEvent extends org.springframework.richclient.security.ClientSecurityEvent implements Serializable |
cause
org.springframework.security.SpringSecurityException cause
Class org.springframework.richclient.security.ClientSecurityEvent extends ApplicationEvent implements Serializable |
Class org.springframework.richclient.security.LoginEvent extends org.springframework.richclient.security.ClientSecurityEvent implements Serializable |
Class org.springframework.richclient.security.LogoutEvent extends org.springframework.richclient.security.ClientSecurityEvent implements Serializable |
Class org.springframework.richclient.security.SessionDetails extends Object implements Serializable |
username
String username
password
String password
validationRules
org.springframework.rules.Rules validationRules
Package org.springframework.richclient.selection.binding.support |
Class org.springframework.richclient.selection.binding.support.LabelProviderListCellRenderer extends DefaultListCellRenderer implements Serializable |
serialVersionUID: 1L
labelProvider
org.springframework.richclient.selection.binding.support.LabelProvider labelProvider
Package org.springframework.richclient.settings |
Class org.springframework.richclient.settings.SettingsException extends Exception implements Serializable |
Package org.springframework.richclient.table |
Class org.springframework.richclient.table.AbstractTableModelFilter extends AbstractTableModel implements Serializable |
logger
org.apache.commons.logging.Log logger
filteredModel
TableModel filteredModel
Class org.springframework.richclient.table.BaseTableModel extends AbstractTableModel implements Serializable |
columnClasses
Class<T>[] columnClasses
columnNames
String[] columnNames
rows
List<E> rows
rowNumbers
boolean rowNumbers
Class org.springframework.richclient.table.BeanTableModel extends org.springframework.richclient.table.BaseTableModel implements Serializable |
beanWrapper
BeanWrapper beanWrapper
beanClass
Class<T> beanClass
columnPropertyNames
String[] columnPropertyNames
messages
MessageSourceAccessor messages
Class org.springframework.richclient.table.ListTableModel extends org.springframework.richclient.table.BaseTableModel implements Serializable |
Class org.springframework.richclient.table.ShuttleSortableTableModel extends org.springframework.richclient.table.AbstractTableModelFilter implements Serializable |
columnComparators
Comparator<T>[] columnComparators
columnsToSort
List<E> columnsToSort
indexes
int[] indexes
compares
int compares
autoSortEnabled
boolean autoSortEnabled
notifyTableRunnable
Runnable notifyTableRunnable
Class org.springframework.richclient.table.VisibleTableModelEvent extends TableModelEvent implements Serializable |
tmpPoint
Point tmpPoint
valid
boolean valid
firstVisRow
int firstVisRow
lastVisRow
int lastVisRow
firstVisCol
int firstVisCol
lastVisCol
int lastVisCol
Package org.springframework.richclient.table.renderer |
Class org.springframework.richclient.table.renderer.BeanTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
beanWrapper
BeanWrapper beanWrapper
Class org.springframework.richclient.table.renderer.BooleanTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
Class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer extends org.springframework.richclient.table.renderer.FormatTableCellRenderer implements Serializable |
Class org.springframework.richclient.table.renderer.EnumTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
serialVersionUID: -1737388077316919179L
messageSourceAccessor
MessageSourceAccessor messageSourceAccessor
Class org.springframework.richclient.table.renderer.FormatTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
format
Format format
Class org.springframework.richclient.table.renderer.LabeledEnumTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
messages
MessageSource messages
Class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
focusBorder
Border focusBorder
background
Color background
foreground
Color foreground
editableForeground
Color editableForeground
editableBackground
Color editableBackground
Class org.springframework.richclient.table.renderer.RowIndexColumnCellRenderer extends DefaultTableCellRenderer implements Serializable |
Class org.springframework.richclient.table.renderer.TimeTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
formatter
org.springframework.richclient.text.TimeFormat formatter
Package org.springframework.richclient.test |
Package org.springframework.richclient.util |
Class org.springframework.richclient.util.Alignment extends ShortCodedLabeledEnum implements Serializable |
Class org.springframework.richclient.util.CustomizableFocusTraversalPolicy extends LayoutFocusTraversalPolicy implements Serializable |
Class org.springframework.richclient.util.EventListenerListHelper extends Object implements Serializable |
serialVersionUID: 1L
listenerClass
Class<T> listenerClass
listeners
Object[] listeners
Class org.springframework.richclient.util.EventListenerListHelper.EventBroadcastException extends NestedRuntimeException implements Serializable |
Class org.springframework.richclient.util.GridBagLayoutDebugPanel extends JPanel implements Serializable |
gridColor
Color gridColor
scrollableUnitIncrement
int scrollableUnitIncrement
scrollableBlockIncrement
int scrollableBlockIncrement
scrollableTracksViewportWidth
boolean scrollableTracksViewportWidth
scrollableTracksViewportHeight
boolean scrollableTracksViewportHeight
Package org.springframework.rules.constraint |
Class org.springframework.rules.constraint.AbstractConstraint extends org.springframework.rules.constraint.ConstraintsAccessor implements Serializable |
Class org.springframework.rules.constraint.And extends org.springframework.rules.constraint.CompoundConstraint implements Serializable |
Class org.springframework.rules.constraint.CompoundConstraint extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
constraints
List<E> constraints
Class org.springframework.rules.constraint.IfTrue extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
constraint
org.springframework.rules.constraint.Constraint constraint
mustBeTrueConstraint
org.springframework.rules.constraint.Constraint mustBeTrueConstraint
elseTrueConstraint
org.springframework.rules.constraint.Constraint elseTrueConstraint
type
String type
Class org.springframework.rules.constraint.Like.LikeType extends StringCodedLabeledEnum implements Serializable |
Class org.springframework.rules.constraint.LogicalOperator extends org.springframework.rules.constraint.Operator implements Serializable |
Class org.springframework.rules.constraint.Or extends org.springframework.rules.constraint.CompoundConstraint implements Serializable |
Class org.springframework.rules.constraint.Range extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
min
Object min
max
Object max
inclusive
boolean inclusive
rangeConstraint
org.springframework.rules.constraint.Constraint rangeConstraint
Class org.springframework.rules.constraint.RelationalOperator extends org.springframework.rules.constraint.Operator implements Serializable |
Class org.springframework.rules.constraint.StringLengthConstraint extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
serialVersionUID: 1L
lengthConstraint
org.springframework.rules.constraint.Constraint lengthConstraint
type
String type
Class org.springframework.rules.constraint.WildcardConstraint extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
Class org.springframework.rules.constraint.XOr extends org.springframework.rules.constraint.CompoundConstraint implements Serializable |
Package org.springframework.rules.constraint.property |
Class org.springframework.rules.constraint.property.UniquePropertyValueConstraint extends org.springframework.rules.constraint.AbstractConstraint implements Serializable |
propertyName
String propertyName
distinctValueTable
Map<K,V> distinctValueTable
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.