| java.lang.Object gnu.jemacs.buffer.EWindow
All known Subclasses: gnu.jemacs.swt.SwtWindow, gnu.jemacs.swing.SwingWindow,
EWindow | abstract public class EWindow (Code) | | |
charHeight | protected int charHeight(Code) | | Nominal height in pixels of a character, if non-zero.
|
charWidth | protected int charWidth(Code) | | Nominal width in pixels of a character, if non-zero.
|
nextWindow | protected EWindow nextWindow(Code) | | Next window in cyclic window ordering.
|
pendingKeys | protected int[] pendingKeys(Code) | | |
pendingLength | protected int pendingLength(Code) | | |
prevWindow | protected EWindow prevWindow(Code) | | Previous window in cyclic window ordering.
|
delete | public void delete()(Code) | | |
deleteNoValidate | protected void deleteNoValidate()(Code) | | |
deleteOtherWindows | public void deleteOtherWindows()(Code) | | |
getCharSize | abstract protected void getCharSize()(Code) | | |
getHeight | abstract public int getHeight()(Code) | | Get the current height (in pixels) of this window.
|
getHeightInLines | public int getHeightInLines()(Code) | | |
getNextWindow | public EWindow getNextWindow(boolean forwards)(Code) | | Return the next/previous window in the cyclic order of windows.
Returns null if this is the last/first window in this EFrame.
|
getNextWindowInFrame | final public EWindow getNextWindowInFrame(int count)(Code) | | |
getOtherWindow | final public EWindow getOtherWindow(boolean forwards)(Code) | | Return the next/previous EWindow in the cyclic order of windows.
Returns first/last if this is the last/first window in this EFrame.
|
getPoint | abstract public int getPoint()(Code) | | Returns the "Emacs value" (1-origin) of point.
|
getWidth | abstract public int getWidth()(Code) | | Get the current width (in pixels) of this window.
|
getWidthInColumns | public int getWidthInColumns()(Code) | | |
handleCommand | public void handleCommand(Object command)(Code) | | |
handleKey | public void handleKey(int code)(Code) | | |
linkSibling | final protected void linkSibling(EWindow window, boolean horizontal)(Code) | | Link a new window after this.
|
pushPrefix | public void pushPrefix(int prefix)(Code) | | |
requestFocus | public void requestFocus()(Code) | | |
setDot | abstract public void setDot(int offset)(Code) | | |
setPoint | final public void setPoint(int point)(Code) | | |
setSelected | public void setSelected()(Code) | | |
split | final public EWindow split(int lines, boolean horizontal)(Code) | | Split this window into two, showing this buffer in both windows.
the new wndow. |
split | abstract public EWindow split(Buffer buffer, int lines, boolean horizontal)(Code) | | Split this window into two.
Display Var>buffer in the new window.
the new window. |
tooLong | abstract public Object tooLong(int pendingLength)(Code) | | |
unlink | final protected void unlink()(Code) | | |
unselect | abstract public void unselect()(Code) | | |
|
|