| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectElement
ISelectElement interface defines the methods to be implemented by the form select element such as combo box and list box.
| Field Summary | 
|---|
| Method Summary | |
|---|---|
|  int | getOptionsCount() | 
|  String | getOptionTextAt(int index) | 
|  int[] | getSelectedIndices() | 
|  void | setSelectedIndices(int[] indices) | 
| Methods inherited from interface org.eclipse.actf.model.dom.dombycom.INodeEx | 
|---|
| analyze, doClick, extractString, getAccessKey, getHeadingLevel, getLinkURI, getLocation, getNth, getStillPictureData, getText, highlight, setFocus, setText, unhighlight | 
| Methods inherited from interface org.w3c.dom.Node | 
|---|
| appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData | 
| Methods inherited from interface org.eclipse.actf.util.vocab.IEvalTarget | 
|---|
| getTerms | 
| Method Detail | 
|---|
void setSelectedIndices(int[] indices)
indices - the indices to be set.int[] getSelectedIndices()
int getOptionsCount()
String getOptionTextAt(int index)
index - the index of the option to be obtained.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||