|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InplaceEditorProvider.EditorController
This is an interface of editor action supplied to the methods in the provider.
Method Summary | |
---|---|
void |
closeEditor(boolean commit)
Closes the current in-place editor. |
boolean |
isEditorVisible()
Returns whether an in-place editor is visible. |
void |
notifyEditorComponentBoundsChanged()
Notify the boundary of an editor component is changed and auto-expansion should be recalculated. |
boolean |
openEditor(Widget widget)
Opens an in-place editor on a specified widget. |
Method Detail |
---|
boolean isEditorVisible()
boolean openEditor(Widget widget)
widget
- the widget
void closeEditor(boolean commit)
commit
- whether the current value in the in-place editor is approved by an uservoid notifyEditorComponentBoundsChanged()
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |