Package com.didkovsky.portview
Class PortView
java.lang.Object
com.didkovsky.portview.PortView
public class PortView
extends java.lang.Object
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory())
PortView class holds a static ViewFactory
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description PortView()
-
Method Summary
Modifier and Type Method Description static ViewFactory
getViewFactory()
static void
setViewFactory(ViewFactory viewFactory)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PortView
public PortView()
-
-
Method Details
-
getViewFactory
- Returns:
- Returns the viewFactory.
-
setViewFactory
- Parameters:
viewFactory
- The viewFactory to set.
-