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=10.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=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewRowCollectionstatic org.mases.jcobridge.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 objectorg.mases.jcobridge.JCTypegetJCOType()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(org.mases.jcobridge.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=10.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
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObjectEnumerable
-
getJCOType
public org.mases.jcobridge.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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, InvalidCastException, IndexOutOfRangeException, Win32Exception, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionInvalidCastExceptionIndexOutOfRangeExceptionWin32ExceptionRankExceptionArrayTypeMismatchException
-
Add
public int Add(int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, InvalidCastException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionInvalidCastExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadException
-
Add
public int Add(NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, InvalidCastException, IndexOutOfRangeException, Win32Exception
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidCastExceptionIndexOutOfRangeExceptionWin32Exception
-
Add
public int Add(DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchException
-
AddCopies
public int AddCopies(int indexSource, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchException
-
AddCopy
public int AddCopy(int indexSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionIndexOutOfRangeException
-
GetFirstRow
public int GetFirstRow(DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetFirstRow
public int GetFirstRow(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetLastRow
public int GetLastRow(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetNextRow
public int GetNextRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetNextRow
public int GetNextRow(int indexStart, DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetPreviousRow
public int GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
GetPreviousRow
public int GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetRowCount
public int GetRowCount(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetRowsHeight
public int GetRowsHeight(DataGridViewElementStates includeFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, 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, NotSupportedException, ArgumentOutOfRangeException, 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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, InvalidCastException, InvalidEnumArgumentException, Win32Exception, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32ExceptionFormatException
-
CopyTo
public void CopyTo(DataGridViewRow[] array, int index) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
-
Insert
public void Insert(int rowIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, InvalidCastException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionInvalidCastExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadException
-
Insert
public void Insert(int rowIndex, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, InvalidCastException, MulticastNotSupportedException, IndexOutOfRangeException, Win32Exception- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidCastExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionWin32Exception
-
Insert
public void Insert(int rowIndex, DataGridViewRow dataGridViewRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, FormatException, TypeLoadException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionTypeLoadExceptionRankExceptionArrayTypeMismatchException
-
InsertCopies
public void InsertCopies(int indexSource, int indexDestination, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, FormatException, InvalidEnumArgumentException, TypeLoadException, InvalidCastException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionInvalidEnumArgumentExceptionTypeLoadExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchException
-
InsertCopy
public void InsertCopy(int indexSource, int indexDestination) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, KeyNotFoundException, Win32Exception, TypeLoadException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionKeyNotFoundExceptionWin32ExceptionTypeLoadExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
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, InvalidCastException, InvalidEnumArgumentException, FormatException, MulticastNotSupportedException, IndexOutOfRangeException, Win32Exception, TypeLoadException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionFormatExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionWin32ExceptionTypeLoadException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, OutOfMemoryException, InvalidCastException, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException, FormatException, OverflowException, Win32Exception, TypeLoadException, FileLoadException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadException
-
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
-
-