Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I J L M O P R S T U V _

A

actionPerformed(ActionEvent) - Method in class org.scopemvc.view.swing.SActionListener
Called by component to notify, that user performed action on the component.
actionPerformed(ActionEvent) - Method in class org.scopemvc.view.swing.SPasswordField
Sync model object to View and issue a Control if ControlID set.
actionPerformed(ActionEvent) - Method in class org.scopemvc.view.swing.STextField
Sync model object to View and issue a Control if ControlID set.
addActionListener(ActionListener) - Method in class org.scopemvc.view.swing.SComboBoxEditor
Add an ActionListener.
addListDataListener(ListDataListener) - Method in class org.scopemvc.view.swing.STableModel
 
addTableModelListener(TableModelListener) - Method in class org.scopemvc.view.swing.STableModel
Adds a listener to the list that's notified each time a change to the data model occurs.

B

boundModel - Variable in class org.scopemvc.view.swing.SAbstractListModel
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SCheckBox
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SListSelectionModel
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SPanel
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SPasswordField
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SRadioButton
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.SSlider
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.STextArea
Helper to manage model to view binding.
boundModel - Variable in class org.scopemvc.view.swing.STextField
Helper to manage model to view binding.

C

CENTRED - Static variable in class org.scopemvc.view.swing.SwingView
 
cancelCellEditing() - Method in class org.scopemvc.view.swing.STextCellEditor
 
clearTooltip() - Method in class org.scopemvc.view.swing.ValidationHelper
Marvellous hack to hide any shown tooltips.
clickCountToStart - Variable in class org.scopemvc.view.swing.STextCellEditor
 
columnNames - Variable in class org.scopemvc.view.swing.STableModel
 
columnSelectors - Variable in class org.scopemvc.view.swing.STableModel
 
columnsEditable - Variable in class org.scopemvc.view.swing.STableModel
 
combo - Variable in class org.scopemvc.view.swing.SComboBoxModel
Owning combo.
comparator - Variable in class org.scopemvc.view.swing.SAbstractListModel
 
component - Variable in class org.scopemvc.view.swing.SComboBoxEditor
 
component - Variable in class org.scopemvc.view.swing.STextCellEditor
 
controlID - Variable in class org.scopemvc.view.swing.SButton
 
controlID - Variable in class org.scopemvc.view.swing.SCheckBox
ID of the Control issued when checkbox changes state.
controlID - Variable in class org.scopemvc.view.swing.SMenuItem
 
controlID - Variable in class org.scopemvc.view.swing.SPasswordField
ID of the Control issued when user hits Enter in the STextField.
controlID - Variable in class org.scopemvc.view.swing.SRadioButton
ID of the Control issued when checkbox changes state.
controlID - Variable in class org.scopemvc.view.swing.STextField
ID of the Control issued when user hits Enter in the STextField.
controller - Variable in class org.scopemvc.view.swing.SwingView
 
convertor - Variable in class org.scopemvc.view.swing.SComboBoxEditor
 
convertor - Variable in class org.scopemvc.view.swing.SDefaultTableCellRenderer
 
convertor - Variable in class org.scopemvc.view.swing.SListCellRenderer
 
convertor - Variable in class org.scopemvc.view.swing.STextCellEditor
 
createControl() - Method in class org.scopemvc.view.swing.SButton
Override this to create something other than a simple no-parameter Control or ModelActionControl.
createControl() - Method in class org.scopemvc.view.swing.SMenuItem
Override this to create something other than a simple no-parameter Control.
createDefaultDataModel() - Method in class org.scopemvc.view.swing.STable
STables create their own STableModel by default.
createDefaultEditors() - Method in class org.scopemvc.view.swing.STable
 
createDefaultRenderers() - Method in class org.scopemvc.view.swing.STable
Sets default Scope table cell renderers.
createSelectionModel() - Method in class org.scopemvc.view.swing.SList
 
createStringConvertor(Object) - Method in class org.scopemvc.view.swing.SComboBoxEditor
Returns current string convertor.
createTextComponent() - Method in class org.scopemvc.view.swing.STextCellEditor
 
createToolTip() - Method in class org.scopemvc.view.swing.SCheckBox
 
createToolTip() - Method in class org.scopemvc.view.swing.SComboBox
 
createToolTip() - Method in class org.scopemvc.view.swing.SList
 
createToolTip() - Method in class org.scopemvc.view.swing.SPasswordField
 
createToolTip() - Method in class org.scopemvc.view.swing.SRadioButton
 
createToolTip() - Method in class org.scopemvc.view.swing.SSlider
 
createToolTip() - Method in class org.scopemvc.view.swing.STable
 
createToolTip() - Method in class org.scopemvc.view.swing.STextArea
 
