PaneCollection

PaneCollection class

Represents all Pane objects shown in the specified window.

class PaneCollection;

Methods

MethodDescription
getFirstVisibleRowOfBottomPane()Gets and sets the first visible row of the bottom pane.
setFirstVisibleRowOfBottomPane(number)Gets and sets the first visible row of the bottom pane.
getFirstVisibleColumnOfRightPane()Gets and sets the first visible column of the right pane.
setFirstVisibleColumnOfRightPane(number)Gets and sets the first visible column of the right pane.
getAcitvePaneType()Gets and sets the active pane.
setAcitvePaneType(RectangleAlignmentType)Gets and sets the active pane.
isNull()Checks whether the implementation object is null.

getFirstVisibleRowOfBottomPane()

Gets and sets the first visible row of the bottom pane.

getFirstVisibleRowOfBottomPane() : number;

setFirstVisibleRowOfBottomPane(number)

Gets and sets the first visible row of the bottom pane.

setFirstVisibleRowOfBottomPane(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getFirstVisibleColumnOfRightPane()

Gets and sets the first visible column of the right pane.

getFirstVisibleColumnOfRightPane() : number;

setFirstVisibleColumnOfRightPane(number)

Gets and sets the first visible column of the right pane.

setFirstVisibleColumnOfRightPane(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getAcitvePaneType()

Gets and sets the active pane.

getAcitvePaneType() : RectangleAlignmentType;

Returns

RectangleAlignmentType

setAcitvePaneType(RectangleAlignmentType)

Gets and sets the active pane.

setAcitvePaneType(value: RectangleAlignmentType) : void;

Parameters:

ParameterTypeDescription
valueRectangleAlignmentTypeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;