public interface

IVisualNode

implements IVisualItem INode
com.pnfsoftware.jeb.core.output.tree.IVisualNode
Known Indirect Subclasses

Class Overview

A visual node.

Summary

Public Methods
abstract int getInitialExpansion()
Get the initial expansion level for this node.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.output.IVisualItem
From interface com.pnfsoftware.jeb.core.output.tree.INode

Public Methods

public abstract int getInitialExpansion ()

Get the initial expansion level for this node. This value can be used as a hint by UI clients, when they display the node for the first time.

Returns
  • currently, 1 or more means expand, 0 or less means do not expand