Table of Contents

Class TreeSelectionModel

Namespace
Javax.Swing.Tree
Assembly
MASES.JNet.dll
public class TreeSelectionModel : JVMBridgeBase<TreeSelectionModel>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ITreeSelectionModel
Inheritance
JVMBridgeBase
JVMBridgeBase<TreeSelectionModel>
TreeSelectionModel
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TreeSelectionModel>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TreeSelectionModel>.IsAssignableFrom<T>()
JVMBridgeBase<TreeSelectionModel>.Execute<T>(params T[])
JVMBridgeBase<TreeSelectionModel>.DynBridgeClazz
JVMBridgeBase<TreeSelectionModel>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

TreeSelectionModel()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("TreeSelectionModel class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TreeSelectionModel()

TreeSelectionModel(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("TreeSelectionModel class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TreeSelectionModel(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTIGUOUS_TREE_SELECTION

public static int CONTIGUOUS_TREE_SELECTION { get; }

Property Value

int

DISCONTIGUOUS_TREE_SELECTION

public static int DISCONTIGUOUS_TREE_SELECTION { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LeadSelectionPath

public TreePath LeadSelectionPath { get; }

Property Value

TreePath

LeadSelectionRow

public int LeadSelectionRow { get; }

Property Value

int

MaxSelectionRow

public int MaxSelectionRow { get; }

Property Value

int

MinSelectionRow

public int MinSelectionRow { get; }

Property Value

int

RowMapper

public RowMapper RowMapper { get; set; }

Property Value

RowMapper

SINGLE_TREE_SELECTION

public static int SINGLE_TREE_SELECTION { get; }

Property Value

int

SelectionCount

public int SelectionCount { get; }

Property Value

int

SelectionMode

public int SelectionMode { get; set; }

Property Value

int

SelectionPath

public TreePath SelectionPath { get; set; }

Property Value

TreePath

SelectionPaths

public TreePath[] SelectionPaths { get; set; }

Property Value

TreePath[]

SelectionRows

public int[] SelectionRows { get; }

Property Value

int[]

Methods

AddPropertyChangeListener(PropertyChangeListener)

public void AddPropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

AddSelectionPath(TreePath)

public void AddSelectionPath(TreePath arg0)

Parameters

arg0 TreePath

TreePath

AddSelectionPaths(TreePath[])

public void AddSelectionPaths(TreePath[] arg0)

Parameters

arg0 TreePath[]

TreePath

AddTreeSelectionListener(TreeSelectionListener)

public void AddTreeSelectionListener(TreeSelectionListener arg0)

Parameters

arg0 TreeSelectionListener

TreeSelectionListener

ClearSelection()

public void ClearSelection()

IsPathSelected(TreePath)

public bool IsPathSelected(TreePath arg0)

Parameters

arg0 TreePath

TreePath

Returns

bool

bool

IsRowSelected(int)

public bool IsRowSelected(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsSelectionEmpty()

public bool IsSelectionEmpty()

Returns

bool

bool

RemovePropertyChangeListener(PropertyChangeListener)

public void RemovePropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

RemoveSelectionPath(TreePath)

public void RemoveSelectionPath(TreePath arg0)

Parameters

arg0 TreePath

TreePath

RemoveSelectionPaths(TreePath[])

public void RemoveSelectionPaths(TreePath[] arg0)

Parameters

arg0 TreePath[]

TreePath

RemoveTreeSelectionListener(TreeSelectionListener)

public void RemoveTreeSelectionListener(TreeSelectionListener arg0)

Parameters

arg0 TreeSelectionListener

TreeSelectionListener

ResetRowSelection()

public void ResetRowSelection()