http://www.jpicedt.org

jpicedt.graphic.toolkit
Class DefaultDialogManager

java.lang.Object
  extended by jpicedt.graphic.toolkit.DefaultDialogManager
All Implemented Interfaces:
DialogManager

public class DefaultDialogManager
extends Object
implements DialogManager

Provides functionalities to show a dialog box in a GUI.


Constructor Summary
DefaultDialogManager(Frame root)
           
 
Method Summary
 void setRootFrame(Frame root)
           
 void showDialog(JComponent p, String title, boolean modal)
          Wraps the given component in a JDialog, and makes it visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDialogManager

public DefaultDialogManager(Frame root)
Method Detail

setRootFrame

public void setRootFrame(Frame root)

showDialog

public void showDialog(JComponent p,
                       String title,
                       boolean modal)
Wraps the given component in a JDialog, and makes it visible.

Specified by:
showDialog in interface DialogManager

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org