Package system.windows.forms
Class DataGridViewRowCollection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.windows.forms.DataGridViewRowCollection
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected
public class DataGridViewRowCollection extends NetObjectEnumerable
The base .NET class managing System.Windows.Forms.DataGridViewRowCollection, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewRowCollection
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewRowCollectionstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description DataGridViewRowCollection()DataGridViewRowCollection(java.lang.Object instance)Internal constructor.DataGridViewRowCollection(DataGridView dataGridView)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intAdd()intAdd(int count)intAdd(NetObject... values)intAdd(DataGridViewRow dataGridViewRow)voidaddCollectionChanged(CollectionChangeEventHandler handler)intAddCopies(int indexSource, int count)intAddCopy(int indexSource)voidAddRange(DataGridViewRow... dataGridViewRows)static DataGridViewRowCollectioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewRowCollection, a cast assert is made to check if types are compatible.voidClear()booleanContains(DataGridViewRow dataGridViewRow)voidCopyTo(DataGridViewRow[] array, int index)intgetCount()intGetFirstRow(DataGridViewElementStates includeFilter)intGetFirstRow(DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintGetLastRow(DataGridViewElementStates includeFilter)intGetNextRow(int indexStart, DataGridViewElementStates includeFilter)intGetNextRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)intGetPreviousRow(int indexStart, DataGridViewElementStates includeFilter)intGetPreviousRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)intGetRowCount(DataGridViewElementStates includeFilter)intGetRowsHeight(DataGridViewElementStates includeFilter)DataGridViewElementStatesGetRowState(int rowIndex)intIndexOf(DataGridViewRow dataGridViewRow)voidInsert(int rowIndex, int count)voidInsert(int rowIndex, NetObject... values)voidInsert(int rowIndex, DataGridViewRow dataGridViewRow)voidInsertCopies(int indexSource, int indexDestination, int count)voidInsertCopy(int indexSource, int indexDestination)voidInsertRange(int rowIndex, DataGridViewRow... dataGridViewRows)voidRemove(DataGridViewRow dataGridViewRow)voidRemoveAt(int index)voidremoveCollectionChanged(CollectionChangeEventHandler handler)voidsetJCOInstance(JCObject instance)DataGridViewRowSharedRow(int rowIndex)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.DataGridViewRowCollection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataGridViewRowCollection
public DataGridViewRowCollection(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridViewRowCollection
public DataGridViewRowCollection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DataGridViewRowCollection
public DataGridViewRowCollection(DataGridView dataGridView) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObjectEnumerable- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObjectEnumerable- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewRowCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewRowCollection, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewRowCollectioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
-
Add
public int Add() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidCastException
-
Add
public int Add(int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadExceptionInvalidCastException
-
Add
public int Add(NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, InvalidCastException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidCastException
-
Add
public int Add(DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastException
-
AddCopies
public int AddCopies(int indexSource, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeException
-
AddCopy
public int AddCopy(int indexSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionIndexOutOfRangeException
-
GetFirstRow
public int GetFirstRow(DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetFirstRow
public int GetFirstRow(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetLastRow
public int GetLastRow(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetNextRow
public int GetNextRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetNextRow
public int GetNextRow(int indexStart, DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetPreviousRow
public int GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetPreviousRow
public int GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetRowCount
public int GetRowCount(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetRowsHeight
public int GetRowsHeight(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
IndexOf
public int IndexOf(DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
-
GetRowState
public DataGridViewElementStates GetRowState(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
SharedRow
public DataGridViewRow SharedRow(int rowIndex) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
AddRange
public void AddRange(DataGridViewRow... dataGridViewRows) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidCastException, InvalidEnumArgumentException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionFormatException
-
CopyTo
public void CopyTo(DataGridViewRow[] array, int index) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
Insert
public void Insert(int rowIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadExceptionInvalidCastException
-
Insert
public void Insert(int rowIndex, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, MulticastNotSupportedException, IndexOutOfRangeException, Win32Exception, InvalidCastException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidCastException
-
Insert
public void Insert(int rowIndex, DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, FormatException, TypeLoadException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionTypeLoadExceptionInvalidCastException
-
InsertCopies
public void InsertCopies(int indexSource, int indexDestination, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, FormatException, InvalidEnumArgumentException, TypeLoadException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionInvalidEnumArgumentExceptionTypeLoadExceptionInvalidCastException
-
InsertCopy
public void InsertCopy(int indexSource, int indexDestination) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, KeyNotFoundException, Win32Exception, NotSupportedException, TypeLoadException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionKeyNotFoundExceptionWin32ExceptionNotSupportedExceptionTypeLoadExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
InsertRange
public void InsertRange(int rowIndex, DataGridViewRow... dataGridViewRows) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastException
-
Remove
public void Remove(DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, FormatException, MulticastNotSupportedException, IndexOutOfRangeException, Win32Exception, TypeLoadException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionFormatExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionWin32ExceptionTypeLoadExceptionInvalidCastException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException, OutOfMemoryException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadException
-
getCount
public int getCount() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
addCollectionChanged
public void addCollectionChanged(CollectionChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCollectionChanged
public void removeCollectionChanged(CollectionChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-