createToolTip() - Method in class org.scopemvc.view.swing.STextField
 
createToolTip(JToolTip) - Method in class org.scopemvc.view.swing.ValidationHelper
Parent should call this in its createTooltip() to allow helper to substitute an error tooltip.

D

disableOnNull - Variable in class org.scopemvc.view.swing.SPasswordField
Does this textfield disable itself if the model property it is bound to becomes null?
disableOnNull - Variable in class org.scopemvc.view.swing.STextArea
Does this textarea disable itself if the model property it is bound to becomes null?
disableOnNull - Variable in class org.scopemvc.view.swing.STextField
Does this textfield disable itself if the model property it is bound to becomes null?
disabled - Variable in class org.scopemvc.view.swing.SListSelectionModel
Is selection disabled?
doubleClickControlID - Variable in class org.scopemvc.view.swing.SList
Control to issue on double click.
doubleClickControlID - Variable in class org.scopemvc.view.swing.STable
Control to issue on double click.

E

editors - Variable in class org.scopemvc.view.swing.STable
 

F

findElementAt(int) - Method in interface org.scopemvc.view.swing.ListSelectionParent
 
findElementAt(int) - Method in class org.scopemvc.view.swing.SList
Null if not found.
findElementAt(int) - Method in class org.scopemvc.view.swing.STable
 
findIndexFor(Object) - Method in interface org.scopemvc.view.swing.ListSelectionParent
 
findIndexFor(Object) - Method in class org.scopemvc.view.swing.SList
-1 if not found.
findIndexFor(Object) - Method in class org.scopemvc.view.swing.STable
 
fireActionPerformed(ActionEvent) - Method in class org.scopemvc.view.swing.SButton
 
fireActionPerformed(ActionEvent) - Method in class org.scopemvc.view.swing.SMenuItem
 
fireContentsChanged() - Method in class org.scopemvc.view.swing.SComboBoxModel
 
fireContentsChanged(Object, int, int) - Method in class org.scopemvc.view.swing.STableModel
 
fireIntervalAdded(Object, int, int) - Method in class org.scopemvc.view.swing.STableModel
 
fireIntervalRemoved(Object, int, int) - Method in class org.scopemvc.view.swing.STableModel
 
fireStateChanged() - Method in class org.scopemvc.view.swing.SSlider
 
fireTableCellUpdated(int, int) - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that the value of the cell at [row, column] has been updated.
fireTableChanged(TableModelEvent) - Method in class org.scopemvc.view.swing.STableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableDataChanged() - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(int, int) - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been deleted.
fireTableRowsInserted(int, int) - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been inserted.
fireTableRowsUpdated(int, int) - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been updated.
fireTableStructureChanged() - Method in class org.scopemvc.view.swing.STableModel
Notifies all listeners that the table's structure has changed.
fireValueChanged(int, int, boolean) - Method in class org.scopemvc.view.swing.SListSelectionModel
When selection changes, update the bound model.
focusGained(FocusEvent) - Method in class org.scopemvc.view.swing.SPasswordField
 
focusGained(FocusEvent) - Method in class org.scopemvc.view.swing.STextArea
 
focusGained(FocusEvent) - Method in class org.scopemvc.view.swing.STextField
 
focusLost(FocusEvent) - Method in class org.scopemvc.view.swing.SPasswordField
 
focusLost(FocusEvent) - Method in class org.scopemvc.view.swing.STextArea
 
focusLost(FocusEvent) - Method in class org.scopemvc.view.swing.STextField
 
forcedStringConvertor - Variable in class org.scopemvc.view.swing.STextField
If this is set, use it instead of finding a convertor to match the datatype being edited.

G

getBoundModel() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
getBoundModel() - Method in class org.scopemvc.view.swing.SActionListener
 
getBoundModel() - Method in class org.scopemvc.view.swing.SCheckBox
 
getBoundModel() - Method in class org.scopemvc.view.swing.SComboBox
 
getBoundModel() - Method in class org.scopemvc.view.swing.SList
 
getBoundModel() - Method in class org.scopemvc.view.swing.SListSelectionModel
 
getBoundModel() - Method in class org.scopemvc.view.swing.SPanel
 
getBoundModel() - Method in class org.scopemvc.view.swing.SPasswordField
 
getBoundModel() - Method in class org.scopemvc.view.swing.SRadioButton
 
getBoundModel() - Method in class org.scopemvc.view.swing.SSlider
 
getBoundModel() - Method in class org.scopemvc.view.swing.STable
 
getBoundModel() - Method in class org.scopemvc.view.swing.STextArea
 
getBoundModel() - Method in class org.scopemvc.view.swing.STextField
 
