public class CommentEditorUIHandler extends Object implements jaxx.runtime.spi.UIHandler<CommentEditorUI>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE_DIALOG_ACTION |
protected Action |
closeAction |
protected TuttiUIContext |
context |
protected Action |
openAction |
static String |
SHOW_DIALOG_ACTION |
| Constructor and Description |
|---|
CommentEditorUIHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit(CommentEditorUI ui) |
void |
beforeInit(CommentEditorUI ui) |
void |
closeEditor() |
void |
init() |
void |
openEditor(JComponent component) |
void |
place(JComponent component) |
void |
setText(String value)
pushes the typed text in the property of the bean
|
public static final String CLOSE_DIALOG_ACTION
public static final String SHOW_DIALOG_ACTION
protected TuttiUIContext context
protected Action closeAction
protected Action openAction
public void beforeInit(CommentEditorUI ui)
beforeInit in interface jaxx.runtime.spi.UIHandler<CommentEditorUI>public void afterInit(CommentEditorUI ui)
afterInit in interface jaxx.runtime.spi.UIHandler<CommentEditorUI>public void closeEditor()
public void openEditor(JComponent component)
public void init()
public void place(JComponent component)
public void setText(String value)
Copyright © 2012–2014 Ifremer. All rights reserved.