|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViFPOS
A position in a file/document.
Nested Class Summary | |
---|---|
static class |
ViFPOS.abstractFPOS
|
Method Summary | |
---|---|
ViFPOS |
copy()
Make a copy |
int |
getColumn()
|
int |
getLine()
|
int |
getOffset()
|
void |
set(int line,
int column)
Set the position. |
void |
set(ViFPOS fpos)
This is a convenience for set(fpos.getLine(), fpos.getColumn()); |
void |
setColumn(int col)
Set the column, leave the line unchanged. |
void |
setLine(int line)
Set the line, leave the column unchanged. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
int getLine()
int getColumn()
int getOffset()
void set(int line, int column)
void set(ViFPOS fpos)
void setColumn(int col)
void setLine(int line)
ViFPOS copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |