C# Класс Rhino.Tools.Debugger.Treetable.JTreeTable.ListToTreeSelectionModelWrapper

Наследование: DefaultTreeSelectionModel
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
updatingListSelectionModel bool

Открытые методы

Метод Описание
GetListSelectionModel ( ) : ListSelectionModel

Returns the list selection model.

Returns the list selection model. ListToTreeSelectionModelWrapper listens for changes to this model and updates the selected paths accordingly.

ListToTreeSelectionModelWrapper ( JTreeTable _enclosing ) : Java.Awt
ResetRowSelection ( ) : void

This is overridden to set updatingListSelectionModel and message super.

This is overridden to set updatingListSelectionModel and message super. This is the only place DefaultTreeSelectionModel alters the ListSelectionModel.

Защищенные методы

Метод Описание
CreateListSelectionListener ( ) : ListSelectionListener

Creates and returns an instance of ListSelectionHandler.

Creates and returns an instance of ListSelectionHandler.

UpdateSelectedPathsFromSelectedRows ( ) : void

If updatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model.

If updatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model.

Описание методов

CreateListSelectionListener() защищенный Метод

Creates and returns an instance of ListSelectionHandler.
Creates and returns an instance of ListSelectionHandler.
protected CreateListSelectionListener ( ) : ListSelectionListener
Результат ListSelectionListener

GetListSelectionModel() публичный Метод

Returns the list selection model.
Returns the list selection model. ListToTreeSelectionModelWrapper listens for changes to this model and updates the selected paths accordingly.
public GetListSelectionModel ( ) : ListSelectionModel
Результат ListSelectionModel

ListToTreeSelectionModelWrapper() публичный Метод

public ListToTreeSelectionModelWrapper ( JTreeTable _enclosing ) : Java.Awt
_enclosing JTreeTable
Результат Java.Awt

ResetRowSelection() публичный Метод

This is overridden to set updatingListSelectionModel and message super.
This is overridden to set updatingListSelectionModel and message super. This is the only place DefaultTreeSelectionModel alters the ListSelectionModel.
public ResetRowSelection ( ) : void
Результат void

UpdateSelectedPathsFromSelectedRows() защищенный Метод

If updatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model.
If updatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model.
protected UpdateSelectedPathsFromSelectedRows ( ) : void
Результат void

Описание свойств

updatingListSelectionModel защищенное свойство

Set to true when we are updating the ListSelectionModel.
Set to true when we are updating the ListSelectionModel.
protected bool updatingListSelectionModel
Результат bool