org.peace_tools.core
Class MainFrame.DefaultViewFactory

java.lang.Object
  extended by org.peace_tools.core.ViewFactory
      extended by org.peace_tools.core.MainFrame.DefaultViewFactory
All Implemented Interfaces:
DnDTabListener
Enclosing class:
MainFrame

private class MainFrame.DefaultViewFactory
extends ViewFactory

A default implementation for a view factory. This approach is a feeble attempt at trying to control the instantiation of a view factory.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.peace_tools.core.ViewFactory
ViewFactory.ViewType
 
Constructor Summary
MainFrame.DefaultViewFactory(MainFrame mf)
          The constructor.
 
Method Summary
 
Methods inherited from class org.peace_tools.core.ViewFactory
createOverlapView, createStaticViews, createSummaryView, createView, createView, createView, createView, emphasize, showStaticView, tabDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.DefaultViewFactory

public MainFrame.DefaultViewFactory(MainFrame mf)
The constructor. The constructor merely passes the reference to the main frame to the base class.

Parameters:
mf - The main frame that logically owns this view factory.