public class EditElementDialog extends Dialog implements ElementViewPanel.IProblemListener
Modifier and Type | Field and Description |
---|---|
ElementViewPanel |
evp |
Constructor and Description |
---|
EditElementDialog(org.eclipse.swt.widgets.Shell shell,
TreeNode rep,
java.lang.String title,
boolean ignoreTrans) |
EditElementDialog(org.eclipse.swt.widgets.Shell shell,
TreeNode rep,
java.lang.String title,
boolean ignoreTrans,
java.util.Map<java.lang.String,java.lang.String> labels) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancelPressed() |
boolean |
close() |
protected org.eclipse.swt.widgets.Control |
createContents(org.eclipse.swt.widgets.Composite parent) |
protected void |
okPressed() |
void |
problemAppears(java.lang.String problem) |
void |
problemResolved(java.lang.String problem) |
void |
setTitle(java.lang.String v) |
void |
setTransactionIgnore(boolean b) |
public ElementViewPanel evp
public EditElementDialog(org.eclipse.swt.widgets.Shell shell, TreeNode rep, java.lang.String title, boolean ignoreTrans)
public EditElementDialog(org.eclipse.swt.widgets.Shell shell, TreeNode rep, java.lang.String title, boolean ignoreTrans, java.util.Map<java.lang.String,java.lang.String> labels)
public void setTransactionIgnore(boolean b)
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
public void setTitle(java.lang.String v)
protected void okPressed()
public boolean close()
protected void cancelPressed()
public void problemAppears(java.lang.String problem)
problemAppears
in interface ElementViewPanel.IProblemListener
public void problemResolved(java.lang.String problem)
problemResolved
in interface ElementViewPanel.IProblemListener