org.gnu.gtk
public class ColorSelectionDialog extends Dialog
| Constructor Summary | |
|---|---|
| ColorSelectionDialog(String title)
Construct a new ColorSelectionDialog.
| |
| ColorSelectionDialog(Handle handle)
Construct a ColorSelectionDialog using a handle to a native resource. | |
| Method Summary | |
|---|---|
| Button | getCancelButton()
Return the Cancel Button widget for this dialog.
|
| static ColorSelectionDialog | getColorSelectionDialog(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| ColorSelection | getColorSelectionWidget()
Return the ColorSelection widget for this dialog.
|
| Button | getHelpButton()
Return the Help Button widget for this dialog.
|
| Button | getOKButton()
Return the OK Button widget for this Dialog.
|
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
Parameters: title The text to display on the title bar of the dialog.
Returns: The Cancel Button.
Returns: The ColorSelection widget.
Returns: The Help Button.
Returns: The OK Button.