|
||||||||||
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.Box
org.gnu.gtk.VBox
org.gnu.gnome.FileEntry
This widget provides an entry box with history and a button which can pop up a file selector dialog box. It also accepts DND drops from the filemanager and other sources.
FileChooser
Constructor Summary | |
FileEntry(org.gnu.glib.Handle handle)
Deprecated. Construct a new FileEntry from a handle to a native resource. |
|
FileEntry(java.lang.String historyID,
java.lang.String browseDialogTitle)
Deprecated. Create a new FileEntry widget |
Method Summary | |
Entry |
getEntry()
Deprecated. Returns the Gnome Entry widget. |
java.lang.String |
getFullPath(boolean fileMustExist)
Deprecated. Gets the full absolute path of the file from the entry. |
boolean |
getModal()
Deprecated. Returns if the browse dialog is modal. |
static org.gnu.glib.Type |
getType()
Deprecated. Retrieve the runtime type used by the GLib library. |
void |
setDefaultPath(java.lang.String path)
Deprecated. Sets the default path for the browse dialog. |
void |
setDirectorySelection(boolean directoryEntry)
Deprecated. Sets whether this is a directory only entry. |
void |
setModal(boolean isModal)
Deprecated. Sets the modality of the browse dialog. |
void |
setTitle(java.lang.String browseDialogTitle)
Deprecated. Sets the title of the browse dialog. |
Methods inherited from class org.gnu.gtk.VBox |
getVBox |
Methods inherited from class org.gnu.gtk.Box |
getHomogeneous, getSpacing, packEnd, packEnd, packStart, packStart, reorderChild, setHomogeneous, setSpacing |
Methods inherited from class org.gnu.gtk.Container |
add, addListener, getBorderWidth, getChildren, getEventListenerClass, getEventType, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, 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, 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, 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, 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 FileEntry(java.lang.String historyID, java.lang.String browseDialogTitle)
public FileEntry(org.gnu.glib.Handle handle)
Method Detail |
public Entry getEntry()
public void setTitle(java.lang.String browseDialogTitle)
public void setDefaultPath(java.lang.String path)
public void setDirectorySelection(boolean directoryEntry)
public java.lang.String getFullPath(boolean fileMustExist)
public void setModal(boolean isModal)
public boolean getModal()
public static org.gnu.glib.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |