PaneCollection

Inheritance: java.lang.Object

public class PaneCollection

Represents all Pane objects shown in the specified window.

Methods

MethodDescription
equals(Object arg0)
getAcitvePaneType()Gets the active pane.
getClass()
getFirstVisibleColumnOfRightPane()Gets the first visible column of the right pane.
getFirstVisibleRowOfBottomPane()Gets the first visible row of the bottom pane.
hashCode()
notify()
notifyAll()
setAcitvePaneType(int value)Sets the active pane.
setFirstVisibleColumnOfRightPane(int value)Sets the first visible column of the right pane.
setFirstVisibleRowOfBottomPane(int value)Sets the first visible row of the bottom pane.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAcitvePaneType()

public int getAcitvePaneType()

Gets the active pane.

See RectangleAlignmentType.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFirstVisibleColumnOfRightPane()

public int getFirstVisibleColumnOfRightPane()

Gets the first visible column of the right pane.

Returns: int

getFirstVisibleRowOfBottomPane()

public int getFirstVisibleRowOfBottomPane()

Gets the first visible row of the bottom pane.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAcitvePaneType(int value)

public void setAcitvePaneType(int value)

Sets the active pane.

See RectangleAlignmentType.

Parameters:

ParameterTypeDescription
valueint

setFirstVisibleColumnOfRightPane(int value)

public void setFirstVisibleColumnOfRightPane(int value)

Sets the first visible column of the right pane.

Parameters:

ParameterTypeDescription
valueint

setFirstVisibleRowOfBottomPane(int value)

public void setFirstVisibleRowOfBottomPane(int value)

Sets the first visible row of the bottom pane.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int