|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gtk.Window
org.gnu.gtk.Dialog
org.gnu.gtk.ColorSelectionDialog
public class ColorSelectionDialog
The ColorSelectionDialog provides a standard dialog which allows the user to
select a color much like the FileSelection
provides a standard dialog
for file selection.
Constructor Summary | |
---|---|
ColorSelectionDialog(org.gnu.glib.Handle handle)
Construct a ColorSelectionDialog using a handle to a native resource. |
|
ColorSelectionDialog(java.lang.String title)
Construct a new ColorSelectionDialog. |
Method Summary | |
---|---|
Button |
getCancelButton()
Return the Cancel Button widget for this dialog. |
static ColorSelectionDialog |
getColorSelectionDialog(org.gnu.glib.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. |
Methods inherited from class org.gnu.gtk.Dialog |
---|
addButton, addButton, addListener, addWidget, getActionArea, getDialog, getDialogLayout, getEventListenerClass, getEventType, getHasSeparator, getResponseForWidget, removeListener, run, setDefaultResponse, setHasSeparator |
Methods inherited from class org.gnu.gtk.Bin |
---|
getChild |
Methods inherited from class org.gnu.gtk.Container |
---|
add, addListener, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getIntChildProperty, getResizeMode, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, setResizeMode |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
sink |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorSelectionDialog(java.lang.String title)
title
- The text to display on the title bar of the dialog.public ColorSelectionDialog(org.gnu.glib.Handle handle)
Method Detail |
---|
public static ColorSelectionDialog getColorSelectionDialog(org.gnu.glib.Handle handle)
public Button getOKButton()
public Button getCancelButton()
public Button getHelpButton()
public ColorSelection getColorSelectionWidget()
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |