|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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
A widget representing pages that are not initial or terminal pages of a Druid.
Constructor Summary | |
DruidPageStandard()
Construct a new DruidPageStandard object |
|
DruidPageStandard(int handle)
Constructs a new DruidPageStandard object form a native resource. |
|
DruidPageStandard(java.lang.String title,
Pixbuf logo,
Pixbuf topWatermark)
Construct a new DruidPageStandard object |
Method Summary | |
void |
appendItem(java.lang.String question,
Widget item,
java.lang.String additionalInfo)
Convenience method to append a widget. |
VBox |
getLayout()
Get the layout control for the page. |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
void |
setBackgroundColor(Color color)
Set the background for the page. |
void |
setContentsBackgroundColor(Color color)
Set the contents background for the page. |
void |
setLogo(Pixbuf logo)
Set the logo for the page. |
void |
setLogoBackgroundColor(Color color)
Set the logo background color. |
void |
setTitle(java.lang.String title)
Set the title for the page. |
void |
setTitleForegroundColor(Color color)
Set the title foreground for the page. |
void |
setTopWatermark(Pixbuf watermark)
Set the watermark for the page. |
Methods inherited from class org.gnu.gnome.DruidPage |
addListener, addListener, getEventListenerClass, getEventType, removeListener, removeListener |
Methods inherited from class org.gnu.gtk.Bin |
getChild |
Methods inherited from class org.gnu.gtk.Container |
add, addListener, getBorderWidth, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode |
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DruidPageStandard()
public DruidPageStandard(java.lang.String title, Pixbuf logo, Pixbuf topWatermark)
public DruidPageStandard(int handle)
handle
- The handle to the native resource.Method Detail |
public void setTitle(java.lang.String title)
public void setLogo(Pixbuf logo)
public void setTopWatermark(Pixbuf watermark)
public void setTitleForegroundColor(Color color)
public void setBackgroundColor(Color color)
public void setLogoBackgroundColor(Color color)
public void setContentsBackgroundColor(Color color)
public VBox getLayout()
public void appendItem(java.lang.String question, Widget item, java.lang.String additionalInfo)
public static Type getType()
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |