|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Box
org.gnu.gtk.HBox
org.gnu.gtk.FileChooserButton
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
FileChooserButton(FileChooserDialog dialog)
Create a new FileChooserButton which uses the specified dialog as its' file picking window. |
|
FileChooserButton(java.lang.String title,
FileChooserAction action)
Create a new FileChooserButton |
|
FileChooserButton(java.lang.String title,
FileChooserAction action,
java.lang.String backend)
Create a new FileChooserButton specifying the backend |
Method Summary | |
java.lang.String |
getTitle()
Returns the title of the browse dialog. |
int |
getWidthChars()
Retrieves the width in characters of the button widget's entry and/or label. |
protected static java.lang.String |
gtk_file_chooser_button_get_title(Handle button)
|
protected static int |
gtk_file_chooser_button_get_type()
|
protected static int |
gtk_file_chooser_button_get_width_chars(Handle button)
|
protected static Handle |
gtk_file_chooser_button_new_with_backend(java.lang.String title,
int action,
java.lang.String backend)
|
protected static Handle |
gtk_file_chooser_button_new_with_dialog(Handle dialog)
|
protected static Handle |
gtk_file_chooser_button_new(java.lang.String title,
int action)
|
protected static void |
gtk_file_chooser_button_set_title(Handle button,
java.lang.String title)
|
protected static void |
gtk_file_chooser_button_set_width_chars(Handle button,
int numChars)
|
void |
setTitle(java.lang.String title)
Modifies the title of the browse dialog. |
void |
setWidthChars(int numChars)
Sets the width in characters that the button's label will use. |
Methods inherited from class org.gnu.gtk.HBox |
getType, gtk_hbox_get_type, gtk_hbox_new |
Methods inherited from class org.gnu.gtk.GtkObject |
getFlags, gtk_object_destroy, gtk_object_get_type, gtk_object_sink, setFlags, sink |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileChooserButton(java.lang.String title, FileChooserAction action)
title
- the title of the browse dialogaction
- the open mode for the dialogpublic FileChooserButton(java.lang.String title, FileChooserAction action, java.lang.String backend)
title
- the title of the browse dialogaction
- the open mode for the dialogbackend
- the name of the FileSystem backend to usepublic FileChooserButton(FileChooserDialog dialog)
dialog
- Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getWidthChars()
public void setWidthChars(int numChars)
protected static final int gtk_file_chooser_button_get_type()
protected static final Handle gtk_file_chooser_button_new(java.lang.String title, int action)
protected static final Handle gtk_file_chooser_button_new_with_backend(java.lang.String title, int action, java.lang.String backend)
protected static final Handle gtk_file_chooser_button_new_with_dialog(Handle dialog)
protected static final java.lang.String gtk_file_chooser_button_get_title(Handle button)
protected static final void gtk_file_chooser_button_set_title(Handle button, java.lang.String title)
protected static final int gtk_file_chooser_button_get_width_chars(Handle button)
protected static final void gtk_file_chooser_button_set_width_chars(Handle button, int numChars)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |