edu.stanford.smi.protegex.owl.ui.resourcedisplay
Class DefaultResourcePanelFactory

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.resourcedisplay.DefaultResourcePanelFactory
All Implemented Interfaces:
ResourcePanelFactory

public class DefaultResourcePanelFactory
extends Object
implements ResourcePanelFactory

Author:
Holger Knublauch

Constructor Summary
DefaultResourcePanelFactory()
           
 
Method Summary
 ResourcePanel createResourcePanel(OWLModel owlModel, int defaultType)
          Creates a new ResourcePanel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResourcePanelFactory

public DefaultResourcePanelFactory()
Method Detail

createResourcePanel

public ResourcePanel createResourcePanel(OWLModel owlModel,
                                         int defaultType)
Description copied from interface: ResourcePanelFactory
Creates a new ResourcePanel.

Specified by:
createResourcePanel in interface ResourcePanelFactory
Parameters:
defaultType - one of ResourcePanel.DEFAULT_TYPE_xxx
Returns:
a new ResourcePanel