|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IButtonPropertyEditor
Property editor marker that can respond on "..." button click, for example open some dialog. You can combine this interface with ITextPropertyEditor for read only text with "..." button.
| Method Summary | |
|---|---|
org.eclipse.swt.graphics.Image |
getButtonImage()
Returns image that should be displayed on button. |
boolean |
onButtonClick()
Designer calls this method when user clicks on button. You can show here dialog using Shell returned by property editor site. |
| Method Detail |
|---|
org.eclipse.swt.graphics.Image getButtonImage()
boolean onButtonClick()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||