JQFileChooserBridge Class Reference

JQFileChooser Bridge. More...

#include <JQFileChooserBridge.h>

List of all members.

Static Public Member Functions

static jstring getExistingDirectoryName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory)
 Returns directory selected by the user.
static jstring getOpenFileName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory, jstring filter, jstring selectedFilter)
 Returns file selected by the user.
static jstring getSaveFileName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory, jstring filter, jstring selectedFilter)
 Returns file selected by the user.


Detailed Description

JQFileChooser Bridge.

Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Version:
0.2.0

Member Function Documentation

jstring JQFileChooserBridge::getExistingDirectoryName ( JNIEnv *  env,
jclass  cls,
jlong  parentBridge,
jstring  caption,
jstring  directory 
) [static]

Returns directory selected by the user.

Parameters:
env the JNIEnv pointer
cls the JQFileChooser class
parentBridge the parent bridge
caption the dialog title
directory the dialog directory
Returns:
directory selected by the user

jstring JQFileChooserBridge::getOpenFileName ( JNIEnv *  env,
jclass  cls,
jlong  parentBridge,
jstring  caption,
jstring  directory,
jstring  filter,
jstring  selectedFilter 
) [static]

Returns file selected by the user.

Parameters:
env the JNIEnv pointer
cls the JQFileChooser class
parentBridge the parent bridge
caption the dialog title
directory the dialog directory
filter the file filter
selectedFilter the selected filter
Returns:
file selected by the user

jstring JQFileChooserBridge::getSaveFileName ( JNIEnv *  env,
jclass  cls,
jlong  parentBridge,
jstring  caption,
jstring  directory,
jstring  filter,
jstring  selectedFilter 
) [static]

Returns file selected by the user.

Parameters:
env the JNIEnv pointer
cls the JQFileChooser class
parentBridge the parent bridge
caption the dialog title
directory the dialog directory
filter the file filter
selectedFilter the selected filter
Returns:
file selected by the user


Copyright © 2007 ETF and contributors. All Rights Reserved.