A widget representing pages that are not initial or terminal pages of a Druid.
appendItem
public void appendItem(String question,
Widget item,
String additionalInfo)
Convenience method to append a widget.
getBackground
protected static final Handle getBackground(Handle cptr)
getContentsBackground
protected static final Handle getContentsBackground(Handle cptr)
getLayout
public VBox getLayout()
Get the layout control for the page. This can be used to add widgets
the the main area of the page.
getLogo
protected static final Handle getLogo(Handle cptr)
getLogoBackground
protected static final Handle getLogoBackground(Handle cptr)
getTitle
protected static final String getTitle(Handle cptr)
getTitleForeground
protected static final Handle getTitleForeground(Handle cptr)
getTopWatermark
protected static final Handle getTopWatermark(Handle cptr)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface DruidPage
getVbox
protected static final Handle getVbox(Handle cptr)
gnome_druid_page_standard_append_item
protected static final void gnome_druid_page_standard_append_item(Handle page,
String questionMnemonic,
Handle item,
String additionalInfoMarkup)
gnome_druid_page_standard_get_type
protected static final int gnome_druid_page_standard_get_type()
gnome_druid_page_standard_new
protected static final Handle gnome_druid_page_standard_new()
gnome_druid_page_standard_new_with_vals
protected static final Handle gnome_druid_page_standard_new_with_vals(String title,
Handle logo,
Handle topWatermark)
gnome_druid_page_standard_set_background
protected static final void gnome_druid_page_standard_set_background(Handle page,
Handle color)
gnome_druid_page_standard_set_contents_background
protected static final void gnome_druid_page_standard_set_contents_background(Handle page,
Handle color)
gnome_druid_page_standard_set_logo
protected static final void gnome_druid_page_standard_set_logo(Handle page,
Handle logoImage)
gnome_druid_page_standard_set_logo_background
protected static final void gnome_druid_page_standard_set_logo_background(Handle page,
Handle color)
gnome_druid_page_standard_set_title
protected static final void gnome_druid_page_standard_set_title(Handle page,
String title)
gnome_druid_page_standard_set_title_foreground
protected static final void gnome_druid_page_standard_set_title_foreground(Handle page,
Handle color)
gnome_druid_page_standard_set_top_watermark
protected static final void gnome_druid_page_standard_set_top_watermark(Handle page,
Handle topWatermarkImage)
setBackgroundColor
public void setBackgroundColor(Color color)
Set the background for the page.
setContentsBackgroundColor
public void setContentsBackgroundColor(Color color)
Set the contents background for the page.
setLogo
public void setLogo(Pixbuf logo)
Set the logo for the page.
setLogoBackgroundColor
public void setLogoBackgroundColor(Color color)
Set the logo background color.
setTitle
public void setTitle(String title)
Set the title for the page.
setTitleForegroundColor
public void setTitleForegroundColor(Color color)
Set the title foreground for the page.
setTopWatermark
public void setTopWatermark(Pixbuf watermark)
Set the watermark for the page.