gnu.jemacs.buffer
public abstract class EFrame extends Object
Field Summary | |
---|---|
EWindow | firstWindow |
protected int | id |
static EFrame | selectedFrame |
EWindow | selectedWindow |
Constructor Summary | |
---|---|
EFrame() | |
EFrame(EWindow win) |
Method Summary | |
---|---|
abstract String | ask(String prompt) |
static String | defaultName() |
void | delete() |
EWindow | getFirstWindow() |
EWindow | getLastWindow() |
static EFrame | getSelectedFrame() |
EWindow | getSelectedWindow() |
abstract boolean | isLive() |
EWindow | otherWindow(int count) |
abstract void | setMenu(LList menu) |
String | toString() |
void | validate() |