org.gnu.gnome
Class DruidPageEdge

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.GObject
          extended by org.gnu.gtk.GtkObject
              extended by org.gnu.gtk.Widget
                  extended by org.gnu.gtk.Container
                      extended by org.gnu.gtk.Bin
                          extended by org.gnu.gnome.DruidPage
                              extended by org.gnu.gnome.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, java.lang.String title, java.lang.String text, org.gnu.gdk.Pixbuf logo, org.gnu.gdk.Pixbuf watermark, org.gnu.gdk.Pixbuf topWatermark)
          Construct a new DruidPageEdge object
 
Method Summary
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 color 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 background color for the logo.
 void setText(java.lang.String text)
          Set the text to be displayed
 void setTextboxColor(org.gnu.gdk.Color color)
          Set the color for the textbox.
 void setTextColor(org.gnu.gdk.Color color)
          Set the text color.
 void setTitle(java.lang.String title)
          Set the title to be displayed.
 void setTitleColor(org.gnu.gdk.Color color)
          Set the title color.
 void setTopWatermark(org.gnu.gdk.Pixbuf watermark)
          Set the top watermark for the page.
 void setWatermark(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, getAllocation, getCanFocus, 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, setCanFocus, 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, 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

DruidPageEdge

public DruidPageEdge(EdgePosition position)
Construct a new DruidPageEdge object


DruidPageEdge

public DruidPageEdge(EdgePosition position,
                     boolean antialiased,
                     java.lang.String title,
                     java.lang.String text,
                     org.gnu.gdk.Pixbuf logo,
                     org.gnu.gdk.Pixbuf watermark,
                     org.gnu.gdk.Pixbuf topWatermark)
Construct a new DruidPageEdge object

Method Detail

setBackgroundColor

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


setTextboxColor

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


setLogoBackgroundColor

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


setTitleColor

public void setTitleColor(org.gnu.gdk.Color color)
Set the title color.


setTextColor

public void setTextColor(org.gnu.gdk.Color color)
Set the text color.


setText

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


setTitle

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


setLogo

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


setWatermark

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


setTopWatermark

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


getType

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