public class TemplatesSelectionDialog
extends Dialog
Modifier and Type | Field and Description |
---|---|
TemplatesPanel |
panel |
Constructor and Description |
---|
TemplatesSelectionDialog(org.eclipse.swt.widgets.Shell shell,
TreeDB db,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancelPressed() |
boolean |
close() |
protected org.eclipse.swt.widgets.Control |
createContents(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.swt.widgets.Shell |
getShell() |
protected int |
getShellStyle() |
protected void |
okPressed() |
public TemplatesPanel panel
public TemplatesSelectionDialog(org.eclipse.swt.widgets.Shell shell, TreeDB db, java.lang.String type)
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
public org.eclipse.swt.widgets.Shell getShell()
protected int getShellStyle()
public boolean close()
protected void okPressed()
protected void cancelPressed()