|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gnome.DruidPage
org.gnu.gnome.DruidPageEdge
public class DruidPageEdge
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, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getIntChildProperty, getResizeMode, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, 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 |
---|
public DruidPageEdge(EdgePosition position)
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)
Method Detail |
---|
public void setBackgroundColor(org.gnu.gdk.Color color)
public void setTextboxColor(org.gnu.gdk.Color color)
public void setLogoBackgroundColor(org.gnu.gdk.Color color)
public void setTitleColor(org.gnu.gdk.Color color)
public void setTextColor(org.gnu.gdk.Color color)
public void setText(java.lang.String text)
public void setTitle(java.lang.String title)
public void setLogo(org.gnu.gdk.Pixbuf logo)
public void setWatermark(org.gnu.gdk.Pixbuf watermark)
public void setTopWatermark(org.gnu.gdk.Pixbuf watermark)
public static org.gnu.glib.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |