Uses of Interface
com.didkovsky.portview.ViewFactory

Packages that use ViewFactory
com.didkovsky.portview   
com.didkovsky.portview.awt   
com.didkovsky.portview.swing   
com.softsynth.jmsl   
 

Uses of ViewFactory in com.didkovsky.portview
 

Methods in com.didkovsky.portview that return ViewFactory
static ViewFactory PortView.getViewFactory()
           
 

Methods in com.didkovsky.portview with parameters of type ViewFactory
static void PortView.setViewFactory(ViewFactory viewFactory)
           
 

Uses of ViewFactory in com.didkovsky.portview.awt
 

Classes in com.didkovsky.portview.awt that implement ViewFactory
 class ViewFactoryAWT
           
 

Uses of ViewFactory in com.didkovsky.portview.swing
 

Classes in com.didkovsky.portview.swing that implement ViewFactory
 class ViewFactorySwing
           
 

Uses of ViewFactory in com.softsynth.jmsl
 

Methods in com.softsynth.jmsl that return ViewFactory
static ViewFactory JMSL.getViewFactory()
          ViewFactory can be used to build GUIs with components that can switch between AWT and Swing .
 

Methods in com.softsynth.jmsl with parameters of type ViewFactory
static void JMSL.setViewFactory(ViewFactory viewFactory)
          Alias for PortView.setViewFactory(viewFactory);