public class ModelItemCollection extends ModelItem
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.Model.ModelItemCollection
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: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.Model.ModelItemCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ModelItemCollection() |
ModelItemCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Add(ModelItem item) |
ModelItem |
Add(NetObject value) |
void |
addCollectionChanged(NotifyCollectionChangedEventHandler handler) |
static ModelItemCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ModelItemCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(ModelItem item) |
boolean |
Contains(NetObject value) |
void |
CopyTo(ModelItem[] array,
int arrayIndex) |
int |
getCount() |
boolean |
getIsReadOnly() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
IndexOf(ModelItem item) |
void |
Insert(int index,
ModelItem item) |
ModelItem |
Insert(int index,
NetObject value) |
void |
Move(int fromIndex,
int toIndex) |
boolean |
Remove(ModelItem item) |
boolean |
Remove(NetObject value) |
void |
RemoveAt(int index) |
void |
removeCollectionChanged(NotifyCollectionChangedEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
addPropertyChanged, BeginEdit, BeginEdit, BeginEdit, BeginEdit, getAttributes, getContent, GetCurrentValue, getItemType, getName, getParent, getProperties, getRoot, getSource, getView, removePropertyChanged, setNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ModelItemCollection()
throws java.lang.Throwable
java.lang.Throwablepublic ModelItemCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Add(ModelItem item) throws java.lang.Throwable
java.lang.Throwablepublic void addCollectionChanged(NotifyCollectionChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ModelItemCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ModelItemCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedModelItemCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable
java.lang.Throwablepublic boolean Contains(ModelItem item) throws java.lang.Throwable
java.lang.Throwablepublic boolean Contains(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic void CopyTo(ModelItem[] array, int arrayIndex) throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ModelItemString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ModelItemString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ModelItemObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ModelItemString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ModelItemJCType representing the CLR Type of the instantiated Classpublic int IndexOf(ModelItem item) throws java.lang.Throwable
java.lang.Throwablepublic void Insert(int index,
ModelItem item)
throws java.lang.Throwable
java.lang.Throwablepublic ModelItem Insert(int index, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic void Move(int fromIndex,
int toIndex)
throws java.lang.Throwable
java.lang.Throwablepublic boolean Remove(ModelItem item) throws java.lang.Throwable
java.lang.Throwablepublic boolean Remove(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable
java.lang.Throwablepublic void removeCollectionChanged(NotifyCollectionChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ModelItem