public class CompositeCollection extends NetObjectEnumerable implements ICollectionViewFactory, IWeakEventListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.CompositeCollection
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.Data.CompositeCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
CompositeCollection() |
CompositeCollection(int capacity) |
CompositeCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Add(NetObject newItem) |
static CompositeCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CompositeCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject containItem) |
void |
CopyTo(Array array,
int index) |
int |
getCount() |
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 |
IndexOf(NetObject indexItem) |
void |
Insert(int insertIndex,
NetObject insertItem) |
void |
Remove(NetObject removeItem) |
void |
RemoveAt(int removeIndex) |
void |
setJCOInstance(JCObject instance) |
GetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringCreateView, ToICollectionViewFactoryReceiveWeakEvent, ToIWeakEventListenerToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CompositeCollection()
throws java.lang.Throwable
java.lang.Throwablepublic CompositeCollection(int capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException
public CompositeCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject newItem) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, SynchronizationLockException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
public static CompositeCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CompositeCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCompositeCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
SynchronizationLockException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionFormatExceptionpublic boolean Contains(NetObject containItem) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
public void CopyTo(Array array, int index) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException
public int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICollectionViewFactorygetJCOAssemblyName in interface IWeakEventListenergetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICollectionViewFactorygetJCOClassName in interface IWeakEventListenergetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICollectionViewFactorygetJCOInstance in interface IWeakEventListenergetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICollectionViewFactorygetJCOObjectName in interface IWeakEventListenergetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICollectionViewFactorygetJCOType in interface IWeakEventListenergetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic int IndexOf(NetObject indexItem) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, PlatformNotSupportedException
public void Insert(int insertIndex,
NetObject insertItem)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
SynchronizationLockException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
public void Remove(NetObject removeItem) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, PlatformNotSupportedException
public void RemoveAt(int removeIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
SynchronizationLockException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerable