|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.GObject | +--org.gnu.gtk.GtkObject | +--org.gnu.gtk.Widget | +--org.gnu.gtk.Container | +--org.gnu.gnome.Druid
The GNOME druid is a system for assisting the user with installing a service. It is roughly equivalent in functionality to the Wizards available in Windows.
Constructor Summary | |
Druid()
Construct a new Druid object. |
|
Druid(int handle)
Construct a new Druid from a handle to a native resource. |
|
Druid(java.lang.String title,
Window parent,
boolean closeOnCancel,
Widget window)
Construct a new Druid object that already contains a window. |
Method Summary | |
void |
appendPage(DruidPage page)
Append a DruidPage into the list of pages for this dialog. |
Button |
getBackButton()
Retrieve the "Back" button. |
Button |
getCancelButton()
Retrieve the "Cancel" button. |
Button |
getFinishButton()
Retrieve the "Finish" button. |
Button |
getHelpButton()
Retrieve the "Help" button. |
Button |
getNextButton()
Retrieve the "Next" button. |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
void |
insertPage(DruidPage backPage,
DruidPage page)
Insert page after backPage into the list of pages for this dialog. |
void |
prependPage(DruidPage page)
Prepends a DruidPage into the list of pages for this dialog. |
void |
setButtonsSensitive(boolean backSensitive,
boolean nextSensitive,
boolean cancelSensitive,
boolean helpSensitive)
Sets the sensitivity of the buttons on the Druid dialog. |
void |
setPage(DruidPage page)
Set the currently displayed page to page. |
void |
setShowFinish(boolean showFinish)
Sets the text on the last button of the dialog. |
void |
setShowHelp(boolean showHelp)
Sets whether the help button should be displayed |
Methods inherited from class org.gnu.gtk.Container |
add, addListener, getBorderWidth, getEventListenerClass, getEventType, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode |
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Druid()
public Druid(int handle)
public Druid(java.lang.String title, Window parent, boolean closeOnCancel, Widget window)
Method Detail |
public void setButtonsSensitive(boolean backSensitive, boolean nextSensitive, boolean cancelSensitive, boolean helpSensitive)
backSensitive
- Determines if the "Back" button is sensitive.nextSensitive
- Determines if the "Next" button is sensitive.cancelSensitive
- Determines if the "Cancel" button is sensitive.helpSensitive
- Determines if the "Help" button is sensitive.public void setShowFinish(boolean showFinish)
showFinish
- Determines the text of the last button on the dialog.public void setShowHelp(boolean showHelp)
public void prependPage(DruidPage page)
page
- The page to prepend.public void appendPage(DruidPage page)
page
- The page to append.public void insertPage(DruidPage backPage, DruidPage page)
backPage
- page
- public void setPage(DruidPage page)
page
- The page to make the current page.public Button getHelpButton()
public Button getBackButton()
public Button getNextButton()
public Button getCancelButton()
public Button getFinishButton()
public static Type getType()
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |