Table of Contents

Interface ITreeSelectionModel

Namespace
Javax.Swing.Tree
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ITreeSelectionModel

Properties

LeadSelectionPath

TreePath LeadSelectionPath { get; }

Property Value

TreePath

LeadSelectionRow

int LeadSelectionRow { get; }

Property Value

int

MaxSelectionRow

int MaxSelectionRow { get; }

Property Value

int

MinSelectionRow

int MinSelectionRow { get; }

Property Value

int

RowMapper

RowMapper RowMapper { get; set; }

Property Value

RowMapper

SelectionCount

int SelectionCount { get; }

Property Value

int

SelectionMode

int SelectionMode { get; set; }

Property Value

int

SelectionPath

TreePath SelectionPath { get; set; }

Property Value

TreePath

SelectionPaths

TreePath[] SelectionPaths { get; set; }

Property Value

TreePath[]

SelectionRows

int[] SelectionRows { get; }

Property Value

int[]

Methods

AddPropertyChangeListener(PropertyChangeListener)

void AddPropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

AddSelectionPath(TreePath)

void AddSelectionPath(TreePath arg0)

Parameters

arg0 TreePath

TreePath

AddSelectionPaths(TreePath[])

void AddSelectionPaths(TreePath[] arg0)

Parameters

arg0 TreePath[]

TreePath

AddTreeSelectionListener(TreeSelectionListener)

void AddTreeSelectionListener(TreeSelectionListener arg0)

Parameters

arg0 TreeSelectionListener

TreeSelectionListener

ClearSelection()

void ClearSelection()

IsPathSelected(TreePath)

bool IsPathSelected(TreePath arg0)

Parameters

arg0 TreePath

TreePath

Returns

bool

bool

IsRowSelected(int)

bool IsRowSelected(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsSelectionEmpty()

bool IsSelectionEmpty()

Returns

bool

bool

RemovePropertyChangeListener(PropertyChangeListener)

void RemovePropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

RemoveSelectionPath(TreePath)

void RemoveSelectionPath(TreePath arg0)

Parameters

arg0 TreePath

TreePath

RemoveSelectionPaths(TreePath[])

void RemoveSelectionPaths(TreePath[] arg0)

Parameters

arg0 TreePath[]

TreePath

RemoveTreeSelectionListener(TreeSelectionListener)

void RemoveTreeSelectionListener(TreeSelectionListener arg0)

Parameters

arg0 TreeSelectionListener

TreeSelectionListener

ResetRowSelection()

void ResetRowSelection()