Protege 3.3.1

edu.stanford.smi.protegex.export.html
Class HTMLExportPlugin

java.lang.Object
  extended by edu.stanford.smi.protegex.export.html.HTMLExportPlugin
All Implemented Interfaces:
ExportPlugin, Plugin, Disposable

public class HTMLExportPlugin
extends Object
implements ExportPlugin

Author:
Jennifer Vendetti

Constructor Summary
HTMLExportPlugin()
           
 
Method Summary
 void dispose()
           
 String getName()
           
 void handleExportRequest(Project project)
           
static boolean isSuitable(Project prj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLExportPlugin

public HTMLExportPlugin()
Method Detail

getName

public String getName()
Specified by:
getName in interface Plugin

handleExportRequest

public void handleExportRequest(Project project)
Specified by:
handleExportRequest in interface ExportPlugin

isSuitable

public static boolean isSuitable(Project prj)

dispose

public void dispose()
Specified by:
dispose in interface Disposable

Protege 3.3.1

Submit a bug report or feature request