public class IVideoWindowImpl extends com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl implements IVideoWindow
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
Modifier | Constructor and Description |
---|---|
|
IVideoWindowImpl() |
|
IVideoWindowImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) |
|
IVideoWindowImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter,
com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) |
|
IVideoWindowImpl(com.teamdev.jxdesktop.win32.com.IUnknown that) |
protected |
IVideoWindowImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
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.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
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, getIDsOfNames, getTypeInfo, getTypeInfoCount
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getIDsOfNames, getTypeInfo, getTypeInfoCount
public static final java.lang.String INTERFACE_IDENTIFIER
public IVideoWindowImpl()
protected IVideoWindowImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IVideoWindowImpl(com.teamdev.jxdesktop.win32.com.IUnknown that) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IVideoWindowImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IVideoWindowImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public void setCaption(com.teamdev.jxdesktop.win32.com.types.BStr strCaption) throws com.teamdev.jxdesktop.win32.com.ComException
setCaption
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.com.types.BStr getCaption() throws com.teamdev.jxdesktop.win32.com.ComException
getCaption
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWindowStyle(com.jniwrapper.Int32 WindowStyle) throws com.teamdev.jxdesktop.win32.com.ComException
setWindowStyle
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getWindowStyle() throws com.teamdev.jxdesktop.win32.com.ComException
getWindowStyle
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWindowStyleEx(com.jniwrapper.Int32 WindowStyleEx) throws com.teamdev.jxdesktop.win32.com.ComException
setWindowStyleEx
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getWindowStyleEx() throws com.teamdev.jxdesktop.win32.com.ComException
getWindowStyleEx
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setAutoShow(com.jniwrapper.Int32 AutoShow) throws com.teamdev.jxdesktop.win32.com.ComException
setAutoShow
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getAutoShow() throws com.teamdev.jxdesktop.win32.com.ComException
getAutoShow
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWindowState(com.jniwrapper.Int32 WindowState) throws com.teamdev.jxdesktop.win32.com.ComException
setWindowState
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getWindowState() throws com.teamdev.jxdesktop.win32.com.ComException
getWindowState
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setBackgroundPalette(com.jniwrapper.Int32 pBackgroundPalette) throws com.teamdev.jxdesktop.win32.com.ComException
setBackgroundPalette
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getBackgroundPalette() throws com.teamdev.jxdesktop.win32.com.ComException
getBackgroundPalette
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setVisible(com.jniwrapper.Int32 pVisible) throws com.teamdev.jxdesktop.win32.com.ComException
setVisible
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getVisible() throws com.teamdev.jxdesktop.win32.com.ComException
getVisible
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setLeft(com.jniwrapper.Int32 pLeft) throws com.teamdev.jxdesktop.win32.com.ComException
setLeft
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getLeft() throws com.teamdev.jxdesktop.win32.com.ComException
getLeft
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWidth(com.jniwrapper.Int32 pWidth) throws com.teamdev.jxdesktop.win32.com.ComException
setWidth
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getWidth() throws com.teamdev.jxdesktop.win32.com.ComException
getWidth
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setTop(com.jniwrapper.Int32 pTop) throws com.teamdev.jxdesktop.win32.com.ComException
setTop
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getTop() throws com.teamdev.jxdesktop.win32.com.ComException
getTop
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setHeight(com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
setHeight
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getHeight() throws com.teamdev.jxdesktop.win32.com.ComException
getHeight
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setOwner(com.teamdev.jxdesktop.win32.ui.Wnd Owner) throws com.teamdev.jxdesktop.win32.com.ComException
setOwner
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.ui.Wnd getOwner() throws com.teamdev.jxdesktop.win32.com.ComException
getOwner
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setMessageDrain(com.teamdev.jxdesktop.win32.ui.Wnd Drain) throws com.teamdev.jxdesktop.win32.com.ComException
setMessageDrain
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.ui.Wnd getMessageDrain() throws com.teamdev.jxdesktop.win32.com.ComException
getMessageDrain
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getBorderColor() throws com.teamdev.jxdesktop.win32.com.ComException
getBorderColor
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setBorderColor(com.jniwrapper.Int32 Color) throws com.teamdev.jxdesktop.win32.com.ComException
setBorderColor
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.jniwrapper.Int32 getFullScreenMode() throws com.teamdev.jxdesktop.win32.com.ComException
getFullScreenMode
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setFullScreenMode(com.jniwrapper.Int32 FullScreenMode) throws com.teamdev.jxdesktop.win32.com.ComException
setFullScreenMode
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWindowForeground(com.jniwrapper.Int32 Focus) throws com.teamdev.jxdesktop.win32.com.ComException
setWindowForeground
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public 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) throws com.teamdev.jxdesktop.win32.com.ComException
notifyOwnerMessage
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void setWindowPosition(com.jniwrapper.Int32 Left, com.jniwrapper.Int32 Top, com.jniwrapper.Int32 Width, com.jniwrapper.Int32 Height) throws com.teamdev.jxdesktop.win32.com.ComException
setWindowPosition
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void getWindowPosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
getWindowPosition
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void getMinIdealImageSize(com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
getMinIdealImageSize
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void getMaxIdealImageSize(com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
getMaxIdealImageSize
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void getRestorePosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
getRestorePosition
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void hideCursor(com.jniwrapper.Int32 HideCursor) throws com.teamdev.jxdesktop.win32.com.ComException
hideCursor
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public void isCursorHidden(com.jniwrapper.Int32 CursorHidden) throws com.teamdev.jxdesktop.win32.com.ComException
isCursorHidden
in interface IVideoWindow
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID
in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
public java.lang.Object clone()
clone
in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl