org.gnu.gtk
Interface FileChooser
public
interface
FileChooser
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 in the future have an equivalent in
java-gnome 4.0, try looking for
org.gnome.gtk.FileChooser
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public void addShortcutFolder(String folder)
public void addShortcutURI(String uri)
public String getCurrentFolder()
public String getCurrentFolderURI()
public
Widget getExtraWidget()
public String getFilename()
public String[] getFilenames()
public boolean getLocalOnly()
public String getPreviewFilename()
public String getPreviewURI()
public
Widget getPreviewWidget()
public boolean getPreviewWidgetActive()
public boolean getSelectMultiple()
public boolean getShowHidden()
public String getURI()
public String[] getURIs()
public boolean getUsePreviewLabel()
public String[] listShortcutFolders()
public String[] listShortcutURIs()
public void removeShortcutFolder(String folder)
public void removeShortcutURI(String uri)
public void selectAll()
public boolean selectFilename(String filename)
public boolean selectURI(String uri)
public boolean setCurrentFolder(String folder)
public boolean setCurrentFolderURI(String folder)
public void setCurrentName(String name)
public void setExtraWidget(
Widget extraWidget)
public boolean setFilename(String filename)
public void setLocalOnly(boolean localOnly)
public void setPreviewWidget(
Widget previewWidget)
public void setPreviewWidgetActive(boolean active)
public void setSelectMultiple(boolean selectMultiple)
public void setShowHidden(boolean hidden)
public boolean setURI(String uri)
public void setUsePreviewLabel(boolean useLabel)
public void unselectAll()
public void unselectFilename(String filename)
public void unselectURI(String uri)