| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.jemacs.buffer.EWindowgnu.jemacs.swt.SwtWindowpublic class SwtWindowextends EWindowimplements VerifyKeyListener, FocusListener, KeyListener, MouseListenerField Summary |
Fields inherited from class gnu.jemacs.buffer.EWindow | |
buffer, charHeight, charWidth, frame, nextWindow, pendingKeys, pendingLength, prevWindow | |
Method Summary | |
void |
|
void |
|
protected void | |
int | |
int |
|
void |
|
int |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void | |
static void |
|
EWindow | |
Object |
|
void |
|
void | |
void |
|
Methods inherited from class gnu.jemacs.buffer.EWindow | |
delete, deleteNoValidate, deleteOtherWindows, getBuffer, getCharSize, getFrame, getHeight, getHeightInLines, getNextWindow, getNextWindowInFrame, getOtherWindow, getPoint, getSelected, getWidth, getWidthInColumns, handleCommand, handleKey, linkSibling, lookupKey, pushPrefix, requestFocus, setBuffer, setDot, setFrame, setPoint, setSelected, setSelected, split, split, toString, tooLong, unlink, unselect | |
public void focusGained(FocusEvent e)
public void focusLost(FocusEvent e)
protected void getCharSize()
- Overrides:
- getCharSize in interface EWindow
- See Also:
EWindow.getCharSize()
public void getReadyToShow(Composite parent,
int firstVisibleLine)public void keyPressed(KeyEvent e)
public void keyReleased(KeyEvent e)
public void mouseDoubleClick(MouseEvent e)
public void mouseDown(MouseEvent e)
public void mouseUp(MouseEvent e)
public void setSelected()
- Overrides:
- setSelected in interface EWindow
- See Also:
EWindow.setSelected()
public static void show(KeyEvent e)
- Parameters:
e-
public EWindow split(Buffer buffer, int lines, boolean horizontal)
Split this window into two. Display Var>buffer in the new window.
- Returns:
- the new window.
public void updateModeline()
public void verifyKey(VerifyEvent event)