Uses of Interface
com.didkovsky.portview.ViewFactory
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static ViewFactoryPortView. getViewFactory()Methods in com.didkovsky.portview with parameters of type ViewFactory Modifier and Type Method Description static voidPortView. setViewFactory(ViewFactory viewFactory) -
Uses of ViewFactory in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement ViewFactory Modifier and Type Class Description classViewFactoryAWT -
Uses of ViewFactory in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement ViewFactory Modifier and Type Class Description classViewFactorySwing -
Uses of ViewFactory in com.softsynth.jmsl
Methods in com.softsynth.jmsl that return ViewFactory Modifier and Type Method Description static ViewFactoryJMSL. 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 Modifier and Type Method Description static voidJMSL. setViewFactory(ViewFactory viewFactory)Alias for PortView.setViewFactory(viewFactory);