|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.pret.AbstractInteractor
edu.wisc.trace.urcsdk.client.pret.InputInteractor
public class InputInteractor
InputInteractor single-line represents text-entry
interactors.
| Field Summary |
|---|
| Fields inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor |
|---|
calculable, cohesion, domain, executable, id, navindex, readable, ref, rootElement, socketElement, widget, writeable |
| Constructor Summary | |
|---|---|
InputInteractor()
Creates a new InputInteractor instance. |
|
InputInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
Creates a new InputInteractor instance. |
|
| Method Summary | |
|---|---|
boolean |
getIncremental()
|
void |
parse(org.w3c.dom.Element rootElement)
parse parses the XML for this interactor and converts the data into programmatically
accessible objects. |
void |
setIncremental(boolean value)
|
| Methods inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor |
|---|
getDomain, getID, getNavindex, getPretDomain, getRef, getSelfRef, getSocketElement, getUIComponent, parse, setCalculable, setID, setNavindex, setRootElement, setSocketElement, setWidget, updateExecutable, updateReadable, updateResources, updateValue, updateWriteable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputInteractor()
InputInteractor instance.
public InputInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
throws UrcException
InputInteractor instance.
rootElement - an Element valuesocketElement - an IUISocketElement value
UrcException| Method Detail |
|---|
public void setIncremental(boolean value)
public boolean getIncremental()
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
AbstractInteractorparse parses the XML for this interactor and converts the data into programmatically
accessible objects.
parse in class AbstractInteractorrootElement - an Element value
UrcException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||