com.jniwrapper.win32.ui.dialogs
Class BIStructure

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.ui.dialogs.BIStructure
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class BIStructure
extends com.jniwrapper.Structure

This class represents BROWSEINFO structure (both Ansi and Unicode).


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
BIStructure(BIStructure that)
           
BIStructure(com.jniwrapper.Parameter callback, com.jniwrapper.Parameter root)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getDisplayName()
           
 long getFlags()
           
 com.jniwrapper.Parameter getItemIDList()
           
 Wnd getOwner()
           
 java.lang.String getTitle()
           
 void setDisplayName(java.lang.String displayName)
           
 void setFlags(long flags)
           
 void setOwner(Wnd owner)
           
 void setParam(com.jniwrapper.Parameter value)
           
 void setTitle(java.lang.String title)
           
 
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

BIStructure

public BIStructure(com.jniwrapper.Parameter callback,
                   com.jniwrapper.Parameter root)

BIStructure

public BIStructure(BIStructure that)
Method Detail

getOwner

public Wnd getOwner()

setOwner

public void setOwner(Wnd owner)

getItemIDList

public com.jniwrapper.Parameter getItemIDList()

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getFlags

public long getFlags()

setFlags

public void setFlags(long flags)

setParam

public void setParam(com.jniwrapper.Parameter value)

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure