org.gnu.gnome
public class PixmapEntry extends FileEntry
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 have an equivalent
in java-gnome 4.0; have a look for
org.gnome.gnome.PixmapEntry
.
Constructor Summary | |
---|---|
PixmapEntry(String historyID, String browseDialogTitle, boolean doPreview)
Create a new Pixmap Entry. | |
PixmapEntry(Handle handle)
Construct a new PixmapEntry from a handle to a native resource. |
Method Summary | |
---|---|
String | getFilename()
Retrun a file if it is possible to load it with gdk-pixbuf. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | setDirectory(String directory)
Set the directory for the lookup |
void | setPreview(boolean doPreview)
Set if a preview should be displayed. |
void | setPreviewSize(int width, int height)
Set the size of the preview. |
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.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.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.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.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 lookupDeprecated: 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.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.