Package org.luwrain.core
Interface HotPointControl
- All Superinterfaces:
HotPoint
- All Known Subinterfaces:
MultilineCorrector.Model
- All Known Implementing Classes:
Area,ConsoleArea,EditArea,EditListPopup,FilePopup,FormArea,FormPopup,HotPointShift,MessageArea,NavigationArea,ProgressArea,SimpleArea,SimpleEditPopup,SpellCheckingEditArea,WizardArea,WizardAreaObj
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintvoidsetHotPointX(int value) voidsetHotPointY(int value)
-
Method Details
-
beginHotPointTrans
void beginHotPointTrans() -
endHotPointTrans
void endHotPointTrans() -
getHotPointX
int getHotPointX()- Specified by:
getHotPointXin interfaceHotPoint
-
setHotPointX
void setHotPointX(int value) -
getHotPointY
int getHotPointY()- Specified by:
getHotPointYin interfaceHotPoint
-
setHotPointY
void setHotPointY(int value)
-