getBoundModel() - Method in class org.scopemvc.view.swing.SUnboundPanel
 
getBoundSelectionModel() - Method in class org.scopemvc.view.swing.SComboBoxModel
 
getCellEditorValue() - Method in class org.scopemvc.view.swing.STextCellEditor
 
getChangeSelectionControlID() - Method in class org.scopemvc.view.swing.STable
Get the Control ID for the Control that will be issued when the selection is changed.
getClickCountToStart() - Method in class org.scopemvc.view.swing.STextCellEditor
ClickCountToStart controls the number of clicks required to start editing.
getCloseControl() - Method in class org.scopemvc.view.swing.SwingView
The Control issued when the window containing this View is closed.
getColumnClass(int) - Method in class org.scopemvc.view.swing.STableModel
 
getColumnCount() - Method in class org.scopemvc.view.swing.STableModel
 
getColumnName(int) - Method in class org.scopemvc.view.swing.STableModel
 
getColumnSelector(int) - Method in class org.scopemvc.view.swing.STableModel
 
getControlID() - Method in class org.scopemvc.view.swing.SButton
 
getControlID() - Method in class org.scopemvc.view.swing.SMenuItem
 
getController() - Method in class org.scopemvc.view.swing.SCheckBox
Don't assign a Controller to SCheckBox, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SComboBox
Don't assign a direct Controller to ComboBox, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SList
Don't assign a direct Controller to List, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SPasswordField
Don't assign a Controller to STextField, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SRadioButton
Don't assign a Controller to SRadioButton, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SSlider
Don't assign a Controller to SCheckBox, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.STable
Don't assign a direct Controller to List, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.STextArea
Don't assign a Controller to STextArea.
getController() - Method in class org.scopemvc.view.swing.STextField
Don't assign a Controller to STextField, instead delegate to the containing SwingView that has a parent Controller.
getController() - Method in class org.scopemvc.view.swing.SwingView
 
getDefaultEditor(Class) - Method in class org.scopemvc.view.swing.STable
 
getDefaultRenderer(Class) - Method in class org.scopemvc.view.swing.STable
 
getDisplayMode() - Method in class org.scopemvc.view.swing.SwingView
Determines the type of window used to show this view.
getDoubleClickControlID() - Method in class org.scopemvc.view.swing.STable
Get the Control ID for the Control that will be issued when the List is double-clicked.
getEditorComponent() - Method in class org.scopemvc.view.swing.SComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor
getElementAt(int) - Method in class org.scopemvc.view.swing.SAbstractListModel
Note that if the get() fails for any reason, a null is returned.
getIconSelector() - Method in class org.scopemvc.view.swing.SListCellRenderer
 
getItem() - Method in class org.scopemvc.view.swing.SComboBoxEditor
Return the edited item.
getLastShownBounds() - Method in class org.scopemvc.view.swing.SwingView
Deprecated. see SwingView.getViewBounds() 55
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.scopemvc.view.swing.SListCellRenderer
 
getListeners(Class) - Method in class org.scopemvc.view.swing.STableModel
Returns an array of all the listeners of the given type that were added to this model.
getManager() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
getMenuBar() - Method in class org.scopemvc.view.swing.SwingView
The menubar to attach to a window showing this view, or null if none.
getPasswordText() - Method in class org.scopemvc.view.swing.SPasswordField
 
getPreferredSize() - Method in class org.scopemvc.view.swing.SLabel
 
getPropertyManager() - Method in class org.scopemvc.view.swing.STableModel
 
getRowCount() - Method in class org.scopemvc.view.swing.STableModel
 
getSelectedItem() - Method in class org.scopemvc.view.swing.SComboBoxModel
 
getSelectionSelector() - Method in class org.scopemvc.view.swing.SComboBoxModel
 
getSelector() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
getSelector() - Method in class org.scopemvc.view.swing.SCheckBox
 
getSelector() - Method in class org.scopemvc.view.swing.SListSelectionModel
 
getSelector() - Method in class org.scopemvc.view.swing.SPanel
 
getSelector() - Method in class org.scopemvc.view.swing.SPasswordField
 
getSelector() - Method in class org.scopemvc.view.swing.SRadioButton
 
getSelector() - Method in class org.scopemvc.view.swing.SSlider
 
getSelector() - Method in class org.scopemvc.view.swing.STextArea
 
getSelector() - Method in class org.scopemvc.view.swing.STextField
 
getShownModel() - Method in class org.scopemvc.view.swing.SAbstractListModel
Get the (list) model object that the SListModel presents, which may be a property of the bound model if a Selector is specified.
getShownModel() - Method in class org.scopemvc.view.swing.SPanel
Get the model object that the SPanel presents, which may be a property of the bound model if a Selector is specified.
getSize() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
getSizeSelector() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
getStringConvertor() - Method in class org.scopemvc.view.swing.STextCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.scopemvc.view.swing.STableTextCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.scopemvc.view.swing.STable.BooleanRenderer
 
getTextSelector() - Method in class org.scopemvc.view.swing.SListCellRenderer
 
getTitle() - Method in class org.scopemvc.view.swing.SwingView
Provides the title for windows that show this view.
getValueAt(int, int) - Method in class org.scopemvc.view.swing.STableModel
 
getViewBounds() - Method in class org.scopemvc.view.swing.SwingView
Get bounds to show this view at.
getViewValue() - Method in class org.scopemvc.view.swing.SAbstractListModel
Makes no sense: can't change the property using an SAbstractListModel!
getViewValue() - Method in class org.scopemvc.view.swing.SCheckBox
 
getViewValue() - Method in class org.scopemvc.view.swing.SComboBoxModel.SelectionBoundModel
 
getViewValue() - Method in class org.scopemvc.view.swing.SListSelectionModel
 
getViewValue() - Method in class org.scopemvc.view.swing.SPanel
Makes no sense: can't change the property using an SPanel!
getViewValue() - Method in class org.scopemvc.view.swing.SPasswordField
 
getViewValue() - Method in class org.scopemvc.view.swing.SRadioButton
 
getViewValue() - Method in class org.scopemvc.view.swing.SSlider
 
getViewValue() - Method in class org.scopemvc.view.swing.STextArea
 
getViewValue() - Method in class org.scopemvc.view.swing.STextField
 

I

iconSelector - Variable in class org.scopemvc.view.swing.SListCellRenderer
 
index - Static variable in class org.scopemvc.view.swing.SAbstractListModel
Share this instance for all fetches from the list.
isCellEditable(int, int) - Method in class org.scopemvc.view.swing.STableModel
 
isCellEditable(EventObject) - Method in class org.scopemvc.view.swing.STextCellEditor
Editable for mause click events if click count is equals or greater then getClickCountToStart() 55 .
isDisableOnNull() - Method in class org.scopemvc.view.swing.SPasswordField
 
isDisableOnNull() - Method in class org.scopemvc.view.swing.STextArea
 
isDisableOnNull() - Method in class org.scopemvc.view.swing.STextField
 
isFocusTraversable() - Method in class org.scopemvc.view.swing.SLabel
Don't let user tab through to this control.
isRequestFocusEnabled() - Method in class org.scopemvc.view.swing.SLabel
Don't allow request focus on this control.
isResizable() - Method in class org.scopemvc.view.swing.SwingView
Should a window showing this view be resizable?
isSorted() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
isValidateRoot() - Method in class org.scopemvc.view.swing.SLabel
Override to force relayout when text changes.
isValidating() - Method in class org.scopemvc.view.swing.STextCellEditor
Returns true.
issueChangeSelectionControl() - Method in interface org.scopemvc.view.swing.ListSelectionParent
 
issueChangeSelectionControl() - Method in class org.scopemvc.view.swing.SComboBox
 
issueChangeSelectionControl() - Method in class org.scopemvc.view.swing.SList
 
issueChangeSelectionControl() - Method in class org.scopemvc.view.swing.STable
 
issueControl(Control) - Method in class org.scopemvc.view.swing.SCheckBox
Don't assign a Controller to SCheckBox, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.SComboBox
Don't assign a direct Controller to ComboBox, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.SList
Don't assign a direct Controller to List, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.SPasswordField
Don't assign a Controller to STextField, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.SRadioButton
Don't assign a Controller to SRadioButton, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.SSlider
Don't assign a Controller to SSlider, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.STable
Don't assign a direct Controller to List, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Control) - Method in class org.scopemvc.view.swing.STextArea
STextArea can't issue Controls.
issueControl(Control) - Method in class org.scopemvc.view.swing.STextField
Don't assign a Controller to STextField, instead delegate to the containing SwingView that has a parent Controller.
issueControl(Component, Control) - Static method in class org.scopemvc.view.swing.SwingUtil
 
issueControl(Control) - Method in class org.scopemvc.view.swing.SwingView
Issue a Control to the parent Controller, or if no direct parent, search upwards in the View hierarchy for the next up.
itemStateChanged(ItemEvent) - Method in class org.scopemvc.view.swing.SCheckBox
 
itemStateChanged(ItemEvent) - Method in class org.scopemvc.view.swing.SRadioButton
 

J

jdk1_3fixIgnoreSetSelectedItem(boolean) - Method in class org.scopemvc.view.swing.SComboBoxModel
This method is bug fix for JDK 1.2.x,1.3.x bug: after setting model combobox sets element 0 as selected.

