| 
org.netbeans.api.visual 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextFieldInplaceEditor
This is an inteface for text-field based in-place editor.
| Method Summary | |
|---|---|
 String | 
getText(Widget widget)
Returns an initial text of the in-place editor.  | 
 boolean | 
isEnabled(Widget widget)
Returns whether the in-place editing is allowed.  | 
 void | 
setText(Widget widget,
        String text)
Sets a new text approved by an user.  | 
| Method Detail | 
|---|
boolean isEnabled(Widget widget)
widget - the widget where the editor will be invoked
String getText(Widget widget)
widget - the edited widget
void setText(Widget widget, String text)
widget - the edited widgettext - the new text entered by an user
  | 
org.netbeans.api.visual 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||