|
|||||||||
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.DruidPageStandard
public class DruidPageStandard
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, 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 DruidPageStandard()
public DruidPageStandard(java.lang.String title, org.gnu.gdk.Pixbuf logo, org.gnu.gdk.Pixbuf topWatermark)
public DruidPageStandard(org.gnu.glib.Handle handle)
handle
- The handle to the native resource.Method Detail |
---|
public void setTitle(java.lang.String title)
public void setLogo(org.gnu.gdk.Pixbuf logo)
public void setTopWatermark(org.gnu.gdk.Pixbuf watermark)
public void setTitleForegroundColor(org.gnu.gdk.Color color)
public void setBackgroundColor(org.gnu.gdk.Color color)
public void setLogoBackgroundColor(org.gnu.gdk.Color color)
public void setContentsBackgroundColor(org.gnu.gdk.Color color)
public org.gnu.gtk.VBox getLayout()
public void appendItem(java.lang.String question, org.gnu.gtk.Widget item, java.lang.String additionalInfo)
public static org.gnu.glib.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |