rero.gui.windows
public abstract class EmptyWindow extends StatusWindow implements ClientWindowListener
| Field Summary | |
|---|---|
| protected LinkedList | listeners |
| Method Summary | |
|---|---|
| void | addClickListener(ClickListener l) |
| int | compareWindowType() |
| void | fireClickEvent(String text, MouseEvent mev) |
| WrappedDisplay | getDisplay() |
| abstract ImageIcon | getImageIcon() |
| InputField | getInput() |
| abstract String | getName() |
| String | getQuery() |
| WindowStatusBar | getStatusBar() |
| String | getTitle() |
| ClientWindow | getWindow() |
| String | getWindowType() |
| void | init(ClientWindow _frame) |
| abstract void | init() |
| void | installCapabilities(Capabilities c) |
| boolean | isLegalWindow() |
| boolean | isOpen() |
| void | onActive(ClientWindowEvent ev) |
| void | onClose(ClientWindowEvent ev) |
| void | onInactive(ClientWindowEvent ev) |
| void | onMinimize(ClientWindowEvent ev) |
| void | onOpen(ClientWindowEvent ev) |
| void | setQuery(String q) |
| void | setTitle(String title) |
| void | touch() |