public class IRecyclingItemContainerGeneratorImplementation extends NetObject implements IRecyclingItemContainerGenerator
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Primitives.IRecyclingItemContainerGenerator
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=10.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.Primitives.IRecyclingItemContainerGenerator
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IRecyclingItemContainerGeneratorImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyObject |
GenerateNext() |
DependencyObject |
GenerateNext(JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isNewlyRealized) |
GeneratorPosition |
GeneratorPositionFromIndex(int itemIndex) |
ItemContainerGenerator |
GetItemContainerGeneratorForPanel(Panel panel) |
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
|
int |
IndexFromGeneratorPosition(GeneratorPosition position) |
void |
PrepareItemContainer(DependencyObject container) |
void |
Recycle(GeneratorPosition position,
int count) |
void |
Remove(GeneratorPosition position,
int count) |
void |
RemoveAll() |
IDisposable |
StartAt(GeneratorPosition position,
GeneratorDirection direction) |
IDisposable |
StartAt(GeneratorPosition position,
GeneratorDirection direction,
boolean allowStartAtRealizedItem) |
static IRecyclingItemContainerGenerator |
ToIRecyclingItemContainerGenerator(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IRecyclingItemContainerGenerator, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIItemContainerGeneratorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IRecyclingItemContainerGeneratorImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DependencyObject GenerateNext() throws java.lang.Throwable
GenerateNext in interface IItemContainerGeneratorjava.lang.Throwablepublic DependencyObject GenerateNext(JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isNewlyRealized) throws java.lang.Throwable
GenerateNext in interface IItemContainerGeneratorjava.lang.Throwablepublic GeneratorPosition GeneratorPositionFromIndex(int itemIndex) throws java.lang.Throwable
GeneratorPositionFromIndex in interface IItemContainerGeneratorjava.lang.Throwablepublic ItemContainerGenerator GetItemContainerGeneratorForPanel(Panel panel) throws java.lang.Throwable
GetItemContainerGeneratorForPanel in interface IItemContainerGeneratorjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IItemContainerGeneratorgetJCOAssemblyName in interface IRecyclingItemContainerGeneratorgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IItemContainerGeneratorgetJCOClassName in interface IRecyclingItemContainerGeneratorgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IItemContainerGeneratorgetJCOInstance in interface IRecyclingItemContainerGeneratorgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IItemContainerGeneratorgetJCOObjectName in interface IRecyclingItemContainerGeneratorgetJCOObjectName 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 IRecyclingItemContainerGeneratorgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int IndexFromGeneratorPosition(GeneratorPosition position) throws java.lang.Throwable
IndexFromGeneratorPosition in interface IItemContainerGeneratorjava.lang.Throwablepublic void PrepareItemContainer(DependencyObject container) throws java.lang.Throwable
PrepareItemContainer in interface IItemContainerGeneratorjava.lang.Throwablepublic void Recycle(GeneratorPosition position, int count) throws java.lang.Throwable
Recycle in interface IRecyclingItemContainerGeneratorjava.lang.Throwablepublic void Remove(GeneratorPosition position, int count) throws java.lang.Throwable
Remove in interface IItemContainerGeneratorjava.lang.Throwablepublic void RemoveAll()
throws java.lang.Throwable
RemoveAll in interface IItemContainerGeneratorjava.lang.Throwablepublic IDisposable StartAt(GeneratorPosition position, GeneratorDirection direction) throws java.lang.Throwable
StartAt in interface IItemContainerGeneratorjava.lang.Throwablepublic IDisposable StartAt(GeneratorPosition position, GeneratorDirection direction, boolean allowStartAtRealizedItem) throws java.lang.Throwable
StartAt in interface IItemContainerGeneratorjava.lang.Throwablepublic static IRecyclingItemContainerGenerator ToIRecyclingItemContainerGenerator(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IRecyclingItemContainerGenerator, a cast assert is made to check if types are compatible.ToIRecyclingItemContainerGenerator in interface IRecyclingItemContainerGeneratorfrom - IJCOBridgeReflected instance to be castedIRecyclingItemContainerGenerator instancejava.lang.Throwable - in case of error during cast operation