L

LOG - Static variable in class org.scopemvc.view.swing.SAbstractListModel
 
LOG - Static variable in class org.scopemvc.view.swing.SActionListener
 
LOG - Static variable in class org.scopemvc.view.swing.SButton
 
LOG - Static variable in class org.scopemvc.view.swing.SCheckBox
 
LOG - Static variable in class org.scopemvc.view.swing.SComboBox
 
LOG - Static variable in class org.scopemvc.view.swing.SComboBoxEditor
 
LOG - Static variable in class org.scopemvc.view.swing.SComboBoxModel
 
LOG - Static variable in class org.scopemvc.view.swing.SDefaultTableCellRenderer
 
LOG - Static variable in class org.scopemvc.view.swing.SLabel
 
LOG - Static variable in class org.scopemvc.view.swing.SList
 
LOG - Static variable in class org.scopemvc.view.swing.SListCellRenderer
 
LOG - Static variable in class org.scopemvc.view.swing.SListModel
 
LOG - Static variable in class org.scopemvc.view.swing.SListSelectionModel
 
LOG - Static variable in class org.scopemvc.view.swing.SMenuItem
 
LOG - Static variable in class org.scopemvc.view.swing.SPanel
 
LOG - Static variable in class org.scopemvc.view.swing.SPasswordField
 
LOG - Static variable in class org.scopemvc.view.swing.SRadioButton
 
LOG - Static variable in class org.scopemvc.view.swing.SSlider
 
LOG - Static variable in class org.scopemvc.view.swing.STable
 
LOG - Static variable in class org.scopemvc.view.swing.STableModel
 
LOG - Static variable in class org.scopemvc.view.swing.STableTextCellEditor
 
LOG - Static variable in class org.scopemvc.view.swing.STextArea
 
LOG - Static variable in class org.scopemvc.view.swing.STextCellEditor
 
LOG - Static variable in class org.scopemvc.view.swing.STextField
 
LOG - Static variable in class org.scopemvc.view.swing.SUnboundPanel
 
LOG - Static variable in class org.scopemvc.view.swing.SwingBoundModel
 
LOG - Static variable in class org.scopemvc.view.swing.SwingUtil
 
LOG - Static variable in class org.scopemvc.view.swing.SwingView
 
ListSelectionParent - interface org.scopemvc.view.swing.ListSelectionParent.
STable and SList implement this to allow their SListSelectionModel to refresh parent.
listModel - Variable in class org.scopemvc.view.swing.SAbstractListModel
 

M

MODAL_DIALOG - Static variable in class org.scopemvc.view.swing.SwingView
 
MODELESS_DIALOG - Static variable in class org.scopemvc.view.swing.SwingView
 
manager - Variable in class org.scopemvc.view.swing.SAbstractListModel
The property manager for the bound (list) model.
manager - Variable in class org.scopemvc.view.swing.STableModel
 
model - Variable in class org.scopemvc.view.swing.SActionListener
 
modelAction - Variable in class org.scopemvc.view.swing.SActionListener
 
modelActionName - Variable in class org.scopemvc.view.swing.SButton
 
modelChanged(ModelChangeEvent) - Method in class org.scopemvc.view.swing.SAbstractListModel
 
mouseClicked(MouseEvent) - Method in class org.scopemvc.view.swing.SList
 
mouseClicked(MouseEvent) - Method in class org.scopemvc.view.swing.STable
 
mouseEntered(MouseEvent) - Method in class org.scopemvc.view.swing.SList
 
mouseEntered(MouseEvent) - Method in class org.scopemvc.view.swing.STable
 
mouseExited(MouseEvent) - Method in class org.scopemvc.view.swing.SList
 
mouseExited(MouseEvent) - Method in class org.scopemvc.view.swing.STable
 
mousePressed(MouseEvent) - Method in class org.scopemvc.view.swing.SList
 
mousePressed(MouseEvent) - Method in class org.scopemvc.view.swing.STable
 
mouseReleased(MouseEvent) - Method in class org.scopemvc.view.swing.SList
 
mouseReleased(MouseEvent) - Method in class org.scopemvc.view.swing.STable
 

O

obtainValue() - Method in class org.scopemvc.view.swing.STextCellEditor
 
org.scopemvc.view.swing - package org.scopemvc.view.swing
 
originalBackground - Variable in class org.scopemvc.view.swing.ValidationHelper
Keep the parent's original background colour so it can be restored when validation succeeds.
originalTooltipText - Variable in class org.scopemvc.view.swing.ValidationHelper
Keep the parent's tooltip text so we can restore it on validation success.
owner - Variable in class org.scopemvc.view.swing.SMenuItem
View that 'owns' this menuitem at any time.

