com.didkovsky.portview
Class PortView

java.lang.Object
  extended by 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: didkovn@mail.rockefeller.edu

Constructor Summary
PortView()
           
 
Method Summary
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 Detail

PortView

public PortView()
Method Detail

getViewFactory

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

setViewFactory

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