edu.stanford.smi.protegex.owl.ui.editors
Class PropertyValueEditorManager

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.editors.PropertyValueEditorManager

public class PropertyValueEditorManager
extends Object

Author:
Holger Knublauch

Field Summary
private static Collection editors
           
 
Constructor Summary
PropertyValueEditorManager()
           
 
Method Summary
static PropertyValueEditor getEditor(RDFResource subject, RDFProperty predicate, Object value)
           
static Iterator listEditors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editors

private static Collection editors
Constructor Detail

PropertyValueEditorManager

public PropertyValueEditorManager()
Method Detail

getEditor

public static PropertyValueEditor getEditor(RDFResource subject,
                                            RDFProperty predicate,
                                            Object value)

listEditors

public static Iterator listEditors()