P

PRIMARY_WINDOW - Static variable in class org.scopemvc.view.swing.SwingView
 
parent - Variable in class org.scopemvc.view.swing.SListModel
 
parent - Variable in class org.scopemvc.view.swing.SListSelectionModel
Parent so we can find the currently selected object and pass on validation failures.
parent - Variable in class org.scopemvc.view.swing.ValidationHelper
Owning JComponent of this helper.
populateSubComponents(Component, Object) - Static method in class org.scopemvc.view.swing.SPanel
 

R

Refreshable - interface org.scopemvc.view.swing.Refreshable.
For Swing widgets that can be manually forced to update themselves with the current state of their bound model.
refresh() - Method in interface org.scopemvc.view.swing.Refreshable
Update the widget with the current state of the bound model.
refresh() - Method in class org.scopemvc.view.swing.SAbstractListModel
 
refresh() - Method in class org.scopemvc.view.swing.SCheckBox
 
refresh() - Method in class org.scopemvc.view.swing.SComboBox
 
refresh() - Method in class org.scopemvc.view.swing.SComboBoxModel
 
refresh() - Method in class org.scopemvc.view.swing.SList
 
refresh() - Method in class org.scopemvc.view.swing.SListSelectionModel
 
refresh() - Method in class org.scopemvc.view.swing.SPanel
 
refresh() - Method in class org.scopemvc.view.swing.SPasswordField
 
refresh() - Method in class org.scopemvc.view.swing.SRadioButton
 
refresh() - Method in class org.scopemvc.view.swing.SSlider
 
refresh() - Method in class org.scopemvc.view.swing.STable
 
refresh() - Method in class org.scopemvc.view.swing.STextArea
 
refresh() - Method in class org.scopemvc.view.swing.STextField
 
refreshSelection() - Method in class org.scopemvc.view.swing.SList
 
refreshSelection() - Method in class org.scopemvc.view.swing.STable
 
refreshSubComponents(Component) - Static method in class org.scopemvc.view.swing.SPanel
 
removeActionListener(ActionListener) - Method in class org.scopemvc.view.swing.SComboBoxEditor
Remove an ActionListener
removeListDataListener(ListDataListener) - Method in class org.scopemvc.view.swing.STableModel
 
removeTableModelListener(TableModelListener) - Method in class org.scopemvc.view.swing.STableModel
Removes a listener from the list that's notified each time a change to the data model occurs.
renderers - Variable in class org.scopemvc.view.swing.STable
 
runFromSwingEventThread(Runnable) - Static method in class org.scopemvc.view.swing.SwingUtil
Ensure a Runnable is run on the Swing event-handling thread.

S

SAbstractListModel - class org.scopemvc.view.swing.SAbstractListModel.
A javax.swing.AbstractListModel bound to a property of a model used by SList, SComboBox, STable.
SAbstractListModel() - Constructor for class org.scopemvc.view.swing.SAbstractListModel
 
SActionListener - class org.scopemvc.view.swing.SActionListener.
Connects component action event to a method in a model.
SActionListener() - Constructor for class org.scopemvc.view.swing.SActionListener
Creates new SActionListener
SButton - class org.scopemvc.view.swing.SButton.
A JButton that issues a Control when pressed.
SButton() - Constructor for class org.scopemvc.view.swing.SButton
 
SButton(String) - Constructor for class org.scopemvc.view.swing.SButton
 
SCheckBox - class org.scopemvc.view.swing.SCheckBox.
A JCheckbox linked to a Boolean or boolean property of a bound model object.
SCheckBox() - Constructor for class org.scopemvc.view.swing.SCheckBox
 
SComboBox - class org.scopemvc.view.swing.SComboBox.
A JComboBox that uses a SComboBoxModel to bind to model properties for the list of items and to bind the selected item to a property.
SComboBox() - Constructor for class org.scopemvc.view.swing.SComboBox
 
SComboBoxEditor - class org.scopemvc.view.swing.SComboBoxEditor.
Default combobox editor for SComboBox.
SComboBoxEditor() - Constructor for class org.scopemvc.view.swing.SComboBoxEditor
 
SComboBoxModel - class org.scopemvc.view.swing.SComboBoxModel.
 
SComboBoxModel(JComboBox) - Constructor for class org.scopemvc.view.swing.SComboBoxModel
 
SComboBoxModel.SelectionBoundModel - class org.scopemvc.view.swing.SComboBoxModel.SelectionBoundModel.
 
SComboBoxModel.SelectionBoundModel() - Constructor for class org.scopemvc.view.swing.SComboBoxModel.SelectionBoundModel
 
SDefaultTableCellRenderer - class org.scopemvc.view.swing.SDefaultTableCellRenderer.
 
