com.tapina.robe.swi.wimp
Class CaretPosition
java.lang.Object
com.tapina.robe.swi.wimp.CaretPosition
- public class CaretPosition
- extends java.lang.Object
This class represents the record of the position of the caret.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDU5_CARET
public static final int VDU5_CARET
- See Also:
- Constant Field Values
INVISIBLE
public static final int INVISIBLE
- See Also:
- Constant Field Values
USE_COLOUR
public static final int USE_COLOUR
- See Also:
- Constant Field Values
USE_WIMP_COLOUR
public static final int USE_WIMP_COLOUR
- See Also:
- Constant Field Values
CaretPosition
public CaretPosition(Window window,
int iconHandle)
getWindow
public Window getWindow()
setWindow
public void setWindow(Window window)
getIconHandle
public int getIconHandle()
setIconHandle
public void setIconHandle(int iconHandle)
getOffset
public java.awt.Point getOffset()
setOffset
public void setOffset(java.awt.Point offset)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getColour
public int getColour()
setColour
public void setColour(int colour)
getFlags
public int getFlags()
setFlags
public void setFlags(int flags)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
Copyright © 2003-2005 . All Rights Reserved.