edu.stanford.smi.protegex.owl.ui.forms
Interface WidgetClassMapper

All Known Implementing Classes:
DefaultWidgetClassMapper

public interface WidgetClassMapper

An interface for objects that can find a widget description URI for a widget Java class name.

Author:
Holger Knublauch

Method Summary
 String getWidgetClassURI(String javaClassName)
           
 

Method Detail

getWidgetClassURI

public String getWidgetClassURI(String javaClassName)