SDefaultTableCellRenderer(Class) - Constructor for class org.scopemvc.view.swing.SDefaultTableCellRenderer
 
SDefaultTableCellRenderer(StringConvertor) - Constructor for class org.scopemvc.view.swing.SDefaultTableCellRenderer
 
SLabel - class org.scopemvc.view.swing.SLabel.
A non-editable STextField that looks like a Label but is bound to a model property.
SLabel() - Constructor for class org.scopemvc.view.swing.SLabel
 
SList - class org.scopemvc.view.swing.SList.
A JList that uses a SListModel to bind to model properties, and a SListSelectionModel to bind the selected item to a property.
SList() - Constructor for class org.scopemvc.view.swing.SList
 
SListCellRenderer - class org.scopemvc.view.swing.SListCellRenderer.
A javax.swing.DefaultListCellRenderer that tries to draw model objects as text with an icon, both from properties on the displayed model object identified by Selectors.
SListCellRenderer() - Constructor for class org.scopemvc.view.swing.SListCellRenderer
 
SListModel - class org.scopemvc.view.swing.SListModel.
A concrete SAbstractListModel for SList to use.
SListModel(JList) - Constructor for class org.scopemvc.view.swing.SListModel
 
SListSelectionModel - class org.scopemvc.view.swing.SListSelectionModel.
A ListSelectionModel bound to a model property that will contain a reference to the current selection.
SListSelectionModel(ListSelectionParent) - Constructor for class org.scopemvc.view.swing.SListSelectionModel
Create for a parent SingleListSelectionParent.
SMenuItem - class org.scopemvc.view.swing.SMenuItem.
A JMenuItem that can be owned by a SwingView using org.scopemvc.controller.swing.SwingContext, and which causes its owning view to issue a Control when selected.
SMenuItem(String) - Constructor for class org.scopemvc.view.swing.SMenuItem
 
SMenuItem(String, SwingView) - Constructor for class org.scopemvc.view.swing.SMenuItem
Sets text by looking up ControlID in UIStrings.
SMenuItem(String, SwingView, KeyStroke) - Constructor for class org.scopemvc.view.swing.SMenuItem
Sets text by looking up ControlID in UIStrings.
SPanel - class org.scopemvc.view.swing.SPanel.
A JPanel implementation of View for use in Swing-based user interfaces.
SPanel() - Constructor for class org.scopemvc.view.swing.SPanel
 
SPasswordField - class org.scopemvc.view.swing.SPasswordField.
A JPasswordField that works the same way as STextField.
SPasswordField() - Constructor for class org.scopemvc.view.swing.SPasswordField
 
SRadioButton - class org.scopemvc.view.swing.SRadioButton.
A JRadioButton linked to a Boolean or boolean property of a bound model object.
SRadioButton() - Constructor for class org.scopemvc.view.swing.SRadioButton
 
SSlider - class org.scopemvc.view.swing.SSlider.
A JSlider whose value is bound to an int property of a model object.
SSlider() - Constructor for class org.scopemvc.view.swing.SSlider
 
STable - class org.scopemvc.view.swing.STable.
A JTable bound to a list property of a model.
STable() - Constructor for class org.scopemvc.view.swing.STable
 
STable.BooleanEditor - class org.scopemvc.view.swing.STable.BooleanEditor.
 
STable.BooleanEditor() - Constructor for class org.scopemvc.view.swing.STable.BooleanEditor
 
STable.BooleanRenderer - class org.scopemvc.view.swing.STable.BooleanRenderer.
 
STable.BooleanRenderer() - Constructor for class org.scopemvc.view.swing.STable.BooleanRenderer
 
STableModel - class org.scopemvc.view.swing.STableModel.
 
STableModel(JTable) - Constructor for class org.scopemvc.view.swing.STableModel
 
STableTextCellEditor - class org.scopemvc.view.swing.STableTextCellEditor.
Cell editor for STable or JTable using JTextField.
STableTextCellEditor(Class) - Constructor for class org.scopemvc.view.swing.STableTextCellEditor
 
STableTextCellEditor(StringConvertor) - Constructor for class org.scopemvc.view.swing.STableTextCellEditor
 
STextArea - class org.scopemvc.view.swing.STextArea.
A JTextArea linked to a property of a bound model object.
STextArea() - Constructor for class org.scopemvc.view.swing.STextArea
 
STextArea(int, int) - Constructor for class org.scopemvc.view.swing.STextArea
 
STextCellEditor - class org.scopemvc.view.swing.STextCellEditor.
Base class for cell editors based on Swing's JTextComponent.
STextCellEditor(StringConvertor) - Constructor for class org.scopemvc.view.swing.STextCellEditor
Creates new SDefaultCellRenderer
STextField - class org.scopemvc.view.swing.STextField.
A JTextField linked to a property of a bound model object.
STextField() - Constructor for class org.scopemvc.view.swing.STextField
 
