PaneCollection
Inheritance: java.lang.Object
public class PaneCollection
Represents all Pane objects shown in the specified window.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAcitvePaneType()
public int getAcitvePaneType()
Gets the active pane.
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFirstVisibleColumnOfRightPane(int value)
public void setFirstVisibleColumnOfRightPane(int value)
Sets the first visible column of the right pane.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFirstVisibleRowOfBottomPane(int value)
public void setFirstVisibleRowOfBottomPane(int value)
Sets the first visible row of the bottom pane.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |