Package system.componentmodel
Class IBindingListImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.IEnumerableImplementation
-
- system.componentmodel.IBindingListImplementation
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected,ICollection,IList,IBindingList
public class IBindingListImplementation extends IEnumerableImplementation implements IBindingList
The base .NET class managing System.ComponentModel.IBindingList, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.IBindingList
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: Systemstatic java.lang.StringclassNameQualified class name: System.ComponentModel.IBindingListstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IBindingListImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intAdd(NetObject value)voidAddIndex(PropertyDescriptor property)voidaddListChanged(ListChangedEventHandler handler)NetObjectAddNew()voidApplySort(PropertyDescriptor property, ListSortDirection direction)voidClear()booleanContains(NetObject value)voidCopyTo(Array array, int index)intFind(PropertyDescriptor property, NetObject key)booleangetAllowEdit()booleangetAllowNew()booleangetAllowRemove()intgetCount()booleangetIsFixedSize()booleangetIsReadOnly()booleangetIsSorted()booleangetIsSynchronized()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 TypeListSortDirectiongetSortDirection()PropertyDescriptorgetSortProperty()booleangetSupportsChangeNotification()booleangetSupportsSearching()booleangetSupportsSorting()NetObjectgetSyncRoot()intIndexOf(NetObject value)voidInsert(int index, NetObject value)voidRemove(NetObject value)voidRemoveAt(int index)voidRemoveIndex(PropertyDescriptor property)voidremoveListChanged(ListChangedEventHandler handler)voidRemoveSort()static IBindingListToIBindingList(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIBindingList, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.IEnumerableImplementation
GetEnumerator, iterator, ToIEnumerable
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
Methods inherited from interface org.mases.jcobridge.netreflection.IEnumerable
GetEnumerator
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.IBindingList- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIBindingList- Specified by:
getJCOAssemblyNamein interfaceICollection- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIList- Overrides:
getJCOAssemblyNamein classIEnumerableImplementation- 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 interfaceIBindingList- Specified by:
getJCOClassNamein interfaceICollection- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIList- Overrides:
getJCOClassNamein classIEnumerableImplementation- 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 interfaceIBindingList- Specified by:
getJCOObjectNamein interfaceICollection- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIList- Overrides:
getJCOObjectNamein classIEnumerableImplementation- 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 interfaceIBindingList- Specified by:
getJCOInstancein interfaceICollection- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIList- Overrides:
getJCOInstancein classIEnumerableImplementation- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIBindingList- Specified by:
getJCOTypein interfaceICollection- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIList- Overrides:
getJCOTypein classIEnumerableImplementation- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIBindingList
public static IBindingList ToIBindingList(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIBindingList, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IBindingListinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(NetObject value) throws java.lang.Throwable
-
Add
public int Add(NetObject value) throws java.lang.Throwable
-
Find
public int Find(PropertyDescriptor property, NetObject key) throws java.lang.Throwable
- Specified by:
Findin interfaceIBindingList- Throws:
java.lang.Throwable
-
IndexOf
public int IndexOf(NetObject value) throws java.lang.Throwable
-
AddNew
public NetObject AddNew() throws java.lang.Throwable
- Specified by:
AddNewin interfaceIBindingList- Throws:
java.lang.Throwable
-
AddIndex
public void AddIndex(PropertyDescriptor property) throws java.lang.Throwable
- Specified by:
AddIndexin interfaceIBindingList- Throws:
java.lang.Throwable
-
ApplySort
public void ApplySort(PropertyDescriptor property, ListSortDirection direction) throws java.lang.Throwable
- Specified by:
ApplySortin interfaceIBindingList- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable
- Specified by:
CopyToin interfaceICollection- Throws:
java.lang.Throwable
-
Insert
public void Insert(int index, NetObject value) throws java.lang.Throwable
-
Remove
public void Remove(NetObject value) throws java.lang.Throwable
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable
-
RemoveIndex
public void RemoveIndex(PropertyDescriptor property) throws java.lang.Throwable
- Specified by:
RemoveIndexin interfaceIBindingList- Throws:
java.lang.Throwable
-
RemoveSort
public void RemoveSort() throws java.lang.Throwable- Specified by:
RemoveSortin interfaceIBindingList- Throws:
java.lang.Throwable
-
getAllowEdit
public boolean getAllowEdit() throws java.lang.Throwable- Specified by:
getAllowEditin interfaceIBindingList- Throws:
java.lang.Throwable
-
getAllowNew
public boolean getAllowNew() throws java.lang.Throwable- Specified by:
getAllowNewin interfaceIBindingList- Throws:
java.lang.Throwable
-
getAllowRemove
public boolean getAllowRemove() throws java.lang.Throwable- Specified by:
getAllowRemovein interfaceIBindingList- Throws:
java.lang.Throwable
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable- Specified by:
getIsFixedSizein interfaceIList- Throws:
java.lang.Throwable
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable- Specified by:
getIsReadOnlyin interfaceIList- Throws:
java.lang.Throwable
-
getIsSorted
public boolean getIsSorted() throws java.lang.Throwable- Specified by:
getIsSortedin interfaceIBindingList- Throws:
java.lang.Throwable
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable- Specified by:
getIsSynchronizedin interfaceICollection- Throws:
java.lang.Throwable
-
getSupportsChangeNotification
public boolean getSupportsChangeNotification() throws java.lang.Throwable- Specified by:
getSupportsChangeNotificationin interfaceIBindingList- Throws:
java.lang.Throwable
-
getSupportsSearching
public boolean getSupportsSearching() throws java.lang.Throwable- Specified by:
getSupportsSearchingin interfaceIBindingList- Throws:
java.lang.Throwable
-
getSupportsSorting
public boolean getSupportsSorting() throws java.lang.Throwable- Specified by:
getSupportsSortingin interfaceIBindingList- Throws:
java.lang.Throwable
-
getCount
public int getCount() throws java.lang.Throwable- Specified by:
getCountin interfaceICollection- Throws:
java.lang.Throwable
-
getSortDirection
public ListSortDirection getSortDirection() throws java.lang.Throwable
- Specified by:
getSortDirectionin interfaceIBindingList- Throws:
java.lang.Throwable
-
getSortProperty
public PropertyDescriptor getSortProperty() throws java.lang.Throwable
- Specified by:
getSortPropertyin interfaceIBindingList- Throws:
java.lang.Throwable
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable
- Specified by:
getSyncRootin interfaceICollection- Throws:
java.lang.Throwable
-
addListChanged
public void addListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addListChangedin interfaceIBindingList- Throws:
java.lang.Throwable
-
removeListChanged
public void removeListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeListChangedin interfaceIBindingList- Throws:
java.lang.Throwable
-
-