public class CommentEditorUIHandler extends Object
| 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(TuttiUIContext context,
CommentEditorUI ui) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterInitUI() |
protected void |
beforeInitUI() |
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 final TuttiUIContext context
protected Action closeAction
protected Action openAction
public CommentEditorUIHandler(TuttiUIContext context, CommentEditorUI ui)
protected void beforeInitUI()
protected void afterInitUI()
public void closeEditor()
public void openEditor(JComponent component)
public void init()
public void place(JComponent component)
public void setText(String value)
Copyright © 2012-2013 Ifremer. All Rights Reserved.