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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.DataGridViewRowCollectionstatic JCType
classType
The 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 int
Add()
int
Add(int count)
int
Add(NetObject... values)
int
Add(DataGridViewRow dataGridViewRow)
void
addCollectionChanged(CollectionChangeEventHandler handler)
int
AddCopies(int indexSource, int count)
int
AddCopy(int indexSource)
void
AddRange(DataGridViewRow... dataGridViewRows)
static DataGridViewRowCollection
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataGridViewRowCollection
, a cast assert is made to check if types are compatible.void
Clear()
boolean
Contains(DataGridViewRow dataGridViewRow)
void
CopyTo(DataGridViewRow[] array, int index)
int
getCount()
int
GetFirstRow(DataGridViewElementStates includeFilter)
int
GetFirstRow(DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
GetLastRow(DataGridViewElementStates includeFilter)
int
GetNextRow(int indexStart, DataGridViewElementStates includeFilter)
int
GetNextRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)
int
GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter)
int
GetPreviousRow(int indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter)
int
GetRowCount(DataGridViewElementStates includeFilter)
int
GetRowsHeight(DataGridViewElementStates includeFilter)
DataGridViewElementStates
GetRowState(int rowIndex)
int
IndexOf(DataGridViewRow dataGridViewRow)
void
Insert(int rowIndex, int count)
void
Insert(int rowIndex, NetObject... values)
void
Insert(int rowIndex, DataGridViewRow dataGridViewRow)
void
InsertCopies(int indexSource, int indexDestination, int count)
void
InsertCopy(int indexSource, int indexDestination)
void
InsertRange(int rowIndex, DataGridViewRow... dataGridViewRows)
void
Remove(DataGridViewRow dataGridViewRow)
void
RemoveAt(int index)
void
removeCollectionChanged(CollectionChangeEventHandler handler)
void
setJCOInstance(JCObject instance)
DataGridViewRow
SharedRow(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObjectEnumerable
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObjectEnumerable
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObjectEnumerable
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObjectEnumerable
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObjectEnumerable
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridViewRowCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridViewRowCollection
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridViewRowCollection
instance- 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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
MulticastNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
Win32Exception
TypeLoadException
FileLoadException
InvalidCastException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
MissingMethodException
TargetInvocationException
InvalidEnumArgumentException
KeyNotFoundException
Win32Exception
TypeLoadException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
Win32Exception
TypeLoadException
InvalidCastException
InvalidEnumArgumentException
IndexOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidCastException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
IndexOutOfRangeException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
MulticastNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
Win32Exception
TypeLoadException
FileLoadException
InvalidCastException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
InvalidEnumArgumentException
MulticastNotSupportedException
IndexOutOfRangeException
Win32Exception
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
MissingMethodException
TargetInvocationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
FormatException
TypeLoadException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
Win32Exception
KeyNotFoundException
FormatException
InvalidEnumArgumentException
TypeLoadException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
KeyNotFoundException
Win32Exception
NotSupportedException
TypeLoadException
InvalidCastException
InvalidEnumArgumentException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
MissingMethodException
TargetInvocationException
InvalidEnumArgumentException
KeyNotFoundException
Win32Exception
TypeLoadException
InvalidCastException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
NullReferenceException
MissingMethodException
TargetInvocationException
InvalidEnumArgumentException
FormatException
MulticastNotSupportedException
IndexOutOfRangeException
Win32Exception
TypeLoadException
InvalidCastException
-
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.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
-
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
-
-