org.gnu.gnome
Class DruidPageStandard

java.lang.Object
  extended byorg.gnu.glib.Struct
      extended byorg.gnu.glib.GObject
          extended byorg.gnu.gtk.GtkObject
              extended byorg.gnu.gtk.Widget
                  extended byorg.gnu.gtk.Container
                      extended byorg.gnu.gtk.Bin
                          extended byorg.gnu.gnome.DruidPage
                              extended byorg.gnu.gnome.DruidPageStandard

public class DruidPageStandard
extends DruidPage

A widget representing pages that are not initial or terminal pages of a Druid.


Constructor Summary
DruidPageStandard()
          Construct a new DruidPageStandard object
DruidPageStandard(org.gnu.glib.Handle handle)
          Constructs a new DruidPageStandard object form a native resource.
DruidPageStandard(java.lang.String title, org.gnu.gdk.Pixbuf logo, org.gnu.gdk.Pixbuf topWatermark)
          Construct a new DruidPageStandard object
 
Method Summary
 void appendItem(java.lang.String question, org.gnu.gtk.Widget item, java.lang.String additionalInfo)
          Convenience method to append a widget.
 org.gnu.gtk.VBox getLayout()
          Get the layout control for the page.
static org.gnu.glib.Type getType()
          Retrieve the runtime type used by the GLib library.
 void setBackgroundColor(org.gnu.gdk.Color color)
          Set the background for the page.
 void setContentsBackgroundColor(org.gnu.gdk.Color color)
          Set the contents background for the page.
 void setLogo(org.gnu.gdk.Pixbuf logo)
          Set the logo for the page.
 void setLogoBackgroundColor(org.gnu.gdk.Color color)
          Set the logo background color.
 void setTitle(java.lang.String title)
          Set the title for the page.
 void setTitleForegroundColor(org.gnu.gdk.Color color)
          Set the title foreground for the page.
 void setTopWatermark(org.gnu.gdk.Pixbuf watermark)
          Set the watermark for the page.
 
Methods inherited from class org.gnu.gnome.DruidPage
addListener, addListener, getEventListenerClass, getEventType, pageBack, pageCancel, pageFinish, pageNext, pagePrepare, removeListener, removeListener
 
Methods inherited from class org.gnu.gtk.Bin
getChild
 
Methods inherited from class org.gnu.gtk.Container
add, addListener, getBorderWidth, getChildren, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode
 
Methods inherited from class org.gnu.gtk.Widget
activate, addAccelerator, addEvents, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, canActivateAccel, createContext, createLayout, draw, drawArea, drawArea, finish, getAccessible, getColormap, getContext, getData, getDisplay, getDragData, getExtensionEvents, getModifierStyle, getName, getParent, getParentWindow, getPointer, getRootWindow, getScreen, getSensitive, getStyle, getToplevel, getWidget, getWindow, grabDefault, grabFocus, hasFocus, hasScreen, hide, hideAll, highlight, highlight, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeAccelerator, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setColormap, setDoubleBuffered, setDragDestination, setDragIcon, setDragIconPixbuf, setDragIconStock, setDragSource, setEvents, setExtensionEvents, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll, unHighlight, unHighlight
 
Methods inherited from class org.gnu.gtk.GtkObject
destroy, sink
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify
 
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

DruidPageStandard

public DruidPageStandard()
Construct a new DruidPageStandard object


DruidPageStandard

public DruidPageStandard(java.lang.String title,
                         org.gnu.gdk.Pixbuf logo,
                         org.gnu.gdk.Pixbuf topWatermark)
Construct a new DruidPageStandard object


DruidPageStandard

public DruidPageStandard(org.gnu.glib.Handle handle)
Constructs a new DruidPageStandard object form a native resource.

Parameters:
handle - The handle to the native resource.
Method Detail

setTitle

public void setTitle(java.lang.String title)
Set the title for the page.


setLogo

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


setTopWatermark

public void setTopWatermark(org.gnu.gdk.Pixbuf watermark)
Set the watermark for the page.


setTitleForegroundColor

public void setTitleForegroundColor(org.gnu.gdk.Color color)
Set the title foreground for the page.


setBackgroundColor

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


setLogoBackgroundColor

public void setLogoBackgroundColor(org.gnu.gdk.Color color)
Set the logo background color.


setContentsBackgroundColor

public void setContentsBackgroundColor(org.gnu.gdk.Color color)
Set the contents background for the page.


getLayout

public org.gnu.gtk.VBox getLayout()
Get the layout control for the page. This can be used to add widgets the the main area of the page.


appendItem

public void appendItem(java.lang.String question,
                       org.gnu.gtk.Widget item,
                       java.lang.String additionalInfo)
Convenience method to append a widget.


getType

public static org.gnu.glib.Type getType()
Retrieve the runtime type used by the GLib library.