Package io.keikai.ui.impl
Class Focus
java.lang.Object
io.keikai.ui.impl.Focus
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColor()intgetId()getName()intgetRow()inthashCode()booleanvoidvoidvoidsetPosition(int row, int col) voidsetSheetId(String sheetId) toString()
-
Constructor Details
-
Focus
public Focus(String id, String name, String color, String sheetId, int row, int col, Spreadsheet ss)
-
-
Method Details
-
getId
-
getSheetId
-
getName
-
getRow
public int getRow() -
getColumn
public int getColumn() -
setPosition
public void setPosition(int row, int col) -
setSheetId
-
setName
-
getColor
-
isDetached
public boolean isDetached() -
hashCode
public int hashCode() -
equals
-
toString
-
setColor
-