org.gnu.gnome
public class DruidPageStandard extends DruidPage
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may have an equivalent
in java-gnome 4.0; have a look for
org.gnome.gnome.DruidPageStandard
.
Constructor Summary | |
---|---|
DruidPageStandard()
Construct a new DruidPageStandard object | |
DruidPageStandard(String title, Pixbuf logo, Pixbuf topWatermark)
Construct a new DruidPageStandard object | |
DruidPageStandard(Handle handle)
Constructs a new DruidPageStandard object form a native resource.
|
Method Summary | |
---|---|
void | appendItem(String question, Widget item, 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(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. |
Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new DruidPageStandard objectDeprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new DruidPageStandard objectDeprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Constructs a new DruidPageStandard object form a native resource.Parameters: handle The handle to the native resource.
Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Convenience method to append a widget.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Get the layout control for the page. This can be used to add widgets the the main area of the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the background for the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the contents background for the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the logo for the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the logo background color.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the title for the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the title foreground for the page.Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Set the watermark for the page.