Table of Contents

Class DefaultComboBoxModel<E>

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class DefaultComboBoxModel<E> : AbstractListModel<E>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

E
Inheritance
JVMBridgeBase
JVMBridgeBase<AbstractListModel<E>>
DefaultComboBoxModel<E>
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AbstractListModel<E>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AbstractListModel<E>>.IsAssignableFrom<T>()
JVMBridgeBase<AbstractListModel<E>>.Execute<T>(params T[])
JVMBridgeBase<AbstractListModel<E>>.DynBridgeClazz
JVMBridgeBase<AbstractListModel<E>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

DefaultComboBoxModel()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DefaultComboBoxModel()

DefaultComboBoxModel(Vector<E>)

public DefaultComboBoxModel(Vector<E> arg0)

Parameters

arg0 Vector<E>

Vector

DefaultComboBoxModel(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DefaultComboBoxModel(params object[] args)

Parameters

args object[]

DefaultComboBoxModel(E[])

public DefaultComboBoxModel(E[] arg0)

Parameters

arg0 E[]

E

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SelectedItem

public object SelectedItem { get; set; }

Property Value

object

Methods

AddAll<Arg0ExtendsE>(Collection<Arg0ExtendsE>)

public void AddAll<Arg0ExtendsE>(Collection<Arg0ExtendsE> arg0) where Arg0ExtendsE : E

Parameters

arg0 Collection<Arg0ExtendsE>

Collection

Type Parameters

Arg0ExtendsE

E

AddAll<Arg1ExtendsE>(int, Collection<Arg1ExtendsE>)

public void AddAll<Arg1ExtendsE>(int arg0, Collection<Arg1ExtendsE> arg1) where Arg1ExtendsE : E

Parameters

arg0 int

int

arg1 Collection<Arg1ExtendsE>

Collection

Type Parameters

Arg1ExtendsE

E

AddElement(E)

public void AddElement(E arg0)

Parameters

arg0 E

E

GetIndexOf(object)

public int GetIndexOf(object arg0)

Parameters

arg0 object

object

Returns

int

int

InsertElementAt(E, int)

public void InsertElementAt(E arg0, int arg1)

Parameters

arg0 E

E

arg1 int

int

RemoveAllElements()

public void RemoveAllElements()

RemoveElement(object)

public void RemoveElement(object arg0)

Parameters

arg0 object

object

RemoveElementAt(int)

public void RemoveElementAt(int arg0)

Parameters

arg0 int

int

Operators

implicit operator DefaultComboBoxModel(DefaultComboBoxModel<E>)

public static implicit operator DefaultComboBoxModel(DefaultComboBoxModel<E> t)

Parameters

t DefaultComboBoxModel<E>

Returns

DefaultComboBoxModel

implicit operator MutableComboBoxModel<E>(DefaultComboBoxModel<E>)

public static implicit operator MutableComboBoxModel<E>(DefaultComboBoxModel<E> t)

Parameters

t DefaultComboBoxModel<E>

Returns

MutableComboBoxModel<E>