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.
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 |
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.
JNIDDE
public JNIDDE()
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.