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

Quick Search    Search Deep

Uses of Class
org.scopemvc.view.swing.SwingView

Uses of SwingView in org.scopemvc.view.swing
 

Subclasses of SwingView in org.scopemvc.view.swing
 class SPanel
           A JPanel implementation of View for use in Swing-based user interfaces.
 class SUnboundPanel
           A JPanel implementation of View that is not bound to a model object for use in Swing-based user interfaces.
 

Fields in org.scopemvc.view.swing declared as SwingView
private  SwingView SMenuItem.owner
          View that 'owns' this menuitem at any time.
 

Methods in org.scopemvc.view.swing with parameters of type SwingView
 void SMenuItem.setOwner(SwingView inView)
           
 void SMenuItem.unsetOwner(SwingView inView)
           
 

Constructors in org.scopemvc.view.swing with parameters of type SwingView
SMenuItem(java.lang.String inControlID, SwingView inView)
          Sets text by looking up ControlID in UIStrings.
SMenuItem(java.lang.String inControlID, SwingView inView, javax.swing.KeyStroke accelerator)
          Sets text by looking up ControlID in UIStrings.