com.swtdesigner.api.property.editor
Interface IPropertyEditorSite


public interface IPropertyEditorSite

Site for property editor.

It provides access to property editor environment.


Method Summary
 org.eclipse.swt.widgets.Shell getShell()
          Returns Shell of Eclipse window.
 void setValue(java.lang.Object value)
          Allows property editor change value of property.
 

Method Detail

getShell

org.eclipse.swt.widgets.Shell getShell()
Returns Shell of Eclipse window.

It should be used as parent for opening dialogs to make them children of main window.


setValue

void setValue(java.lang.Object value)
Allows property editor change value of property.

Parameters:
value - the new value of property