001package kiwi.ui.propeditor;
002
003public interface PropertyEditorFactory
004  {
005  /**
006   */
007  
008  public PropertyValueEditor createEditor(PropertyType type);
009  }
010
011/* end of source file */