Uses of Interface
org.bridj.IntValuedEnum

Packages that use IntValuedEnum
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
org.bridj.cpp.com BridJ COM support (Windows-only, working but under-tested). 
org.bridj.cpp.com.shell BridJ mappings for some common Windows COM Shell interfaces. 
 

Uses of IntValuedEnum in org.bridj
 

Classes in org.bridj that implement IntValuedEnum
static class FlagSet.IntFlagSet<E extends Enum<E>>
           
 

Methods in org.bridj that return IntValuedEnum
<E extends Enum<E>>
IntValuedEnum<E>
StructIO.getEnumField(StructObject struct, int fieldIndex)
           
 

Method parameters in org.bridj with type arguments of type IntValuedEnum
static
<E extends Enum<E>>
Type
Pointer.intEnumType(Class<? extends IntValuedEnum<E>> targetType)
          Create a IntValuedEnum<T> type.
 

Uses of IntValuedEnum in org.bridj.cpp.com
 

Classes in org.bridj.cpp.com that implement IntValuedEnum
static class OLEAutomationLibrary.CALLCONV
           
static class OLEAutomationLibrary.REGKIND
           
static class OLEAutomationLibrary.SYSKIND
           
 class VARENUM
           
 

Uses of IntValuedEnum in org.bridj.cpp.com.shell
 

Classes in org.bridj.cpp.com.shell that implement IntValuedEnum
static class ITaskbarList3.TbpFlag
           
static class ITaskbarList3.THUMBBUTTONFLAGS
           
static class ITaskbarList3.THUMBBUTTONMASK
           
 



Copyright © 2009-2012. All Rights Reserved.