|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrero.client.Feature
rero.client.output.OutputCapabilities
Field Summary | |
protected InternalDataList |
data
|
protected boolean |
doTimestamp
|
protected UICapabilities |
gui
|
protected SetEnvironment |
sets
|
Fields inherited from class rero.client.Feature |
abilities |
Constructor Summary | |
OutputCapabilities()
|
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)
when the property gets changed you will be notified! |
Methods inherited from class rero.client.Feature |
cleanup, getCapabilities, installCapabilities, storeDataStructures |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SetEnvironment sets
protected UICapabilities gui
protected InternalDataList data
protected boolean doTimestamp
Constructor Detail |
public OutputCapabilities()
Method Detail |
public void init()
init
in class Feature
public void propertyChanged(String varname, String parm)
ClientStateListener
propertyChanged
in interface ClientStateListener
public void cycleQuery()
public void fireSetActive(HashMap event, String setName)
public void fireSetQuery(HashMap event, String from, String target, String setName)
public void fireSetConfused(HashMap event, String target, String setType, String setName)
public void fireSetOption(HashMap event, String variable, String setName)
public void fireSetTarget(HashMap event, String target, String setName)
public void fireSetAllDeadTarget(HashMap event, String target, String setName)
public void fireSetAllTarget(HashMap event, String target, String setName)
public void fireSetAllTarget2(HashMap event, String target, String setName)
public void fireSetStatus(HashMap event, String setName)
public void fireSetAll(HashMap event, String setName)
public String chooseSet(String target, String setNameActive, String setNameInActive)
public String getSet(HashMap event, String setName)
public String parseSet(HashMap event, String set_name)
public boolean isSet(String setName)
public void echoToTarget(String nickname, String text, boolean alwaysStatys)
public void echo(String window, String[] text, double percentage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |