|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.raelity.jvi.Window
public final class Window
Vim references values in a structure, but we need to present a method
interface, so the vim code is not preserved as we'd like.
NEEDSWORK:
Constructor Summary | |
---|---|
Window(ViTextView editor)
|
Method Summary | |
---|---|
ViMark |
getMark(int i)
|
ViMark |
getPCMark()
|
ViMark |
getPrevPCMark()
|
int |
getWCurswant()
Get the column we'd like to be at. |
boolean |
getWPList()
list mode |
int |
getWPScroll()
scroll |
boolean |
getWSetCurswant()
If set, then update w_curswant the next time through cursupdate() to the current virtual column. |
int |
mouseClickedPosition(int offset)
A mouse click has just occured in this window. |
void |
pushPCMark()
|
void |
setWCursor(ViFPOS p)
Set the current location of the cursor in this window. |
void |
setWCurswant(int c)
Set the column we'd like to be at. |
void |
setWPList(boolean f)
|
void |
setWPScroll(int n)
|
void |
setWSetCurswant(boolean f)
|
void |
viewSizeChange()
Like win_new_height.... |
ViFPOS |
XXXgetWCursor()
The current location of the cursor in this window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Window(ViTextView editor)
Method Detail |
---|
public ViFPOS XXXgetWCursor()
public final void setWCursor(ViFPOS p)
public int getWCurswant()
public void setWCurswant(int c)
public boolean getWSetCurswant()
public void setWSetCurswant(boolean f)
public boolean getWPList()
public void setWPList(boolean f)
public int getWPScroll()
public void setWPScroll(int n)
public final ViMark getPCMark()
public final ViMark getPrevPCMark()
public void pushPCMark()
public final ViMark getMark(int i)
public void viewSizeChange()
public int mouseClickedPosition(int offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |