A B C D E F G H I L P S T U V

I

ImplType - Class in au.com.swz.jatlom
Decribes an implemented interface along with the flags for the implementation.
ImplType() - Constructor for class au.com.swz.jatlom.ImplType
 
intValue() - Method in class au.com.swz.jatlom.Variant
The value of this variant as an int.
INVOKE_FUNC - Static variable in class au.com.swz.jatlom.InvokeKind
The member is called using a normal function invocation syntax.
INVOKE_PROPERTYGET - Static variable in class au.com.swz.jatlom.InvokeKind
The function is invoked using a normal property-access syntax.
INVOKE_PROPERTYPUT - Static variable in class au.com.swz.jatlom.InvokeKind
The function is invoked using a property value assignment syntax.
INVOKE_PROPERTYPUTREF - Static variable in class au.com.swz.jatlom.InvokeKind
The function is invoked using a property reference assignment syntax.
InvokeKind - Class in au.com.swz.jatlom
This is a enumeration for the different kinds of function invocations.
isAggregatable() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if this type supports aggregation.
isAppObject() - Method in class au.com.swz.jatlom.ITypeInfo
This can be used on types with a TypeKind = TKIND_COCLASS.
isBindable() - Method in class au.com.swz.jatlom.FuncDesc
Determines if this function supports data binding.
isBindable() - Method in class au.com.swz.jatlom.VarDesc
Determines if this variable supports data binding.
isControl() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if this type is a control from which other types will be derived, and should not be displayed to users.
isControl() - Method in class au.com.swz.jatlom.TypeLibAttributes
Determines if the type library describes controls, and should not be displayed in type browsers intended for nonvisual objects.
isCreateable() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if instances of this type can be created with the CreateInstance COM method.
isDefault() - Method in class au.com.swz.jatlom.ImplType
The interface or dispinterface represents the default for the source or sink.
isDefaultBind() - Method in class au.com.swz.jatlom.FuncDesc
Deteremines if this function best represents the object.
isDefaultBind() - Method in class au.com.swz.jatlom.VarDesc
Deteremines if the variable is the single property that best represents the object.
isDefaultCollectionElement() - Method in class au.com.swz.jatlom.FuncDesc
Determines if this function is the default collection element.
isDefaultCollectionElement() - Method in class au.com.swz.jatlom.VarDesc
Determines if this variable is the default collection element.
isDefaultVTable() - Method in class au.com.swz.jatlom.ImplType
Determines if sinks receive events through the VTBL.
isDispatchable() - Method in class au.com.swz.jatlom.ITypeInfo
Indicates that the interface derives from IDispatch, either directly or indirectly.
isDisplayBind() - Method in class au.com.swz.jatlom.FuncDesc
Determines if the function is displayed to the user as bindable.
isDisplayBind() - Method in class au.com.swz.jatlom.VarDesc
Determines if the variable is displayed to the user as bindable.
isDual() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if the interface supplies both IDispatch and VTBL binding.
isEventsInterface() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if this type is an interface used for events.
isGetLastErrorSupported() - Method in class au.com.swz.jatlom.FuncDesc
Deteremines if the function supports GetLastError.
isHidden() - Method in class au.com.swz.jatlom.FuncDesc
Determine if the function should not be displayed to the user in a browser, although it exists and is bindable.
isHidden() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if the type is hidden and therefore should not be displayed to type library browsers.
isHidden() - Method in class au.com.swz.jatlom.TypeLibAttributes
Determines if the type library should not be displayed to users, although its use is not restricted.
isHidden() - Method in class au.com.swz.jatlom.VarDesc
Determine if the variable should not be displayed to the user in a browser, although it exists and is bindable.
isImmediateBind() - Method in class au.com.swz.jatlom.FuncDesc
Determines if the function is mapped as individual bindable properties.
isImmediateBind() - Method in class au.com.swz.jatlom.VarDesc
Determines if the variable is mapped as individual bindable properties.
isImported() - Method in class au.com.swz.jatlom.ITypeInfo
Deteremines if this type has been imported from a different type library to the primary one.
isInDirection() - Method in class au.com.swz.jatlom.ParamDesc
This method returns true if this parameter passes information from the caller to the callee.
isLcid() - Method in class au.com.swz.jatlom.ParamDesc
Determines if this parameter is the LCID of a client application.
isLicensed() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if the type is licensed.
isNonBrowseable() - Method in class au.com.swz.jatlom.FuncDesc
Determines if the function should appear in an object browser, but not in a properties browser.
isNonBrowseable() - Method in class au.com.swz.jatlom.VarDesc
Determines if the variable should appear in an object browser, but not in a properties browser.
isNonExtensible() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if the interface cannot add members at run time.
isOleAutomation() - Method in class au.com.swz.jatlom.ITypeInfo
Determine if this type is fully compatible with Automation, including VTBL binding support.
isOptional() - Method in class au.com.swz.jatlom.ParamDesc
Returns true if this is an optional parameter.
isOutDirection() - Method in class au.com.swz.jatlom.ParamDesc
This method returns true if this parameter returns information from the callee to the caller.
isPredefined() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if this type is predefined.
isReadOnly() - Method in class au.com.swz.jatlom.VarDesc
Determines if this variable is read only in which case assignment to the variable should be prevented.
isReplaceable() - Method in class au.com.swz.jatlom.FuncDesc
Determines if this function has default behaviors.
isReplaceable() - Method in class au.com.swz.jatlom.ITypeInfo
Deteremines if this type supports IConnectionPointWithDefault, and has default behaviors.
isReplaceable() - Method in class au.com.swz.jatlom.VarDesc
Determines if this variable has default behaviors.
isRequestEdit() - Method in class au.com.swz.jatlom.FuncDesc
Determines if the function will call IPropertyNotifySink::OnRequestEdit.
isRequestEdit() - Method in class au.com.swz.jatlom.VarDesc
Determines if the variable will call IPropertyNotifySink::OnRequestEdit.
isRestricted() - Method in class au.com.swz.jatlom.FuncDesc
Determines if the function should not be accessible from macro languages.
isRestricted() - Method in class au.com.swz.jatlom.ImplType
Determines if the implemented interface should not be displayed or programmable by users from macro languages.
isRestricted() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if this type is restricted.
isRestricted() - Method in class au.com.swz.jatlom.TypeLibAttributes
Determines if the type library is restricted, and should not be displayed to users.
isRestricted() - Method in class au.com.swz.jatlom.VarDesc
Determines if the variable should not be accessible from macro languages.
isReturnValue() - Method in class au.com.swz.jatlom.ParamDesc
Returns true if this parameter is the return value of the member.
isReverseBind() - Method in class au.com.swz.jatlom.ITypeInfo
Determines if the base interfaces should be checked for name resolution before checking children, which is the reverse of the default behavior.
isSource() - Method in class au.com.swz.jatlom.FuncDesc
Determine if this function returns an object that is a source of events.
isSource() - Method in class au.com.swz.jatlom.ImplType
Determines if this implemented interface is called by the component rather than implemented by clients.
isSource() - Method in class au.com.swz.jatlom.VarDesc
Determine if this variable returns an object that is a source of events.
isUiDefault() - Method in class au.com.swz.jatlom.FuncDesc
Determines if this function is the default display in the user interface.
isUiDefault() - Method in class au.com.swz.jatlom.VarDesc
Determines if this variable is the default display in the user interface.
ITypeInfo - Class in au.com.swz.jatlom
This class provides access to the following: The set of function descriptions associated with this type.
ITypeLib - Class in au.com.swz.jatlom
The data that describes a set of objects is stored in a type library.

A B C D E F G H I L P S T U V