Package io.keikai.ui.impl
Class Focus
- java.lang.Object
-
- io.keikai.ui.impl.Focus
-
- All Implemented Interfaces:
Serializable
public class Focus extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getColor()
int
getColumn()
String
getId()
String
getName()
int
getRow()
String
getSheetId()
int
hashCode()
boolean
isDetached()
void
setColor(String color)
void
setName(String name)
void
setPosition(int row, int col)
void
setSheetId(String sheetId)
String
toString()
-
-
-
Constructor Detail
-
Focus
public Focus(String id, String name, String color, String sheetId, int row, int col, Spreadsheet ss)
-
-
Method Detail
-
getId
public String getId()
-
getSheetId
public String getSheetId()
-
getName
public String getName()
-
getRow
public int getRow()
-
getColumn
public int getColumn()
-
setPosition
public void setPosition(int row, int col)
-
setSheetId
public void setSheetId(String sheetId)
-
setName
public void setName(String name)
-
getColor
public String getColor()
-
isDetached
public boolean isDetached()
-
setColor
public void setColor(String color)
-
-