| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObjectorg.gnu.gtk.GtkObjectorg.gnu.gtk.Widgetorg.gnu.gtk.Containerorg.gnu.gtk.Binorg.gnu.gtk.Windoworg.gnu.gtk.Dialogorg.gnu.gtk.ColorSelectionDialogpublic class ColorSelectionDialogextends DialogFileSelection provides a standard dialog
for file selection.
Constructor Summary | |
| |
| |
Method Summary | |
Button |
|
static ColorSelectionDialog |
|
ColorSelection |
|
Button |
|
Button |
|
static Type |
|
Methods inherited from class org.gnu.gtk.Dialog | |
addButton, addButton, addListener, addWidget, getActionArea, getDialog, getDialogLayout, getEventListenerClass, getEventType, getHasSeparator, getResponseForWidget, getType, removeListener, run, setDefaultResponse, setHasSeparator | |
Methods inherited from class org.gnu.gtk.Container | |
add, addListener, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getEventListenerClass, getEventType, getIntChildProperty, getResizeMode, getType, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, setResizeMode | |
public ColorSelectionDialog(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a ColorSelectionDialog using a handle to a native resource.
public ColorSelectionDialog(String title)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a new ColorSelectionDialog.
- Parameters:
title- The text to display on the title bar of the dialog.
public Button getCancelButton()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the Cancel Button widget for this dialog.
- Returns:
- The Cancel Button.
public static ColorSelectionDialog getColorSelectionDialog(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Internal static factory method to be used by Java-Gnome only.
public ColorSelection getColorSelectionWidget()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the ColorSelection widget for this dialog.
- Returns:
- The ColorSelection widget.
public Button getHelpButton()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the Help Button widget for this dialog.
- Returns:
- The Help Button.
public Button getOKButton()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the OK Button widget for this Dialog.
- Returns:
- The OK Button.
public static Type getType()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.