Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Container
org.gnu.gnome.Druid
public class Druid
extends Container
Constructor Summary | |
| |
| |
|
Method Summary | |
void |
|
Button |
|
Button |
|
static Druid |
|
Button |
|
Button |
|
Button |
|
static Type |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
public Druid()
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 Druid object.
public Druid(Handle handle)
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 Druid from a handle to a native resource.
public Druid(String title, Window parent, boolean closeOnCancel, Widget window)
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 Druid object that already contains a window.
public void appendPage(DruidPage 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.
Append a DruidPage into the list of pages for this dialog.
- Parameters:
page
- The page to append.
public Button getBackButton()
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 "Back" button.
public Button getCancelButton()
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 "Cancel" button.
public static Druid getDruid(Handle handle)
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.
Internal static factory method to be used by Java-Gnome only.
public Button getFinishButton()
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 "Finish" button.
public Button getHelpButton()
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 "Help" button.
public Button getNextButton()
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 "Next" button.
public static Type getType()
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.
public void insertPage(DruidPage backPage, DruidPage 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.
Insert page after backPage into the list of pages for this dialog. If backPage is not present or null, page will be prepended.
- Parameters:
backPage
-page
-
public void prependPage(DruidPage 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.
Prepends a DruidPage into the list of pages for this dialog.
- Parameters:
page
- The page to prepend.
public void setButtonsSensitive(boolean backSensitive, boolean nextSensitive, boolean cancelSensitive, boolean helpSensitive)
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.
Sets the sensitivity of the buttons on the Druid dialog.
- Parameters:
backSensitive
- Determines if the "Back" button is sensitive.nextSensitive
- Determines if the "Next" button is sensitive.cancelSensitive
- Determines if the "Cancel" button is sensitive.helpSensitive
- Determines if the "Help" button is sensitive.
public void setPage(DruidPage 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 currently displayed page to page.
- Parameters:
page
- The page to make the current page.
public void setShowFinish(boolean showFinish)
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.
Sets the text on the last button of the dialog. If showFinish is true the text becomes "Finish". Otherwise the text is set to "Cancel".
- Parameters:
showFinish
- Determines the text of the last button on the dialog.
public void setShowHelp(boolean showHelp)
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.
Sets whether the help button should be displayed