Uses of Class
org.gnu.gtk.Window

Packages that use Window
org.gnu.gtk   
 

Uses of Window in org.gnu.gtk
 

Subclasses of Window in org.gnu.gtk
 class ColorSelectionDialog
          The ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the FileSelectionDialog provides a standard dialog for file selection.
 class Dialog
          Dialog boxes are a convenient way to prompt the user for a small amount of input, eg.
 class FileSelection
          The FileSelection widget lists all the files and directories in the current working directory and enables the user to select one of the file names.
 class FontSelectionDialog
          The FontSelectionDialog widget is a dialog for selecting a font.
 class InputDialog
          The InputDialog window is designed specifically to be used in software that controls access to XInput defices - input devices other than the mouse and keyboard.
 class MessageDialog
          MessageDialog presents a dialog with an image representing the type of message (Error, Question, etc.) alongside some message text.
 class Plug
          A GtkPlug window is a top-level window that can be made available to a separate process from the one that created it.
 

Methods in org.gnu.gtk with parameters of type Window
 void WindowGroup.addWindow(Window window)
          Add a Window to this WindowGroup
 void WindowGroup.removeWindow(Window window)
          Remove a Window from this WindowGroup
 

Constructors in org.gnu.gtk with parameters of type Window
MessageDialog(Window parent, DialogFlags flags, MessageType type, ButtonsType buttons, java.lang.String message)
          Construct a new MessageDialog.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net