Uses of Class gnu.jemacs.buffer.EWindow

Uses in package gnu.jemacs.buffer

Constructors with parameter type gnu.jemacs.buffer.EWindow

Fields of type gnu.jemacs.buffer.EWindow

EWindow
EWindow
Next window in cyclic window ordering.
EWindow
Previous window in cyclic window ordering.
EWindow

Methods with parameter type gnu.jemacs.buffer.EWindow

void
EWindow.linkSibling(EWindow window, boolean horizontal)
Link a new window after this.
void
Command.perform(Object command, EWindow window)
void

Methods with return type gnu.jemacs.buffer.EWindow

EWindow
Buffer.display(boolean notThisWindow, EFrame frame)
EWindow
EWindow
EWindow
EWindow.getNextWindow(boolean forwards)
Return the next/previous window in the cyclic order of windows.
EWindow
EWindow
EWindow.getOtherWindow(boolean forwards)
Return the next/previous EWindow in the cyclic order of windows.
EWindow
EWindow
EWindow
EFrame.otherWindow(int count)
EWindow
EWindow.split(Buffer buffer, int lines, boolean horizontal)
Split this window into two.
EWindow
EWindow.split(int lines, boolean horizontal)
Split this window into two, showing this buffer in both windows.

Uses in package gnu.jemacs.swing

Classes derived from gnu.jemacs.buffer.EWindow

class
An Emacs window (EWindow) implemented using the Swing toolkits.

Constructors with parameter type gnu.jemacs.buffer.EWindow

Modeline.Modeline(EWindow window, StyledDocument modelineDocument)

Methods with return type gnu.jemacs.buffer.EWindow

EWindow
SwingWindow.split(Buffer buffer, int lines, boolean horizontal)

Uses in package gnu.jemacs.swt

Classes derived from gnu.jemacs.buffer.EWindow

class

Methods with return type gnu.jemacs.buffer.EWindow

EWindow
SwtWindow.split(Buffer buffer, int lines, boolean horizontal)
Split this window into two.