artofillusion.ui
Class FloatingDialog

java.lang.Object
  extended by BDialog
      extended by artofillusion.ui.FloatingDialog

public class FloatingDialog
extends BDialog

This class is a dialog which "floats" above its parent window whenever it is set to be non-modal. That is, it is drawn above its parent, but always makes sure that the parent has focus so that it will respond to key-presses.


Constructor Summary
FloatingDialog(WindowWidget parent)
           
FloatingDialog(WindowWidget parent, boolean modal)
           
FloatingDialog(WindowWidget parent, java.lang.String title)
           
FloatingDialog(WindowWidget parent, java.lang.String title, boolean modal)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatingDialog

public FloatingDialog(WindowWidget parent)

FloatingDialog

public FloatingDialog(WindowWidget parent,
                      boolean modal)

FloatingDialog

public FloatingDialog(WindowWidget parent,
                      java.lang.String title)

FloatingDialog

public FloatingDialog(WindowWidget parent,
                      java.lang.String title,
                      boolean modal)


Copyright © 1999-2011 by Peter Eastman.