|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
org.eclipse.swt.widgets.Shell getShell()
It should be used as parent for opening dialogs to make them children of main window.
void setValue(java.lang.Object value)
value - the new value of property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||