public interface IVideoWindow
extends com.teamdev.jxdesktop.win32.com.IDispatch
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
INTERFACE_IDENTIFIER  | 
| Modifier and Type | Method and Description | 
|---|---|
com.jniwrapper.Int32 | 
getAutoShow()  | 
com.jniwrapper.Int32 | 
getBackgroundPalette()  | 
com.jniwrapper.Int32 | 
getBorderColor()  | 
com.teamdev.jxdesktop.win32.com.types.BStr | 
getCaption()  | 
com.jniwrapper.Int32 | 
getFullScreenMode()  | 
com.jniwrapper.Int32 | 
getHeight()  | 
com.jniwrapper.Int32 | 
getLeft()  | 
void | 
getMaxIdealImageSize(com.jniwrapper.Int32 pWidth,
                    com.jniwrapper.Int32 pHeight)  | 
com.teamdev.jxdesktop.win32.ui.Wnd | 
getMessageDrain()  | 
void | 
getMinIdealImageSize(com.jniwrapper.Int32 pWidth,
                    com.jniwrapper.Int32 pHeight)  | 
com.teamdev.jxdesktop.win32.ui.Wnd | 
getOwner()  | 
void | 
getRestorePosition(com.jniwrapper.Int32 pLeft,
                  com.jniwrapper.Int32 pTop,
                  com.jniwrapper.Int32 pWidth,
                  com.jniwrapper.Int32 pHeight)  | 
com.jniwrapper.Int32 | 
getTop()  | 
com.jniwrapper.Int32 | 
getVisible()  | 
com.jniwrapper.Int32 | 
getWidth()  | 
void | 
getWindowPosition(com.jniwrapper.Int32 pLeft,
                 com.jniwrapper.Int32 pTop,
                 com.jniwrapper.Int32 pWidth,
                 com.jniwrapper.Int32 pHeight)  | 
com.jniwrapper.Int32 | 
getWindowState()  | 
com.jniwrapper.Int32 | 
getWindowStyle()  | 
com.jniwrapper.Int32 | 
getWindowStyleEx()  | 
void | 
hideCursor(com.jniwrapper.Int32 HideCursor)  | 
void | 
isCursorHidden(com.jniwrapper.Int32 CursorHidden)  | 
void | 
notifyOwnerMessage(com.teamdev.jxdesktop.win32.com.types.LongPtr hwnd,
                  com.jniwrapper.Int32 uMsg,
                  com.teamdev.jxdesktop.win32.com.types.LongPtr wParam,
                  com.teamdev.jxdesktop.win32.com.types.LongPtr lParam)  | 
void | 
setAutoShow(com.jniwrapper.Int32 AutoShow)  | 
void | 
setBackgroundPalette(com.jniwrapper.Int32 pBackgroundPalette)  | 
void | 
setBorderColor(com.jniwrapper.Int32 Color)  | 
void | 
setCaption(com.teamdev.jxdesktop.win32.com.types.BStr strCaption)  | 
void | 
setFullScreenMode(com.jniwrapper.Int32 FullScreenMode)  | 
void | 
setHeight(com.jniwrapper.Int32 pHeight)  | 
void | 
setLeft(com.jniwrapper.Int32 pLeft)  | 
void | 
setMessageDrain(com.teamdev.jxdesktop.win32.ui.Wnd Drain)  | 
void | 
setOwner(com.teamdev.jxdesktop.win32.ui.Wnd Owner)  | 
void | 
setTop(com.jniwrapper.Int32 pTop)  | 
void | 
setVisible(com.jniwrapper.Int32 pVisible)  | 
void | 
setWidth(com.jniwrapper.Int32 pWidth)  | 
void | 
setWindowForeground(com.jniwrapper.Int32 Focus)  | 
void | 
setWindowPosition(com.jniwrapper.Int32 Left,
                 com.jniwrapper.Int32 Top,
                 com.jniwrapper.Int32 Width,
                 com.jniwrapper.Int32 Height)  | 
void | 
setWindowState(com.jniwrapper.Int32 WindowState)  | 
void | 
setWindowStyle(com.jniwrapper.Int32 WindowStyle)  | 
void | 
setWindowStyleEx(com.jniwrapper.Int32 WindowStyleEx)  | 
getIDsOfNames, getTypeInfo, getTypeInfoCountstatic final java.lang.String INTERFACE_IDENTIFIER
void setCaption(com.teamdev.jxdesktop.win32.com.types.BStr strCaption)
         throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.com.types.BStr getCaption()
                                               throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWindowStyle(com.jniwrapper.Int32 WindowStyle)
             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getWindowStyle()
                             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWindowStyleEx(com.jniwrapper.Int32 WindowStyleEx)
               throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getWindowStyleEx()
                               throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setAutoShow(com.jniwrapper.Int32 AutoShow)
          throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getAutoShow()
                          throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWindowState(com.jniwrapper.Int32 WindowState)
             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getWindowState()
                             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setBackgroundPalette(com.jniwrapper.Int32 pBackgroundPalette)
                   throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getBackgroundPalette()
                                   throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setVisible(com.jniwrapper.Int32 pVisible)
         throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getVisible()
                         throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setLeft(com.jniwrapper.Int32 pLeft)
      throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getLeft()
                      throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWidth(com.jniwrapper.Int32 pWidth)
       throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getWidth()
                       throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setTop(com.jniwrapper.Int32 pTop)
     throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getTop()
                     throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setHeight(com.jniwrapper.Int32 pHeight)
        throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getHeight()
                        throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setOwner(com.teamdev.jxdesktop.win32.ui.Wnd Owner)
       throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.ui.Wnd getOwner()
                                     throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setMessageDrain(com.teamdev.jxdesktop.win32.ui.Wnd Drain)
              throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.ui.Wnd getMessageDrain()
                                            throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getBorderColor()
                             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setBorderColor(com.jniwrapper.Int32 Color)
             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.jniwrapper.Int32 getFullScreenMode()
                                throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setFullScreenMode(com.jniwrapper.Int32 FullScreenMode)
                throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWindowForeground(com.jniwrapper.Int32 Focus)
                  throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid notifyOwnerMessage(com.teamdev.jxdesktop.win32.com.types.LongPtr hwnd,
                        com.jniwrapper.Int32 uMsg,
                        com.teamdev.jxdesktop.win32.com.types.LongPtr wParam,
                        com.teamdev.jxdesktop.win32.com.types.LongPtr lParam)
                 throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setWindowPosition(com.jniwrapper.Int32 Left,
                       com.jniwrapper.Int32 Top,
                       com.jniwrapper.Int32 Width,
                       com.jniwrapper.Int32 Height)
                throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getWindowPosition(com.jniwrapper.Int32 pLeft,
                       com.jniwrapper.Int32 pTop,
                       com.jniwrapper.Int32 pWidth,
                       com.jniwrapper.Int32 pHeight)
                throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getMinIdealImageSize(com.jniwrapper.Int32 pWidth,
                          com.jniwrapper.Int32 pHeight)
                   throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getMaxIdealImageSize(com.jniwrapper.Int32 pWidth,
                          com.jniwrapper.Int32 pHeight)
                   throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getRestorePosition(com.jniwrapper.Int32 pLeft,
                        com.jniwrapper.Int32 pTop,
                        com.jniwrapper.Int32 pWidth,
                        com.jniwrapper.Int32 pHeight)
                 throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid hideCursor(com.jniwrapper.Int32 HideCursor)
         throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid isCursorHidden(com.jniwrapper.Int32 CursorHidden)
             throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException