CellWatch

Inheritance: java.lang.Object

public class CellWatch

Represents Cell Watch Item in the ‘watch window’.

Constructors

ConstructorDescription
CellWatch()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setColumn(int value)

public void setColumn(int value)

Sets the column of the cell.

Parameters:

ParameterTypeDescription
valueint

setRow(int value)

public void setRow(int value)

Sets the row of the cell.

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