Interface ITreeSelectionModel
.NET interface for TO BE DEFINED FROM USER
public interface ITreeSelectionModel
Properties
LeadSelectionPath
TreePath LeadSelectionPath { get; }
Property Value
LeadSelectionRow
int LeadSelectionRow { get; }
Property Value
MaxSelectionRow
int MaxSelectionRow { get; }
Property Value
MinSelectionRow
int MinSelectionRow { get; }
Property Value
RowMapper
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#getRowMapper() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#setRowMapper(javax.swing.tree.RowMapper)
RowMapper RowMapper { get; set; }
Property Value
SelectionCount
int SelectionCount { get; }
Property Value
SelectionMode
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#getSelectionMode() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#setSelectionMode(int)
int SelectionMode { get; set; }
Property Value
SelectionPath
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#getSelectionPath() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#setSelectionPath(javax.swing.tree.TreePath)
TreePath SelectionPath { get; set; }
Property Value
SelectionPaths
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#getSelectionPaths() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/tree/TreeSelectionModel.html#setSelectionPaths(javax.swing.tree.TreePath[])
TreePath[] SelectionPaths { get; set; }
Property Value
- TreePath[]
SelectionRows
int[] SelectionRows { get; }
Property Value
- int[]
Methods
AddPropertyChangeListener(PropertyChangeListener)
void AddPropertyChangeListener(PropertyChangeListener arg0)
Parameters
AddSelectionPath(TreePath)
void AddSelectionPath(TreePath arg0)
Parameters
AddSelectionPaths(TreePath[])
void AddSelectionPaths(TreePath[] arg0)
Parameters
AddTreeSelectionListener(TreeSelectionListener)
void AddTreeSelectionListener(TreeSelectionListener arg0)
Parameters
ClearSelection()
void ClearSelection()
IsPathSelected(TreePath)
bool IsPathSelected(TreePath arg0)
Parameters
Returns
IsRowSelected(int)
bool IsRowSelected(int arg0)
Parameters
Returns
IsSelectionEmpty()
bool IsSelectionEmpty()
Returns
RemovePropertyChangeListener(PropertyChangeListener)
void RemovePropertyChangeListener(PropertyChangeListener arg0)
Parameters
RemoveSelectionPath(TreePath)
void RemoveSelectionPath(TreePath arg0)
Parameters
RemoveSelectionPaths(TreePath[])
void RemoveSelectionPaths(TreePath[] arg0)
Parameters
RemoveTreeSelectionListener(TreeSelectionListener)
void RemoveTreeSelectionListener(TreeSelectionListener arg0)
Parameters
ResetRowSelection()
void ResetRowSelection()