Table of Contents

Interface ITreeNode

Namespace
Javax.Swing.Tree
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/tree/TreeNode.html

public interface ITreeNode

Properties

AllowsChildren

bool AllowsChildren { get; }

Property Value

bool

ChildCount

int ChildCount { get; }

Property Value

int

Parent

TreeNode Parent { get; }

Property Value

TreeNode

Methods

Children()

Enumeration Children()

Returns

Enumeration

Enumeration

GetChildAt(int)

TreeNode GetChildAt(int arg0)

Parameters

arg0 int

int

Returns

TreeNode

TreeNode

GetIndex(TreeNode)

int GetIndex(TreeNode arg0)

Parameters

arg0 TreeNode

TreeNode

Returns

int

int

IsLeaf()

bool IsLeaf()

Returns

bool

bool