NodeTreeView:
Filter:
Classes | GUI > Views

NodeTreeView : Object

Show Server-side Node Tree

Description

NodeTreeView shows the node tree on a server.

Class Methods

NodeTreeView.new(server, bounds, parent)

Arguments:

server

The server to display its node tree.

bounds

A Rect, or any object responding to the .asRect method.

parent

The View or Window where a NodeTreeView placed.

Inherited class methods

Instance Methods

.close

Close the receiver.

Inherited instance methods

Undocumented instance methods

.bounds

.front

.makeWindow(bounds, parent)

.server

.start(interval: 0.5, actionIfFail)

.stop

.window

Examples