Table of Contents

Interface IListSelectionModel

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IListSelectionModel

Properties

AnchorSelectionIndex

int AnchorSelectionIndex { get; set; }

Property Value

int

LeadSelectionIndex

int LeadSelectionIndex { get; set; }

Property Value

int

MaxSelectionIndex

int MaxSelectionIndex { get; }

Property Value

int

MinSelectionIndex

int MinSelectionIndex { get; }

Property Value

int

SelectedIndices

int[] SelectedIndices { get; }

Property Value

int[]

SelectedItemsCount

int SelectedItemsCount { get; }

Property Value

int

SelectionMode

int SelectionMode { get; set; }

Property Value

int

ValueIsAdjusting

bool ValueIsAdjusting { get; set; }

Property Value

bool

Methods

AddListSelectionListener(ListSelectionListener)

void AddListSelectionListener(ListSelectionListener arg0)

Parameters

arg0 ListSelectionListener

ListSelectionListener

AddSelectionInterval(int, int)

void AddSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

ClearSelection()

void ClearSelection()

InsertIndexInterval(int, int, bool)

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

Parameters

arg0 int

int

arg1 int

int

arg2 bool

bool

IsSelectedIndex(int)

bool IsSelectedIndex(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsSelectionEmpty()

bool IsSelectionEmpty()

Returns

bool

bool

RemoveIndexInterval(int, int)

void RemoveIndexInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

RemoveListSelectionListener(ListSelectionListener)

void RemoveListSelectionListener(ListSelectionListener arg0)

Parameters

arg0 ListSelectionListener

ListSelectionListener

RemoveSelectionInterval(int, int)

void RemoveSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetSelectionInterval(int, int)

void SetSelectionInterval(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int