ServerTreeView:
Filter:
Classes | GUI > Views

ServerTreeView : Object

Show Server-side Node Tree

Description

ServerTreeView shows the node tree on a server.

NOTE: The ServerTreeView will disappear when the pointed server is not running.

Class Methods

ServerTreeView.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 ServerTreeView placed.

Inherited class methods

Instance Methods

.close

Close the receiver.

Inherited instance methods

Undocumented instance methods

.bounds

.makeWindow(bounds, parent)

.server

.start(interval: 0.5, actionIfFail)

.stop

.window

Examples