|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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 | +--org.gnu.gnome.PixmapEntry
Constructor Summary | |
PixmapEntry(int handle)
Construct a new PixmapEntry from a handle to a native resource. |
|
PixmapEntry(java.lang.String historyID,
java.lang.String browseDialogTitle,
boolean doPreview)
Create a new Pixmap Entry. |
Method Summary | |
java.lang.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(java.lang.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. |
Methods inherited from class org.gnu.gnome.FileEntry |
getEntry, getFullPath, getModal, setDefaultPath, setDirectorySelection, setModal, setTitle |
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, getEventListenerClass, getEventType, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode |
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PixmapEntry(java.lang.String historyID, java.lang.String browseDialogTitle, boolean doPreview)
public PixmapEntry(int handle)
Method Detail |
public void setDirectory(java.lang.String directory)
public java.lang.String getFilename()
public void setPreview(boolean doPreview)
public void setPreviewSize(int width, int height)
public static Type getType()
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |