public class CollectionView extends DispatcherObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.CollectionView
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.Data.CollectionView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CollectionView() |
CollectionView(IEnumerable collection) |
CollectionView(java.lang.Object instance)
Internal constructor.
|
CheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CollectionView()
throws java.lang.Throwable
java.lang.Throwablepublic CollectionView(IEnumerable collection) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, MulticastNotSupportedException, CultureNotFoundException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionpublic CollectionView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static CollectionView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CollectionView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCollectionView instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(NetObject item) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, SecurityException, IOException, NullReferenceException, NotSupportedException
public IDisposable DeferRefresh() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public void DetachFromSourceCollection()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
NullReferenceException,
LockRecursionException,
OutOfMemoryException,
AbandonedMutexException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
SynchronizationLockException,
OverflowException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionNullReferenceExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionOverflowExceptionInvalidEnumArgumentExceptionpublic boolean getCanFilter()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanGroup()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanSort()
throws java.lang.Throwable
java.lang.Throwablepublic IComparer getComparer() throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException
public CultureInfo getCulture() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getCurrentItem() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic int getCurrentPosition()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic boolean getIsCurrentAfterLast()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic boolean getIsCurrentBeforeFirst()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic boolean getIsEmpty()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException
public boolean getIsInUse()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetItemAt(int index) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, UnauthorizedAccessException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNullReferenceExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DispatcherObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DispatcherObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DispatcherObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DispatcherObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DispatcherObjectJCType representing the CLR Type of the instantiated Classpublic boolean getNeedsRefresh()
throws java.lang.Throwable
java.lang.Throwablepublic static NetObject getNewItemPlaceholder() throws java.lang.Throwable
java.lang.Throwablepublic SortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
java.lang.Throwablepublic IEnumerable getSourceCollection() throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(NetObject item) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException
public boolean MoveCurrentTo(NetObject item) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException
public boolean MoveCurrentToFirst()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException,
NullReferenceException,
NotSupportedException
public boolean MoveCurrentToLast()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
SecurityException,
IOException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException
public boolean MoveCurrentToNext()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
SecurityException,
IOException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException
public boolean MoveCurrentToPosition(int position)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException,
SecurityException,
IOException,
NullReferenceException
public boolean MoveCurrentToPrevious()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
SecurityException,
IOException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException
public boolean PassesFilter(NetObject item) throws java.lang.Throwable
java.lang.Throwablepublic void Refresh()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException
public void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setCulture(CultureInfo Culture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DispatcherObject