Serialized Form


Package org.scopemvc.controller.servlet

Class org.scopemvc.controller.servlet.ScopeServlet implements Serializable

Serialized Fields

sharedControllerPool

ObjectPool sharedControllerPool
Pool of shared application Controllers for this servlet instance.


Package org.scopemvc.controller.servlet.jsp

Class org.scopemvc.controller.servlet.jsp.JSPScopeServlet implements Serializable


Package org.scopemvc.controller.servlet.xml

Class org.scopemvc.controller.servlet.xml.XSLScopeServlet implements Serializable


Package org.scopemvc.core

Class org.scopemvc.core.ControlException implements Serializable

Serialized Fields

sourceControlID

java.lang.String sourceControlID


Package org.scopemvc.util

Class org.scopemvc.util.DateTime implements Serializable

Class org.scopemvc.util.LocalizedException implements Serializable

Serialized Fields

messageParameters

java.lang.Object[] messageParameters

Class org.scopemvc.util.Time implements Serializable


Package org.scopemvc.view.servlet.jsp

Class org.scopemvc.view.servlet.jsp.PropertyTag implements Serializable

Serialized Fields

name

java.lang.String name


Package org.scopemvc.view.swing

Class org.scopemvc.view.swing.SAbstractListModel implements Serializable

Serialized Fields

sizeSelector

Selector sizeSelector
TODO: describe of the Field


listModel

java.lang.Object listModel
TODO: describe of the Field


sorted

boolean sorted

comparator

java.util.Comparator comparator

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


shownModel

java.lang.Object shownModel
The (list) model object that the SListModel presents, which may be a property of the bound model if a Selector is specified. May be null if the bound property is a JavaBeans indexed property.


manager

PropertyManager manager
The property manager for the bound (list) model.

Class org.scopemvc.view.swing.SAction implements Serializable

Serialized Fields

owner

SwingView owner
View that 'owns' this menuitem at any time. When selected, the menuitem causes its owner to issue a Control.


controlID

java.lang.String controlID

Class org.scopemvc.view.swing.SButton implements Serializable

Serialized Fields

controlID

java.lang.String controlID

modelActionName

java.lang.String modelActionName

Class org.scopemvc.view.swing.SCheckBox implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


controlID

java.lang.String controlID
ID of the Control issued when checkbox changes state.


valueIsNull

boolean valueIsNull
SCheckbox can "hold" a null when bound to a Boolean property that happens to be null.

Class org.scopemvc.view.swing.SComboBox implements Serializable

Serialized Fields

selectionControlID

java.lang.String selectionControlID

validationHelper

ValidationHelper validationHelper
Helper to manage validation state.

Class org.scopemvc.view.swing.SComboBoxModel implements Serializable

Serialized Fields

_jdk1_3fixIgnoreSetSelectedItem

boolean _jdk1_3fixIgnoreSetSelectedItem

selectionDelegate

SComboBoxModel.SelectionBoundModel selectionDelegate

selectionBoundModel

SwingBoundModel selectionBoundModel

combo

javax.swing.JComboBox combo
Owning combo.


selectedItem

java.lang.Object selectedItem
Need to hold this here in case the model decides to veto some values: UI can hold invalid values whereas model can't.

Class org.scopemvc.view.swing.SDefaultTableCellRenderer implements Serializable

Serialized Fields

convertor

StringConvertor convertor

Class org.scopemvc.view.swing.SLabel implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


stringConvertor

StringConvertor stringConvertor
The StringConvertor used to convert the model property to the String representation that the user see in the label.


forcedStringConvertor

StringConvertor forcedStringConvertor
If this is set, use it instead of finding a convertor to match the datatype being edited.

Class org.scopemvc.view.swing.SList implements Serializable

Serialized Fields

selectionControlID

java.lang.String selectionControlID
Control to issue on selection change.


doubleClickControlID

java.lang.String doubleClickControlID
Control to issue on double click.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.

Class org.scopemvc.view.swing.SListCellRenderer implements Serializable

Serialized Fields

textSelector

Selector textSelector

iconSelector

Selector iconSelector

convertor

StringConvertor convertor

Class org.scopemvc.view.swing.SListModel implements Serializable

Serialized Fields

parent

javax.swing.JList parent

Class org.scopemvc.view.swing.SListSelectionModel implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


parent

ListSelectionParent parent
Parent so we can find the currently selected object and pass on validation failures.


disabled

boolean disabled
Is selection disabled?

Class org.scopemvc.view.swing.SMenuItem implements Serializable

Serialized Fields

owner

