public class ItemCollection extends CollectionView implements IWeakEventListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.ItemCollection
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=4.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.ItemCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ItemCollection() |
ItemCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Add(NetObject newItem) |
static ItemCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ItemCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject containItem) |
void |
CopyTo(Array array,
int index) |
IDisposable |
DeferRefresh() |
boolean |
getCanChangeLiveFiltering() |
boolean |
getCanChangeLiveGrouping() |
boolean |
getCanChangeLiveSorting() |
NetObject |
GetItemAt(int index) |
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 item) |
void |
Insert(int insertIndex,
NetObject insertItem) |
boolean |
MoveCurrentTo(NetObject item) |
boolean |
MoveCurrentToFirst() |
boolean |
MoveCurrentToLast() |
boolean |
MoveCurrentToNext() |
boolean |
MoveCurrentToPosition(int position) |
boolean |
MoveCurrentToPrevious() |
boolean |
PassesFilter(NetObject item) |
void |
Remove(NetObject removeItem) |
void |
RemoveAt(int removeIndex) |
void |
setJCOInstance(JCObject instance) |
addCurrentChanged, addCurrentChanging, DetachFromSourceCollection, getCanFilter, getCanGroup, getCanSort, getComparer, getCount, getCulture, getCurrentItem, getCurrentPosition, getIsCurrentAfterLast, getIsCurrentBeforeFirst, getIsEmpty, getIsInUse, getNeedsRefresh, getNewItemPlaceholder, getSortDescriptions, getSourceCollection, Refresh, removeCurrentChanged, removeCurrentChanging, setCultureCheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringReceiveWeakEvent, ToIWeakEventListenerpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ItemCollection()
throws java.lang.Throwable
java.lang.Throwablepublic ItemCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject newItem) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IndexOutOfRangeException
public static ItemCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ItemCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedItemCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public boolean Contains(NetObject containItem) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException
Contains in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionpublic IDisposable DeferRefresh() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
DeferRefresh in class CollectionViewjava.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic boolean getCanChangeLiveFiltering()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanChangeLiveGrouping()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanChangeLiveSorting()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetItemAt(int index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException
GetItemAt in class CollectionViewjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IWeakEventListenergetJCOAssemblyName in class CollectionViewString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IWeakEventListenergetJCOClassName in class CollectionViewString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IWeakEventListenergetJCOInstance in class CollectionViewObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IWeakEventListenergetJCOObjectName in class CollectionViewString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IWeakEventListenergetJCOType in class CollectionViewJCType representing the CLR Type of the instantiated Classpublic int IndexOf(NetObject item) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException
IndexOf in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Insert(int insertIndex,
NetObject insertItem)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException
public boolean MoveCurrentTo(NetObject item) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException
MoveCurrentTo in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean MoveCurrentToFirst()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
MoveCurrentToFirst in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean MoveCurrentToLast()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
MoveCurrentToLast in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean MoveCurrentToNext()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
MoveCurrentToNext in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean MoveCurrentToPosition(int position)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
MoveCurrentToPosition in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean MoveCurrentToPrevious()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
MoveCurrentToPrevious in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean PassesFilter(NetObject item) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException
PassesFilter in class CollectionViewjava.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Remove(NetObject removeItem) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IndexOutOfRangeException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionpublic void RemoveAt(int removeIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class CollectionView