com.ice.jni.dde
Class JNIDDE

java.lang.Object
  |
  +--com.ice.jni.dde.JNIDDE

public class JNIDDE
extends java.lang.Object

The JNIDDE class provides native access to Windows DDE.


Field Summary
 boolean debugLevel
          If true, debug the fv parameters and computation.
static int SW_HIDE
          Constants for use in the showCmd argument in shellExecute().
static int SW_MAXIMIZE
           
static int SW_MINIMIZE
           
static int SW_NORMAL
           
static int SW_RESTORE
           
static int SW_SHOW
           
static int SW_SHOWDEFAULT
           
static int SW_SHOWMAXIMIZED
           
static int SW_SHOWMINIMIZED
           
static int SW_SHOWMINNOACTIVE
           
static int SW_SHOWNA
           
static int SW_SHOWNOACTIVATE
           
static int SW_SHOWNORMAL
           
 
Constructor Summary
JNIDDE()
           
 
Method Summary
static boolean ddeExecute(java.lang.String service, java.lang.String topic, java.lang.String command, boolean isAsync)
           
static void main(java.lang.String[] argv)
           
static void shellExecute(java.lang.String operation, java.lang.String fileName, java.lang.String parameter, java.lang.String defaultDir, int showHide)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SW_HIDE

public static final int SW_HIDE
Constants for use in the showCmd argument in shellExecute(). These values come from WinUser.h or WinResrc.h

See Also:
Constant Field Values

SW_SHOWNORMAL

public static final int SW_SHOWNORMAL
See Also:
Constant Field Values

SW_NORMAL

public static final int SW_NORMAL
See Also:
Constant Field Values

SW_SHOWMINIMIZED

public static final int SW_SHOWMINIMIZED
See Also:
Constant Field Values

SW_SHOWMAXIMIZED

public static final int SW_SHOWMAXIMIZED
See Also:
Constant Field Values

SW_MAXIMIZE

public static final int SW_MAXIMIZE
See Also:
Constant Field Values

SW_SHOWNOACTIVATE

public static final int SW_SHOWNOACTIVATE
See Also:
Constant Field Values

SW_SHOW

public static final int SW_SHOW
See Also:
Constant Field Values

SW_MINIMIZE

public static final int SW_MINIMIZE
See Also:
Constant Field Values

SW_SHOWMINNOACTIVE

public static final int SW_SHOWMINNOACTIVE
See Also:
Constant Field Values

SW_SHOWNA

public static final int SW_SHOWNA
See Also:
Constant Field Values

SW_RESTORE

public static final int SW_RESTORE
See Also:
Constant Field Values

SW_SHOWDEFAULT

public static final int SW_SHOWDEFAULT
See Also:
Constant Field Values

debugLevel

public boolean debugLevel
If true, debug the fv parameters and computation.

Constructor Detail

JNIDDE

public JNIDDE()
Method Detail

main

public static void main(java.lang.String[] argv)

ddeExecute

public static boolean ddeExecute(java.lang.String service,
                                 java.lang.String topic,
                                 java.lang.String command,
                                 boolean isAsync)
                          throws DDEException
DDEException

shellExecute

public static void shellExecute(java.lang.String operation,
                                java.lang.String fileName,
                                java.lang.String parameter,
                                java.lang.String defaultDir,
                                int showHide)
                         throws DDEException
DDEException


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.