Uses of Class
com.jniwrapper.win32.ui.Wnd.ShowWindowCommand

Packages that use Wnd.ShowWindowCommand
com.jniwrapper.win32.hook The com.jniwrapper.win32.hook package contains classes, which allows you to work with native hooks, such as keyboard hook, mouse hook, system idle tracker etc. 
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
 

Uses of Wnd.ShowWindowCommand in com.jniwrapper.win32.hook
 

Methods in com.jniwrapper.win32.hook that return Wnd.ShowWindowCommand
 Wnd.ShowWindowCommand CBTEvent.MinMax.getOperation()
          Returns show window command, represented by Wnd.ShowWindowCommand enumeration.
 

Uses of Wnd.ShowWindowCommand in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell with parameters of type Wnd.ShowWindowCommand
static void Shell32.shellExecute(Wnd wnd, java.lang.String operation, java.lang.String fileName, java.lang.String parameters, java.lang.String directory, Wnd.ShowWindowCommand showCommand)
          The wrapper for ShellExecute API function.
 

Uses of Wnd.ShowWindowCommand in com.jniwrapper.win32.ui
 

Fields in com.jniwrapper.win32.ui declared as Wnd.ShowWindowCommand
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.FORCEMINIMIZE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.HIDE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.MAX
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.MAXIMIZE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.MINIMIZE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.NORMAL
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.RESTORE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOW
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWDEFAULT
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWMAXIMIZED
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWMINIMIZED
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWMINNOACTIVE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWNA
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWNOACTIVATE
           
static Wnd.ShowWindowCommand Wnd.ShowWindowCommand.SHOWNORMAL
           
 

Methods in com.jniwrapper.win32.ui with parameters of type Wnd.ShowWindowCommand
 void Wnd.show(Wnd.ShowWindowCommand command)
          Sets a specified window's show state.