Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
VBox
org.gnu.gnome.FileEntry
org.gnu.gnome.PixmapEntry
public class PixmapEntry
extends FileEntry
Constructor Summary | |
| |
|
Method Summary | |
String |
|
static Type |
|
void |
|
void |
|
void |
|
Methods inherited from class org.gnu.gnome.FileEntry | |
getEntry , getFullPath , getModal , getType , setDefaultPath , setDirectorySelection , setModal , setTitle |
public PixmapEntry(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 PixmapEntry from a handle to a native resource.
public PixmapEntry(String historyID, String browseDialogTitle, boolean doPreview)
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.
Create a new Pixmap Entry.
public String getFilename()
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.
Retrun a file if it is possible to load it with gdk-pixbuf.
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 setDirectory(String directory)
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 directory for the lookup
public void setPreview(boolean doPreview)
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 if a preview should be displayed.
public void setPreviewSize(int width, int height)
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 size of the preview.