Table of Contents

Class ListSelectionModel

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class ListSelectionModel : JVMBridgeBase<ListSelectionModel>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IListSelectionModel
Inheritance
JVMBridgeBase
JVMBridgeBase<ListSelectionModel>
ListSelectionModel
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ListSelectionModel>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ListSelectionModel>.IsAssignableFrom<T>()
JVMBridgeBase<ListSelectionModel>.Execute<T>(params T[])
JVMBridgeBase<ListSelectionModel>.DynBridgeClazz
JVMBridgeBase<ListSelectionModel>.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

ListSelectionModel()

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

[Obsolete("ListSelectionModel class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ListSelectionModel()

ListSelectionModel(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

[Obsolete("ListSelectionModel class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ListSelectionModel(params object[] args)

Parameters

args object[]

Properties

AnchorSelectionIndex

public int AnchorSelectionIndex { get; set; }

Property Value

int

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

LeadSelectionIndex

public int LeadSelectionIndex { get; set; }

Property Value

int

MULTIPLE_INTERVAL_SELECTION

public static int MULTIPLE_INTERVAL_SELECTION { get; }

Property Value

int

MaxSelectionIndex

public int MaxSelectionIndex { get; }

Property Value

int

MinSelectionIndex

public int MinSelectionIndex { get; }

Property Value

int

SINGLE_INTERVAL_SELECTION

public static int SINGLE_INTERVAL_SELECTION { get; }

Property Value

int

SINGLE_SELECTION

public static int SINGLE_SELECTION { get; }

Property Value

int

SelectedIndices

public int[] SelectedIndices { get; }

Property Value

int[]

SelectedItemsCount

public int SelectedItemsCount { get; }

Property Value

int

SelectionMode

public int SelectionMode { get; set; }

Property Value

int

ValueIsAdjusting

public bool ValueIsAdjusting { get; set; }

Property Value

bool

Methods

AddListSelectionListener(ListSelectionListener)

public void AddListSelectionListener(ListSelectionListener arg0)

Parameters

arg0 ListSelectionListener

ListSelectionListener

AddSelectionInterval(int, int)

public void AddSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

ClearSelection()

public void ClearSelection()

InsertIndexInterval(int, int, bool)

public void InsertIndexInterval(int arg0, int arg1, bool arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 bool

bool

IsSelectedIndex(int)

public bool IsSelectedIndex(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsSelectionEmpty()

public bool IsSelectionEmpty()

Returns

bool

bool

RemoveIndexInterval(int, int)

public void RemoveIndexInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

RemoveListSelectionListener(ListSelectionListener)

public void RemoveListSelectionListener(ListSelectionListener arg0)

Parameters

arg0 ListSelectionListener

ListSelectionListener

RemoveSelectionInterval(int, int)

public void RemoveSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetSelectionInterval(int, int)

public void SetSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int