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

      public static ViewFactory getViewFactory()
      Returns:
      Returns the viewFactory.
    • setViewFactory

      public static void setViewFactory​(ViewFactory viewFactory)
      Parameters:
      viewFactory - The viewFactory to set.