public TreeAddButton(HtmlExplorerActionListener explorer) {
super(explorer.getShell(), SWT.NO_TRIM | SWT.ON_TOP | SWT.BORDER);
this._explorer = explorer;
_explorer.getShell().addShellListener(new ShellAdapter() {
@SuppressWarnings("unused")
public void shellDeiconified(ShellEvent e) {
popup.setAlpha(0);
}
});
_explorer.getShell().addShellListener(new ShellAdapter() {
@SuppressWarnings("unused")
public void shellDeiconified(ShellEvent e) {
popup.setAlpha(0);
}
});