STextField(int) - Constructor for class org.scopemvc.view.swing.STextField
 
SUnboundPanel - class org.scopemvc.view.swing.SUnboundPanel.
A JPanel implementation of View that is not bound to a model object for use in Swing-based user interfaces.
SUnboundPanel() - Constructor for class org.scopemvc.view.swing.SUnboundPanel
 
SwingBoundModel - class org.scopemvc.view.swing.SwingBoundModel.
An ActiveBoundModel that forces updates to the parent View onto the AWTEvent thread because Swing isn't thread-safe.
SwingBoundModel(ModelBindable) - Constructor for class org.scopemvc.view.swing.SwingBoundModel
 
SwingUtil - class org.scopemvc.view.swing.SwingUtil.
Utilities dependent on Java Swing and Scope core and view.awt packages only.
SwingUtil() - Constructor for class org.scopemvc.view.swing.SwingUtil
 
SwingView - class org.scopemvc.view.swing.SwingView.
An abstract base JPanel implementation of View for use in Swing-based user interfaces.
SwingView() - Constructor for class org.scopemvc.view.swing.SwingView
Automatically install a SwingContext if SwingView is created anywhere and no ViewContext has been set previously.
selectAll() - Method in class org.scopemvc.view.swing.SComboBoxEditor
Ask the editor to start editing and to select everything
selectAll() - Method in class org.scopemvc.view.swing.SLabel
Override to not select.
selectedItem - Variable in class org.scopemvc.view.swing.SComboBoxModel
Need to hold this here in case the model decides to veto some values: UI can hold invalid values whereas model can't.
selectionBoundModel - Variable in class org.scopemvc.view.swing.SComboBoxModel
 
selectionControlID - Variable in class org.scopemvc.view.swing.SComboBox
 
selectionControlID - Variable in class org.scopemvc.view.swing.SList
Control to issue on selection change.
selectionControlID - Variable in class org.scopemvc.view.swing.STable
Control to issue on selection change.
selectionDelegate - Variable in class org.scopemvc.view.swing.SComboBoxModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SAbstractListModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SActionListener
Sets model object on which the method will be called.
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SCheckBox
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SComboBox
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SComboBoxModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SList
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SListSelectionModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SPanel
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SPasswordField
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SRadioButton
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SSlider
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.STable
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.STextArea
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.STextField
 
setBoundModel(Object) - Method in class org.scopemvc.view.swing.SUnboundPanel
 
setBoundSelectionModel(Object) - Method in class org.scopemvc.view.swing.SComboBoxModel
 
setChangeSelectionControlID(String) - Method in class org.scopemvc.view.swing.SComboBox
Set the Control ID for the Control that will be issued when the selection is changed.
setChangeSelectionControlID(String) - Method in class org.scopemvc.view.swing.SList
Set the Control ID for the Control that will be issued when the selection is changed.
setChangeSelectionControlID(String) - Method in class org.scopemvc.view.swing.STable
Set the Control ID for the Control that will be issued when the selection is changed.
setClickCountToStart(int) - Method in class org.scopemvc.view.swing.STextCellEditor
Specifies the number of clicks needed to start editing.
setColumnNames(String[]) - Method in class org.scopemvc.view.swing.STable
Set up the column names.
setColumnNames(String[]) - Method in class org.scopemvc.view.swing.STableModel
 
setColumnSelectorStrings(String[]) - Method in class org.scopemvc.view.swing.STable
Set up the column selectors.
setColumnSelectorStrings(String[]) - Method in class org.scopemvc.view.swing.STableModel
 
setColumnSelectors(Selector[]) - Method in class org.scopemvc.view.swing.STable
Set up the column selectors.
setColumnSelectors(Selector[]) - Method in class org.scopemvc.view.swing.STableModel
 
setComparator(Comparator) - Method in class org.scopemvc.view.swing.SAbstractListModel
Deprecated. see setSorted(Comparator)
setControlID(String) - Method in class org.scopemvc.view.swing.SButton
 
setControlID(String) - Method in class org.scopemvc.view.swing.SCheckBox
Set the ID of the Control that will be issued when state changes.
setControlID(String) - Method in class org.scopemvc.view.swing.SMenuItem
 
setControlID(String) - Method in class org.scopemvc.view.swing.SPasswordField
Set the ID of the Control that will be issued when Enter key is pressed in this STextField.
setControlID(String) - Method in class org.scopemvc.view.swing.SRadioButton
Set the ID of the Control that will be issued when state changes.