edu.wisc.trace.urcsdk.client.pret
Class SecretInteractor

java.lang.Object
  extended by edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
      extended by edu.wisc.trace.urcsdk.client.pret.InputInteractor
          extended by edu.wisc.trace.urcsdk.client.pret.SecretInteractor
All Implemented Interfaces:
IInteractor, ISocketElementListener

public class SecretInteractor
extends InputInteractor

SecretInteractor is a class representing text input that must be kept hidden, e.g. password inputs.

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center Created on: Sep 14, 2004

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
SecretInteractor()
          Creates a new SecretInteractor instance.
SecretInteractor(org.w3c.dom.Element rootElement, IUISocketElement socketElement)
          Creates a new SecretInteractor 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

SecretInteractor

public SecretInteractor()
Creates a new SecretInteractor instance.


SecretInteractor

public SecretInteractor(org.w3c.dom.Element rootElement,
                        IUISocketElement socketElement)
                 throws UrcException
Creates a new SecretInteractor instance.

Parameters:
rootElement - an Element value
socketElement - an IUISocketElement value
Throws:
UrcException
Method Detail

setIncremental

public void setIncremental(boolean value)
Overrides:
setIncremental in class InputInteractor

getIncremental

public boolean getIncremental()
Overrides:
getIncremental in class InputInteractor

parse

public void parse(org.w3c.dom.Element rootElement)
           throws UrcException
Description copied from class: AbstractInteractor
parse parses the XML for this interactor and converts the data into programmatically accessible objects.

Overrides:
parse in class InputInteractor
Parameters:
rootElement - an Element value
Throws:
UrcException


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.