net.sf.zekr.ui
Class PopupBox

java.lang.Object
  extended by net.sf.zekr.ui.PopupBox

public class PopupBox
extends java.lang.Object

Note that at least one shell should be available when using this widget.

Author:
Mohsen Saboorian

Constructor Summary
PopupBox(org.eclipse.swt.widgets.Shell parent, java.lang.String title, java.lang.String text, int swtDirection)
           
 
Method Summary
 org.eclipse.swt.widgets.Shell getShell()
           
 void open(org.eclipse.swt.graphics.Point size, org.eclipse.swt.graphics.Point location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupBox

public PopupBox(org.eclipse.swt.widgets.Shell parent,
                java.lang.String title,
                java.lang.String text,
                int swtDirection)
Method Detail

open

public void open(org.eclipse.swt.graphics.Point size,
                 org.eclipse.swt.graphics.Point location)

getShell

public org.eclipse.swt.widgets.Shell getShell()