» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with tooltips + rcp

EclipseZone - SWT: Tray Icons and Tooltips ...

getShell().getDisplay().addFilter(SWT.Show, new Listener(){public void handleEvent(Event event){ToolTip tip = new ToolTip(getParentShell(), SWT.BALLOON | SWT.ICON_WARNING);tip.setMessage("Message");tip.setText("Text");tip.setVisible(true);}});

RCP: RCP bookmarks from del.icio.us

EclipseZone - SWT: Tray Icons and Tooltips ...

getShell().getDisplay().addFilter(SWT.Show, new Listener(){public void handleEvent(Event event){ToolTip tip = new ToolTip(getParentShell(), SWT.BALLOON | SWT.ICON_WARNING);tip.setMessage("Message");tip.setText("Text");tip.setVisible(true);}});

Eclipse: del.icio.us/tag/eclipse