SwingView owner
View that 'owns' this menuitem at any time. When selected, the menuitem causes its owner to issue a Control.


controlID

java.lang.String controlID

Class org.scopemvc.view.swing.SModelAction implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


shownModel

java.lang.Object shownModel
The model object that this component presents, which may be a property of the bound model if a Selector is specified.


valueTest

java.lang.Comparable valueTest

Class org.scopemvc.view.swing.SModelButton implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


shownModel

java.lang.Object shownModel
The model object that this component presents, which may be a property of the bound model if a Selector is specified.


valueTest

java.lang.Comparable valueTest

Class org.scopemvc.view.swing.SPanel implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


shownModel

java.lang.Object shownModel
The model object that the SPanel presents, which may be a property of the bound model if a Selector is specified.

Class org.scopemvc.view.swing.SPasswordField implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


controlID

java.lang.String controlID
ID of the Control issued when user hits Enter in the STextField.


valueIsNull

boolean valueIsNull
STextField can "hold" a null when bound to a property that happens to be null.


disableOnNull

boolean disableOnNull
Does this textfield disable itself if the model property it is bound to becomes null?


stringConvertor

StringConvertor stringConvertor
The StringConvertor used to convert the model property to and from the String representation that the user edits in the textfield.

Class org.scopemvc.view.swing.SRadioButton implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


controlID

java.lang.String controlID
ID of the Control issued when checkbox changes state.


valueIsNull

boolean valueIsNull
SCheckbox can "hold" a null when bound to a Boolean property that happens to be null.

Class org.scopemvc.view.swing.SSlider implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


valueIsNull

boolean valueIsNull
SSlider can "hold" a null when bound to a Integer property that happens to be null.

Class org.scopemvc.view.swing.STable implements Serializable

Serialized Fields

editors

java.util.HashMap editors
TODO: describe of the Field


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


selectionControlID

java.lang.String selectionControlID
Control to issue on selection change.


doubleClickControlID

java.lang.String doubleClickControlID
Control to issue on double click.

Class org.scopemvc.view.swing.STableModel implements Serializable

Serialized Fields

columnSelectors

Selector[] columnSelectors
TODO: describe of the Field


columnNames

java.lang.String[] columnNames
TODO: describe of the Field


columnsEditable

boolean[] columnsEditable
if null editable when read-write property else read-only


manager

PropertyManager manager
TODO: describe of the Field


table

javax.swing.JTable table
TODO: describe of the Field

Class org.scopemvc.view.swing.STableTextCellEditor implements Serializable

Class org.scopemvc.view.swing.STextArea implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


valueIsNull

boolean valueIsNull
STextArea can "hold" a null when bound to a property that happens to be null.


disableOnNull

boolean disableOnNull
Does this textarea disable itself if the model property it is bound to becomes null?


stringConvertor

StringConvertor stringConvertor
The StringConvertor used to convert the model property to and from the String representation that the user edits in the textarea.

Class org.scopemvc.view.swing.STextCellEditor implements Serializable

Serialized Fields

component

javax.swing.text.JTextComponent component
TODO: describe of the Field


convertor

StringConvertor convertor

validationHelper

ValidationHelper validationHelper

value

java.lang.Object value

clickCountToStart

int clickCountToStart

Class org.scopemvc.view.swing.STextField implements Serializable

Serialized Fields

boundModel

SwingBoundModel boundModel
Helper to manage model to view binding.


validationHelper

ValidationHelper validationHelper
Helper to manage validation state.


controlID

java.lang.String controlID
ID of the Control issued when user hits Enter in the STextField.


valueIsNull

boolean valueIsNull
STextField can "hold" a null when bound to a property that happens to be null.


disableOnNull

boolean disableOnNull
Does this textfield disable itself if the model property it is bound to becomes null?


stringConvertor

StringConvertor stringConvertor
The StringConvertor used to convert the model property to and from the String representation that the user edits in the textfield.


forcedStringConvertor

StringConvertor forcedStringConvertor
If this is set, use it instead of finding a convertor to match the datatype being edited.

Class org.scopemvc.view.swing.SUnboundPanel implements Serializable

Class org.scopemvc.view.swing.SwingView implements Serializable

Serialized Fields

subViews

java.util.List subViews

viewBounds

java.awt.Rectangle viewBounds
The bounds that the view will be shown at. If null use default position. The bounds are saved on hideView so the view come back at the same position when shown again.


displayMode

int displayMode

title

java.lang.String title

menuBar

javax.swing.JMenuBar menuBar

closeControl

Control closeControl

controller

Controller controller



Copyright © 2000-2002 The Scope Team. All Rights Reserved.