com.jniwrapper.win32.ole.types
Class OleUIConvert

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.ole.types.OleUIConvert
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class OleUIConvert
extends Structure

This structure contains information about Convert dialog box and corresponds to OLEUICONVERT native structure.

See Also:
Microsoft COM SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleUIConvert()
           
OleUIConvert(OleUIConvert that)
           
 
Method Summary
 java.lang.Object clone()
           
 int getCClsidExclude()
           
 CLSID getClsid()
           
 CLSID getClsidActivateDefault()
           
 CLSID getClsidConvertDefault()
           
 CLSID getClsidNew()
           
 DvAspect getDVASPECT()
           
 boolean getFIsLinkedObject()
           
 boolean getFObjectsIconChanged()
           
 OleUIHdr getHdr()
           
 int getHMetaPict()
           
 int getLpClsidExclude()
           
 java.lang.String getLpszDefLabel()
           
 java.lang.String getLpszUserType()
           
 short getWFormat()
           
 void setCClsidExclude(int value)
           
 void setFIsLinkedObject(boolean value)
           
 void setFObjectsIconChanged(boolean value)
           
 void setHMetaPict(int value)
           
 void setLpClsidExclude(int value)
           
 void setLpszDefLabel(java.lang.String value)
           
 void setLpszUserType(java.lang.String value)
           
 void setWFormat(short value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleUIConvert

public OleUIConvert()

OleUIConvert

public OleUIConvert(OleUIConvert that)
Method Detail

getHdr

public OleUIHdr getHdr()

getClsid

public CLSID getClsid()

getClsidConvertDefault

public CLSID getClsidConvertDefault()

getClsidActivateDefault

public CLSID getClsidActivateDefault()

getClsidNew

public CLSID getClsidNew()

getDVASPECT

public DvAspect getDVASPECT()

getWFormat

public short getWFormat()

setWFormat

public void setWFormat(short value)

getFIsLinkedObject

public boolean getFIsLinkedObject()

setFIsLinkedObject

public void setFIsLinkedObject(boolean value)

getHMetaPict

public int getHMetaPict()

setHMetaPict

public void setHMetaPict(int value)

getLpszUserType

public java.lang.String getLpszUserType()

setLpszUserType

public void setLpszUserType(java.lang.String value)

getFObjectsIconChanged

public boolean getFObjectsIconChanged()

setFObjectsIconChanged

public void setFObjectsIconChanged(boolean value)

getLpszDefLabel

public java.lang.String getLpszDefLabel()

setLpszDefLabel

public void setLpszDefLabel(java.lang.String value)

getCClsidExclude

public int getCClsidExclude()

setCClsidExclude

public void setCClsidExclude(int value)

getLpClsidExclude

public int getLpClsidExclude()

setLpClsidExclude

public void setLpClsidExclude(int value)

clone

public java.lang.Object clone()