|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INodeEx
The INodeEx interface defines the methods to be implemented by the node objects that are used in the application. These methods are basic functions for alternative interface.
Field Summary |
---|
Method Summary | |
---|---|
AnalyzedResult |
analyze(AnalyzedResult ar)
|
boolean |
doClick()
The click operation for the element will be simulated. |
String |
extractString()
|
char |
getAccessKey()
|
short |
getHeadingLevel()
|
String |
getLinkURI()
|
org.eclipse.swt.graphics.Rectangle |
getLocation()
|
int |
getNth()
This maybe a heavy task. |
String[] |
getStillPictureData()
|
String |
getText()
|
boolean |
highlight()
Highlight the node. |
boolean |
setFocus()
Set the Focus to the node. |
void |
setText(String text)
Set the text to the node. |
boolean |
unhighlight()
Unhighlight the node. |
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 |
---|
String extractString()
short getHeadingLevel()
String getLinkURI()
char getAccessKey()
int getNth()
boolean doClick()
boolean highlight()
boolean unhighlight()
boolean setFocus()
void setText(String text)
text
- the text to be set.String getText()
String[] getStillPictureData()
AnalyzedResult analyze(AnalyzedResult ar)
ar
- the instance of the AnalyzedResult for store the nodes.
org.eclipse.swt.graphics.Rectangle getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |