public class JTreeTable.ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
updatingListSelectionModel
Set to true when we are updating the ListSelectionModel.
|
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionModeCONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION| Constructor and Description |
|---|
ListToTreeSelectionModelWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected ListSelectionListener |
createListSelectionListener()
Creates and returns an instance of ListSelectionHandler.
|
ListSelectionModel |
getListSelectionModel()
Returns the list selection model.
|
void |
resetRowSelection()
This is overridden to set
updatingListSelectionModel and message super. |
protected void |
updateSelectedPathsFromSelectedRows()
If
updatingListSelectionModel is false, this will reset the selected paths
from the selected rows in the list selection model. |
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths, toString, updateLeadIndexprotected boolean updatingListSelectionModel
public ListSelectionModel getListSelectionModel()
public void resetRowSelection()
updatingListSelectionModel and message super. This
is the only place DefaultTreeSelectionModel alters the ListSelectionModel.resetRowSelection in interface TreeSelectionModelresetRowSelection in class DefaultTreeSelectionModelprotected ListSelectionListener createListSelectionListener()
protected void updateSelectedPathsFromSelectedRows()
updatingListSelectionModel is false, this will reset the selected paths
from the selected rows in the list selection model.Copyright © 2025 HtmlUnit. All rights reserved.