CellWatch
Contents
[
Hide
]Inheritance: java.lang.Object
public class CellWatch
Represents Cell Watch Item in the ‘watch window’.
Constructors
| Constructor | Description | 
|---|---|
| CellWatch() | 
Methods
| Method | Description | 
|---|---|
| equals(Object arg0) | |
| getCellName() | Gets the name of the cell. | 
| getClass() | |
| getColumn() | Gets the column of the cell. | 
| getRow() | Gets the row of the cell. | 
| hashCode() | |
| notify() | |
| notifyAll() | |
| setCellName(String value) | Sets the name of the cell. | 
| setColumn(int value) | Sets the column of the cell. | 
| setRow(int value) | Sets the row of the cell. | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
CellWatch()
public CellWatch()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getCellName()
public String getCellName()
Gets the name of the cell.
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumn()
public int getColumn()
Gets the column of the cell.
Returns: int
getRow()
public int getRow()
Gets the row of the cell.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCellName(String value)
public void setCellName(String value)
Sets the name of the cell.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setColumn(int value)
public void setColumn(int value)
Sets the column of the cell.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
setRow(int value)
public void setRow(int value)
Sets the row of the cell.
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 |