rero.client.output
public class OutputCapabilities extends Feature implements ClientStateListener
| Field Summary | |
|---|---|
| protected InternalDataList | data |
| protected boolean | doTimestamp |
| protected UICapabilities | gui |
| protected SetEnvironment | sets |
| Method Summary | |
|---|---|
| String | chooseSet(String target, String setNameActive, String setNameInActive) |
| void | cycleQuery() sets the query to be the next non /window'd channel |
| void | echo(String window, String[] text, double percentage) |
| void | echoToTarget(String nickname, String text, boolean alwaysStatys) |
| void | fireSetActive(HashMap event, String setName) |
| void | fireSetAll(HashMap event, String setName) fires set echoing to all active windows |
| void | fireSetAllDeadTarget(HashMap event, String target, String setName) |
| void | fireSetAllTarget(HashMap event, String target, String setName) |
| void | fireSetAllTarget2(HashMap event, String target, String setName) |
| void | fireSetConfused(HashMap event, String target, String setType, String setName) fires a set for a "confusing" situation... |
| void | fireSetOption(HashMap event, String variable, String setName) analyzes variable and determines if user has chosen for event to go to status or active window. |
| void | fireSetQuery(HashMap event, String from, String target, String setName) fires a set for a query |
| void | fireSetStatus(HashMap event, String setName) fires set echoing to status window |
| void | fireSetTarget(HashMap event, String target, String setName) |
| String | getSet(HashMap event, String setName) |
| void | init() |
| boolean | isSet(String setName) |
| String | parseSet(HashMap event, String set_name) |
| void | propertyChanged(String varname, String parm) |