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 ViewFactory
PortView. getViewFactory()
Methods in com.didkovsky.portview with parameters of type ViewFactory Modifier and Type Method Description static void
PortView. 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 class
ViewFactoryAWT
-
Uses of ViewFactory in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement ViewFactory Modifier and Type Class Description class
ViewFactorySwing
-
Uses of ViewFactory in com.softsynth.jmsl
Methods in com.softsynth.jmsl that return ViewFactory Modifier and Type Method Description 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 Modifier and Type Method Description static void
JMSL. setViewFactory(ViewFactory viewFactory)
Alias for PortView.setViewFactory(viewFactory);