com.raelity.jvi.swing
Interface ViCaret

All Superinterfaces:
Caret
All Known Implementing Classes:
DefaultViCaret

public interface ViCaret
extends Caret


Method Summary
 ViCursor getCursor()
           
 JTextComponent getTextComponent()
           
 void setCursor(ViCursor cursor)
           
 
Methods inherited from interface javax.swing.text.Caret
addChangeListener, deinstall, getBlinkRate, getDot, getMagicCaretPosition, getMark, install, isSelectionVisible, isVisible, moveDot, paint, removeChangeListener, setBlinkRate, setDot, setMagicCaretPosition, setSelectionVisible, setVisible
 

Method Detail

setCursor

void setCursor(ViCursor cursor)

getCursor

ViCursor getCursor()

getTextComponent

JTextComponent getTextComponent()