JQOptionPaneBridge Class Reference

JQOptionPane Bridge. More...

#include <JQOptionPaneBridge.h>

List of all members.

Static Public Member Functions

static jint showMessage (JNIEnv *env, jclass cls, jint messageType, jlong parentBridge, jstring text, jstring title, jint options, jint defaultOption)
 Displays message dialog.


Detailed Description

JQOptionPane Bridge.

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

Member Function Documentation

jint JQOptionPaneBridge::showMessage ( JNIEnv *  env,
jclass  cls,
jint  messageType,
jlong  parentBridge,
jstring  text,
jstring  title,
jint  options,
jint  defaultOption 
) [static]

Displays message dialog.

Parameters:
env the JNIEnv pointer
cls the JQOptionPane class
messageType the message type
parentBridge the parent componet
text the message text
title the dialog title
options the options
defaultOption the default option
Returns:
selected option.


Copyright © 2007 ETF and contributors. All Rights Reserved.