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

Quick Search    Search Deep

Uses of Package
org.scopemvc.view.swing

Classes in org.scopemvc.view.swing used by org.scopemvc.view.swing
ListSelectionParent
           STable and SList implement this to allow their SListSelectionModel to refresh parent.
Refreshable
           For Swing widgets that can be manually forced to update themselves with the current state of their bound model.
SAbstractListModel
           A javax.swing.AbstractListModel bound to a property of a model used by SList, SComboBox, STable.
SComboBoxModel.SelectionBoundModel
           
STextCellEditor
          Base class for cell editors based on Swing's JTextComponent.
STextField
           A JTextField linked to a property of a bound model object.
SwingBoundModel
           An ActiveBoundModel that forces updates to the parent View onto the AWTEvent thread because Swing isn't thread-safe.
SwingView
           An abstract base JPanel implementation of View for use in Swing-based user interfaces.
ValidationHelper
           Handles ModelBindable.validationFailed(java.lang.Exception)>ModelBindable.validationFailed(java.lang.Exception) 55 and ModelBindable.validationSuccess()>ModelBindable.validationSuccess() 55 by setting the background colour of the parent component to a new colour and being able to generate an "error tooltip" that is coloured and contains the localized error message from the validation failure.