public class ItemContainerGenerator extends NetObject implements IItemContainerGenerator, IWeakEventListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.ItemContainerGenerator
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.ItemContainerGenerator
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ItemContainerGenerator() |
ItemContainerGenerator(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addItemsChanged(ItemsChangedEventHandler handler) |
void |
addStatusChanged(EventHandler handler) |
static ItemContainerGenerator |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ItemContainerGenerator, a cast assert is made to check if types are compatible. |
DependencyObject |
ContainerFromIndex(int index) |
DependencyObject |
ContainerFromItem(NetObject item) |
IDisposable |
GenerateBatches() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
GeneratorStatus |
getStatus() |
int |
IndexFromContainer(DependencyObject container) |
int |
IndexFromContainer(DependencyObject container,
boolean returnLocalIndex) |
NetObject |
ItemFromContainer(DependencyObject container) |
void |
removeItemsChanged(ItemsChangedEventHandler handler) |
void |
removeStatusChanged(EventHandler handler) |
void |
setJCOInstance(JCObject instance) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGenerateNext, GenerateNext, GeneratorPositionFromIndex, GetItemContainerGeneratorForPanel, IndexFromGeneratorPosition, PrepareItemContainer, Remove, RemoveAll, StartAt, StartAt, ToIItemContainerGeneratorReceiveWeakEvent, ToIWeakEventListenerpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ItemContainerGenerator()
throws java.lang.Throwable
java.lang.Throwablepublic ItemContainerGenerator(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addItemsChanged(ItemsChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStatusChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ItemContainerGenerator cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ItemContainerGenerator, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedItemContainerGenerator instancejava.lang.Throwable - in case of error during cast operationpublic DependencyObject ContainerFromIndex(int index) throws java.lang.Throwable
java.lang.Throwablepublic DependencyObject ContainerFromItem(NetObject item) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic IDisposable GenerateBatches() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IItemContainerGeneratorgetJCOAssemblyName in interface IWeakEventListenergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IItemContainerGeneratorgetJCOClassName in interface IWeakEventListenergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IItemContainerGeneratorgetJCOInstance in interface IWeakEventListenergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IItemContainerGeneratorgetJCOObjectName in interface IWeakEventListenergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IItemContainerGeneratorgetJCOType in interface IWeakEventListenergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic GeneratorStatus getStatus() throws java.lang.Throwable
java.lang.Throwablepublic int IndexFromContainer(DependencyObject container) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic int IndexFromContainer(DependencyObject container, boolean returnLocalIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public NetObject ItemFromContainer(DependencyObject container) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void removeItemsChanged(ItemsChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStatusChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject