org.gnu.gtk

Class InputDialog

public class InputDialog extends Dialog

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.
Constructor Summary
InputDialog()
Construct a new InputDialog.
InputDialog(Handle handle)
Construct an InputDialog using a handle to a native resource.
Method Summary
static InputDialoggetInputDialog(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

InputDialog

public InputDialog()
Construct a new InputDialog.

InputDialog

public InputDialog(Handle handle)
Construct an InputDialog using a handle to a native resource.

Method Detail

getInputDialog

public static InputDialog getInputDialog(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.