Table of Contents

Class DefaultTreeSelectionModel

Namespace
Javax.Swing.Tree
Assembly
MASES.JNet.dll
public class DefaultTreeSelectionModel : JVMBridgeBase<DefaultTreeSelectionModel>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
DefaultTreeSelectionModel
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DefaultTreeSelectionModel>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DefaultTreeSelectionModel>.IsAssignableFrom<T>()
JVMBridgeBase<DefaultTreeSelectionModel>.Execute<T>(params T[])
JVMBridgeBase<DefaultTreeSelectionModel>.DynBridgeClazz
JVMBridgeBase<DefaultTreeSelectionModel>.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

DefaultTreeSelectionModel()

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

public DefaultTreeSelectionModel()

DefaultTreeSelectionModel(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

public DefaultTreeSelectionModel(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

PropertyChangeListeners

public PropertyChangeListener[] PropertyChangeListeners { get; }

Property Value

PropertyChangeListener[]

RowMapper

public RowMapper RowMapper { get; set; }

Property Value

RowMapper

SELECTION_MODE_PROPERTY

public static String SELECTION_MODE_PROPERTY { get; }

Property Value

String

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[]

TreeSelectionListeners

public TreeSelectionListener[] TreeSelectionListeners { get; }

Property Value

TreeSelectionListener[]

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()

GetListeners<T>(Class)

public T[] GetListeners<T>(Class arg0) where T : IEventListener, new()

Parameters

arg0 Class

Class

Returns

T[]

T

Type Parameters

T

IEventListener

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()

Operators

implicit operator Serializable(DefaultTreeSelectionModel)

public static implicit operator Serializable(DefaultTreeSelectionModel t)

Parameters

t DefaultTreeSelectionModel

Returns

Serializable

implicit operator Cloneable(DefaultTreeSelectionModel)

public static implicit operator Cloneable(DefaultTreeSelectionModel t)

Parameters

t DefaultTreeSelectionModel

Returns

Cloneable

implicit operator TreeSelectionModel(DefaultTreeSelectionModel)

public static implicit operator TreeSelectionModel(DefaultTreeSelectionModel t)

Parameters

t DefaultTreeSelectionModel

Returns

TreeSelectionModel