org.gnu.gnome

Class DruidPageEdge


public class DruidPageEdge
extends DruidPage

A widget holding information about the overall look of the currently displayed DruidPage.

Constructor Summary

DruidPageEdge(EdgePosition position)
Construct a new DruidPageEdge object
DruidPageEdge(EdgePosition position, boolean antialiased, String title, String text, Pixbuf logo, Pixbuf watermark, Pixbuf topWatermark)
Construct a new DruidPageEdge object

Method Summary

protected static Handle
getBackgroundColor(Handle cptr)
protected static Handle
getLogoBackgroundColor(Handle cptr)
protected static Handle
getLogoImage(Handle cptr)
protected static int
getPosition(Handle cptr)
protected static String
getText(Handle cptr)
protected static Handle
getTextColor(Handle cptr)
protected static Handle
getTextboxColor(Handle cptr)
protected static String
getTitle(Handle cptr)
protected static Handle
getTitleColor(Handle cptr)
protected static Handle
getTopWatermarkImage(Handle cptr)
static Type
getType()
Retrieve the runtime type used by the GLib library.
protected static Handle
getWatermarkImage(Handle cptr)
protected static int
gnome_druid_page_edge_get_type()
protected static Handle
gnome_druid_page_edge_new(int position)
protected static Handle
gnome_druid_page_edge_new_with_vals(int position, boolean antialiased, String title, String text, Handle logo, Handle watermark, Handle topWatermark)
protected static void
gnome_druid_page_edge_set_bg_color(Handle dpe, Handle color)
protected static void
gnome_druid_page_edge_set_logo(Handle dpe, Handle logoImage)
protected static void
gnome_druid_page_edge_set_logo_bg_color(Handle dpe, Handle color)
protected static void
gnome_druid_page_edge_set_text(Handle dpe, String text)
protected static void
gnome_druid_page_edge_set_text_color(Handle dpe, Handle color)
protected static void
gnome_druid_page_edge_set_textbox_color(Handle dpe, Handle color)
protected static void
gnome_druid_page_edge_set_title(Handle dpe, String title)
protected static void
gnome_druid_page_edge_set_title_color(Handle dpe, Handle color)
protected static void
gnome_druid_page_edge_set_top_watermark(Handle dpe, Handle topWatermark)
protected static void
gnome_druid_page_edge_set_watermark(Handle dpe, Handle watermark)
void
setBackgroundColor(Color color)
Set the background color for the page.
void
setLogo(Pixbuf logo)
Set the logo for the page.
void
setLogoBackgroundColor(Color color)
Set the background color for the logo.
void
setText(String text)
Set the text to be displayed
void
setTextColor(Color color)
Set the text color.
void
setTextboxColor(Color color)
Set the color for the textbox.
void
setTitle(String title)
Set the title to be displayed.
void
setTitleColor(Color color)
Set the title color.
void
setTopWatermark(Pixbuf watermark)
Set the top watermark for the page.
void
setWatermark(Pixbuf watermark)
Set the watermark for the page.

Methods inherited from class org.gnu.gnome.DruidPage

addListener, addListener, fireDruidPageChangeEvent, fireDruidPageSetupEvent, getEventListenerClass, getEventType, getType, gnome_druid_page_back, gnome_druid_page_cancel, gnome_druid_page_finish, gnome_druid_page_get_type, gnome_druid_page_new, gnome_druid_page_next, gnome_druid_page_prepare, pageBack, pageCancel, pageFinish, pageNext, pagePrepare, removeListener, removeListener

Constructor Details

DruidPageEdge

public DruidPageEdge(EdgePosition position)
Construct a new DruidPageEdge object


DruidPageEdge

public DruidPageEdge(EdgePosition position,
                     boolean antialiased,
                     String title,
                     String text,
                     Pixbuf logo,
                     Pixbuf watermark,
                     Pixbuf topWatermark)
Construct a new DruidPageEdge object

Method Details

getBackgroundColor

protected static final Handle getBackgroundColor(Handle cptr)


getLogoBackgroundColor

protected static final Handle getLogoBackgroundColor(Handle cptr)


getLogoImage

protected static final Handle getLogoImage(Handle cptr)


getPosition

protected static final int getPosition(Handle cptr)


getText

protected static final String getText(Handle cptr)


getTextColor

protected static final Handle getTextColor(Handle cptr)


getTextboxColor

protected static final Handle getTextboxColor(Handle cptr)


getTitle

protected static final String getTitle(Handle cptr)


getTitleColor

protected static final Handle getTitleColor(Handle cptr)


getTopWatermarkImage

protected static final Handle getTopWatermarkImage(Handle cptr)


getType

public static Type getType()
Retrieve the runtime type used by the GLib library.
Overrides:
getType in interface DruidPage


getWatermarkImage

protected static final Handle getWatermarkImage(Handle cptr)


gnome_druid_page_edge_get_type

protected static final int gnome_druid_page_edge_get_type()


gnome_druid_page_edge_new

protected static final Handle gnome_druid_page_edge_new(int position)


gnome_druid_page_edge_new_with_vals

protected static final Handle gnome_druid_page_edge_new_with_vals(int position,
                                                                  boolean antialiased,
                                                                  String title,
                                                                  String text,
                                                                  Handle logo,
                                                                  Handle watermark,
                                                                  Handle topWatermark)


gnome_druid_page_edge_set_bg_color

protected static final void gnome_druid_page_edge_set_bg_color(Handle dpe,
                                                               Handle color)


gnome_druid_page_edge_set_logo

protected static final void gnome_druid_page_edge_set_logo(Handle dpe,
                                                           Handle logoImage)


gnome_druid_page_edge_set_logo_bg_color

protected static final void gnome_druid_page_edge_set_logo_bg_color(Handle dpe,
                                                                    Handle color)


gnome_druid_page_edge_set_text

protected static final void gnome_druid_page_edge_set_text(Handle dpe,
                                                           String text)


gnome_druid_page_edge_set_text_color

protected static final void gnome_druid_page_edge_set_text_color(Handle dpe,
                                                                 Handle color)


gnome_druid_page_edge_set_textbox_color

protected static final void gnome_druid_page_edge_set_textbox_color(Handle dpe,
                                                                    Handle color)


gnome_druid_page_edge_set_title

protected static final void gnome_druid_page_edge_set_title(Handle dpe,
                                                            String title)


gnome_druid_page_edge_set_title_color

protected static final void gnome_druid_page_edge_set_title_color(Handle dpe,
                                                                  Handle color)


gnome_druid_page_edge_set_top_watermark

protected static final void gnome_druid_page_edge_set_top_watermark(Handle dpe,
                                                                    Handle topWatermark)


gnome_druid_page_edge_set_watermark

protected static final void gnome_druid_page_edge_set_watermark(Handle dpe,
                                                                Handle watermark)


setBackgroundColor

public void setBackgroundColor(Color color)
Set the background color for the page.


setLogo

public void setLogo(Pixbuf logo)
Set the logo for the page.


setLogoBackgroundColor

public void setLogoBackgroundColor(Color color)
Set the background color for the logo.


setText

public void setText(String text)
Set the text to be displayed


setTextColor

public void setTextColor(Color color)
Set the text color.


setTextboxColor

public void setTextboxColor(Color color)
Set the color for the textbox.


setTitle

public void setTitle(String title)
Set the title to be displayed.


setTitleColor

public void setTitleColor(Color color)
Set the title color.


setTopWatermark

public void setTopWatermark(Pixbuf watermark)
Set the top watermark for the page.


setWatermark

public void setWatermark(Pixbuf watermark)
Set the watermark for the page.