gnu.jemacs.swt
public class SwtWindow extends EWindow implements VerifyKeyListener, FocusListener, KeyListener, MouseListener
Constructor Summary | |
---|---|
SwtWindow(Buffer buffer) | |
SwtWindow(Buffer buffer, boolean wantModeLine) |
Method Summary | |
---|---|
void | focusGained(FocusEvent e) |
void | focusLost(FocusEvent e) |
protected void | getCharSize() |
int | getHeight() |
int | getPoint() |
void | getReadyToShow(Composite parent, int firstVisibleLine) |
int | getWidth() |
void | handleCommand(Object command) |
void | handleKey(int code) |
void | keyPressed(KeyEvent e) |
void | keyReleased(KeyEvent e) |
void | mouseDoubleClick(MouseEvent e) |
void | mouseDown(MouseEvent e) |
void | mouseUp(MouseEvent e) |
void | setBuffer(Buffer buffer) |
void | setDot(int offset) |
void | setSelected() |
static void | show(KeyEvent e) |
EWindow | split(Buffer buffer, int lines, boolean horizontal) |
Object | tooLong(int pendingLength) |
void | unselect() |
void | updateModeline() |
void | verifyKey(VerifyEvent event) |
See Also: getCharSize
See Also: getHeight
See Also: getPoint
See Also: getWidth
See Also: setBuffer
See Also: EWindow
See Also: setSelected
Parameters: e
See Also: EWindow
See Also: unselect