Uses of Class
org.eclipse.actf.model.InvalidComponentException

Packages that use InvalidComponentException
org.eclipse.actf.accservice   
org.eclipse.actf.accservice.core   
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.accservice.javapp   
org.eclipse.actf.accservice.locate   
org.eclipse.actf.accservice.mozdom   
org.eclipse.actf.model.dom.traverse   
org.eclipse.actf.model.locate   
org.eclipse.actf.model.mozdom.traverse   
org.eclipse.actf.model.traverse   
 

Uses of InvalidComponentException in org.eclipse.actf.accservice
 

Methods in org.eclipse.actf.accservice that throw InvalidComponentException
 IAccessibleElement IAccessibilityService.createAccessibleElement(Object obj, Object[] params)
          create an IAccessibleElement from the given object and optional parameters.
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.core
 

Methods in org.eclipse.actf.accservice.core that throw InvalidComponentException
 void IAccessibleElement.checkIsValid()
          checks whether or not this accessible element is in a valid state.
 void IAccessibleEditableTextElement.copyText(int startIndex, int endIndex)
          Copies the text range into the clipboard.
 void IAccessibleEditableTextElement.cutText(int startIndex, int endIndex)
          Deletes a range of text and copies it to the clipboard.
 void IAccessibleEditableTextElement.deleteText(int startIndex, int endIndex)
          Deletes the text between two indices
 Object IAccessibleElement.getAccessibleAction()
          return the default action
 IAccessibleElement IAccessibleElement.getAccessibleChild(int index)
          return the child at the given index of this accessible element.
 int IAccessibleElement.getAccessibleChildCount()
          return the number of children of this element.
 IAccessibleElement[] IAccessibleElement.getAccessibleChildren()
          return all of the children of this accessible element.
 String IAccessibleElement.getAccessibleDescription()
          return description or use of control
 IAccessibleEditableTextElement IAccessibleElement2.getAccessibleEditableText()
          get the accessible Editable Text for this object
 IAccessibleImageElement[] IAccessibleElement2.getAccessibleImage()
          get the accessible image elements for this object
 int IAccessibleElement.getAccessibleIndexInParent()
          retreave the index of this accessible within its parent accessible
 String IAccessibleElement.getAccessibleKeyboardShortcut()
          return the keyboard shortcut or mnemonic
 Rectangle IAccessibleElement.getAccessibleLocation()
          Gets the bounds of this object in the form of a Rectangle object.
 String IAccessibleElement.getAccessibleName()
          return the name or short description of this element
 IAccessibleElement IAccessibleElement.getAccessibleParent()
          returns the parent accessible object.
 Map IAccessibleElement2.getAccessibleRelations()
          get the relations for this accessible element.
 String IAccessibleElement.getAccessibleRole()
          return role or function of control.
 IAccessibleElement[] IAccessibleElement.getAccessibleSelection()
          get the list of selected accessibles.
 Set IAccessibleElement.getAccessibleState()
          return the state of the control.
 IAccessibleTableElement IAccessibleElement2.getAccessibleTable()
          get the accessible table element for this object
 IAccessibleTextElement IAccessibleElement2.getAccessibleText()
          get the accessible text element for this object
 Object IAccessibleElement.getAccessibleValue()
          return the value (e.g. of a scroll bar or combo)
 Object IAccessibleTextElement.getAttributes(long offset)
          get the attributes at the specified offset of the text
 Object IAccessibleTableElement.getCaption()
          get the caption for the table
 long IAccessibleTextElement.getCaretOffset()
          get the offset of the caret for the accessible text object
 Object AccessibleElementTreeWalker.getChild(Object element, int index)
          default implementation returns the child at the specified index in the array returned by a call to getChildren.
 Object[] AccessibleElementTreeWalker.getChildren(Object element)
           
 long IAccessibleTableElement.getColumnCount()
          get the number of columns for the table
 String IAccessibleTableElement.getColumnDescription(long column)
          get the description for the specified column
 Object IAccessibleValueElement.getCurrentValue()
          get the current value
 String IAccessibleImageElement.getDescription()
          get the description for the accessible image
 int IAccessibleImageElement.getHeight()
          get the height for the accessible image
 Object IAccessibleValueElement.getMaximumValue()
          gets the maximum value supported by the control
 Object IAccessibleValueElement.getMinimumValue()
          gets the minimum value supported by the control
 Object AccessibleElementTreeWalker.getParent(Object element)
          return the parent of the given node.
 long IAccessibleTableElement.getRowCount()
          get the number of rows for the table
 String IAccessibleTableElement.getRowDescription(long row)
          get the description for the specified row
 int IAccessibleTableElement.getSelectedChildCount()
          get the number of selected chidren for the table
 int[] IAccessibleTableElement.getSelectedChildren()
          get the indices of the selected Children
 int[] IAccessibleTableElement.getSelectedColumns()
          get the indecies of the selected columns
 int[] IAccessibleTableElement.getSelectedRows()
          get the indecies of the selected rows
 String IAccessibleTextElement.getSelectedText(long index)
          get the text of the selected object
 long IAccessibleTextElement.getSelectedTextEnd(long index)
          get the ending index of the selected text
 long IAccessibleTextElement.getSelectedTextStart(long index)
          get the starting index of the selected text
 long IAccessibleTextElement.getSelectionCount()
          get number of active non-contiguous selections
 Object IAccessibleTableElement.getSummary()
          get the summary for the table
 String IAccessibleTextElement.getText()
          get the text for the accessible text object
 int IAccessibleImageElement.getWidth()
          get the width for the accessible image
 boolean AccessibleElementTreeWalker.hasChildren(Object element)
          returns whether or not the given node has any children.
 void IAccessibleEditableTextElement.insertText(int index, String s)
          Inserts the specified string at the given index/
 void IAccessibleEditableTextElement.pasteText(int startIndex)
          Pastes the text from the system clipboard into the text starting at the specified index.
 void IAccessibleEditableTextElement.replaceText(int startIndex, int endIndex, String s)
          Replaces the text between two indices with the specified string.
 void IAccessibleEditableTextElement.setAttributes(int startIndex, int endIndex, String[] as)
          Sets attributes for the text between two indices.
 void IAccessibleValueElement.setCurrentValue(Object value)
          set the current value of the control
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.core.win32.ia2
 

Methods in org.eclipse.actf.accservice.core.win32.ia2 that throw InvalidComponentException
 boolean IA2AccessibleText.addSelection(int startOffset, int endOffset)
          Adds a text selection.
 void IA2AccessibleEditableText.copyText(int startIndex, int endIndex)
           
 IAccessibleElement IA2AccessibilityService.createAccessibleElement(Object obj, Object[] params)
          create an IAccessibleElement from the given object and optional parameters.
 void IA2AccessibleEditableText.cutText(int startIndex, int endIndex)
           
 void IA2AccessibleEditableText.deleteText(int startIndex, int endIndex)
           
 boolean IA2Accessible.doDefaultAction()
           
 Object IA2Accessible.getAccessibleAction2()
           
 IA2AccessibleApplication IA2Accessible.getAccessibleApplication()
           
 String IA2Accessible.getAccessibleAttributes()
           
 IAccessibleElement IA2Accessible.getAccessibleChild(int childID)
          return the child with the given ID.
 IAccessibleElement[] IA2Accessible.getAccessibleChildren()
           
 IA2AccessibleComponent IA2Accessible.getAccessibleComponent()
           
 IAccessibleEditableTextElement IA2Accessible.getAccessibleEditableText()
           
 String IA2Accessible.getAccessibleExtendedRole()
           
 int IA2Accessible.getAccessibleExtendedStateCount()
           
 Set IA2Accessible.getAccessibleExtendedStates()
           
 List IA2Accessible.getAccessibleGroupPosition()
           
 IA2AccessibleHyperlink IA2Accessible.getAccessibleHyperlink()
           
 IA2AccessibleHypertext IA2Accessible.getAccessibleHypertext()
           
 IAccessibleImageElement[] IA2Accessible.getAccessibleImage()
          get the accessible image elements for this object
 int IA2Accessible.getAccessibleIndexInParent()
           
 Locale IA2Accessible.getAccessibleLocale()
           
 String IA2Accessible.getAccessibleLocalizedExtendedRole()
           
 Set IA2Accessible.getAccessibleLocalizedExtendedStates()
           
 IAccessibleElement IA2Accessible.getAccessibleParent()
          returns the parent accessible object.
 Map IA2Accessible.getAccessibleRelation(int relationIndex)
           
 int IA2Accessible.getAccessibleRelationCount()
           
 Map IA2Accessible.getAccessibleRelations()
          get the relations for this accessible element.
 String IA2Accessible.getAccessibleRole()
          return role or function of control.

Note: All attempts will be made to return one of the pre-defined role constants in AccessibleConstants. Should the role be unknown or not match one of the pre-defined constants, the original role string from the underlying accessibility model will be returned.

 Set IA2Accessible.getAccessibleState()
          return the state of the control. Note that the returned string may contain several states separated by commas.

Note: All attempts will be made to return one of the pre-defined state constants in AccessibleConstants. Should the state be unknown or not match one of the pre-defined constants, the original state from the underlying accessibility model will be returned.

 Set IA2Accessible.getAccessibleStates()
           
 IAccessibleTableElement IA2Accessible.getAccessibleTable()
          get the accessible table element for this object
 IAccessibleTextElement IA2Accessible.getAccessibleText()
          get the accessible text element for this object
 Object IA2Accessible.getAccessibleValue2()
          
 int IA2Accessible.getAccessibleWindowHandle()
           
 String IA2AccessibleApplication.getApplicationName()
          Return the application name
 String IA2AccessibleApplication.getApplicationVersion()
          Return the accessible application version
 Object IA2AccessibleText.getAttributes(long offset)
          get the attributes at the specified offset of the text
 Object IA2AccessibleTable.getCaption()
          get the caption for the table
 long IA2AccessibleText.getCaretOffset()
          get the offset of the caret for the accessible text object
 IA2Accessible IA2AccessibleTable.getCell(int row, int column)
           
 Rectangle IA2AccessibleText.getCharacterBounds(int offset, int coordType)
          Returns the bounding box of the specified position.
 int IA2AccessibleText.getCharacterCount()
           
 int IA2AccessibleTable.getChildIndex(int rowIndex, int colIndex)
           
 long IA2AccessibleTable.getColumnCount()
          get the number of columns for the table
 String IA2AccessibleTable.getColumnDescription(long column)
          get the description for the specified column
 int IA2AccessibleTable.getColumnExtentAt(int row, int column)
           
 IA2AccessibleTable IA2AccessibleTable.getColumnHeaders()
           
 int IA2AccessibleTable.getColumnIndex(int childIndex)
           
 Object IA2AccessibleValue.getCurrentValue()
          Get the value of this object as a Number.
 String IA2AccessibleImage.getDescription()
          get the description for the accessible image
 int IA2AccessibleImage.getHeight()
          get the height for the accessible image
 Point IA2AccessibleImage.getImagePosition()
           
 Object IA2AccessibleValue.getMaximumValue()
          get the maximum accessible value (e.g. for a slider control)
 Object IA2AccessibleValue.getMinimumValue()
          get the minimum accessible value (e.g. for a slider control)
 IA2TextSegment IA2AccessibleText.getNewText()
           
 int IA2AccessibleText.getOffsetAtPoint(Point point, int coordType)
           
 IA2TextSegment IA2AccessibleText.getOldText()
           
 IA2RowColumnExtents IA2AccessibleTable.getRowColumnExtentsAtIndex(int index)
           
 long IA2AccessibleTable.getRowCount()
          get the number of rows for the table
 String IA2AccessibleTable.getRowDescription(long row)
          get the description for the specified row
 int IA2AccessibleTable.getRowExtentAt(int row, int column)
           
 IA2AccessibleTable IA2AccessibleTable.getRowHeaders()
           
 int IA2AccessibleTable.getRowIndex(int childIndex)
           
 int IA2AccessibleTable.getSelectedAccessibleColumnCount()
           
 int IA2AccessibleTable.getSelectedAccessibleRowCount()
           
 int IA2AccessibleTable.getSelectedChildCount()
           
 int[] IA2AccessibleTable.getSelectedChildren()
           
 int[] IA2AccessibleTable.getSelectedColumns()
          get the indecies of the selected columns
 int[] IA2AccessibleTable.getSelectedRows()
          get the indecies of the selected rows
 String IA2AccessibleText.getSelectedText(long index)
          get the text of the selected object
 long IA2AccessibleText.getSelectedTextEnd(long index)
          get the ending index of the selected text
 long IA2AccessibleText.getSelectedTextStart(long index)
          get the starting index of the selected text
 long IA2AccessibleText.getSelectionCount()
          get number of active non-contiguous selections
 Object IA2AccessibleTable.getSummary()
          get the summary for the table
 IA2AccessibleTableModelChange IA2AccessibleTable.getTableModelChange()
           
 String IA2AccessibleText.getText()
          get the text for the accessible text object
 IA2TextSegment IA2AccessibleText.getTextAfterOffset(int offset, int boundaryType)
           
 IA2TextSegment IA2AccessibleText.getTextAtOffset(int offset, int boundaryType)
           
 IA2TextSegment IA2AccessibleText.getTextBeforeOffset(int offset, int boundaryType)
           
 String IA2AccessibleText.getTextRange(int startOffset, int endOffset)
           
 String IA2AccessibleApplication.getToolkitName()
          Return the toolkit name
 String IA2AccessibleApplication.getToolkitVersion()
          Return the accessible toolkit version
 int IA2Accessible.getUniqueID()
           
 int IA2AccessibleImage.getWidth()
          get the width for the accessible image
 void IA2AccessibleEditableText.insertText(int index, String s)
           
 boolean IA2AccessibleTable.isAccessibleColumnSelected(int column)
           
 boolean IA2AccessibleTable.isAccessibleRowSelected(int row)
           
 boolean IA2AccessibleTable.isAccessibleSelected(int row, int column)
           
 void IA2AccessibleEditableText.pasteText(int startIndex)
           
 boolean IA2AccessibleText.removeSelection(int selIndex)
           
 void IA2AccessibleEditableText.replaceText(int startIndex, int endIndex, String s)
           
 boolean IA2AccessibleText.scrollSubstringToPoint(int startOffset, int endOffset, int scrollType, int x, int y)
           
 boolean IA2Accessible.scrollTo(int topLeft)
           
 boolean IA2Accessible.scrollToPoint(int coordinateType, Point pt)
           
 boolean IA2AccessibleText.scrollToSubstring(int startOffset, int endOffset, int scrollType)
           
 boolean IA2AccessibleTable.selectAccessibleColumn(int column)
           
 boolean IA2AccessibleTable.selectAccessibleRow(int row)
           
 void IA2AccessibleEditableText.setAttributes(int startIndex, int endIndex, String[] as)
           
 boolean IA2AccessibleText.setCaretOffset(int offset)
           
 void IA2AccessibleValue.setCurrentValue(Object o)
          Set the value of this object as a Number.
 boolean IA2AccessibleText.setSelection(int selIndex, int startOffset, int endOffset)
           
 boolean IA2AccessibleTable.unSelectAccessibleColumn(int column)
           
 boolean IA2AccessibleTable.unSelectAccessibleRow(int row)
           
protected  void IA2WindowService.windowCallback(int hwnd)
          not to be used by clients; made public so that native code can reference
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.core.win32.msaa
 

Methods in org.eclipse.actf.accservice.core.win32.msaa that throw InvalidComponentException
 void MsaaAccessible.checkIsValid()
          tests whether or not this MsaaAccessible is in a valid state.
 IAccessibleElement MsaaAccessibilityService.createAccessibleElement(Object obj, Object[] params)
           
protected  void MsaaAccessible.dispose()
          dispose the native resources
 boolean MsaaAccessible.doDefaultAction()
           
 Object MsaaAccessible.getAccessibleAction()
          return the default action
 IAccessibleElement MsaaAccessible.getAccessibleChild(int index)
          return the accessible that has the given index in its parent.
 int MsaaAccessible.getAccessibleChildCount()
          return the number of children.
 IAccessibleElement[] MsaaAccessible.getAccessibleChildren()
          return all of the children of this MsaaAccessible.
 Object MsaaAccessible.getAccessibleDefaultAction()
           
 String MsaaAccessible.getAccessibleDescription()
          return description or use of control
 String MsaaAccessible.getAccessibleHelp()
          return help info (usually a tool tip)
 String MsaaAccessible.getAccessibleHelpTopic()
           
 int MsaaAccessible.getAccessibleIndexInParent()
          retreave the index of this accessible within its parent accessible
 String MsaaAccessible.getAccessibleKeyboardShortcut()
          return the keyboard shortcut or mnemonic
 Rectangle MsaaAccessible.getAccessibleLocation()
          Gets the bounds of this object in the form of a Rectangle object.
 String MsaaAccessible.getAccessibleMsaaRole()
           
 String MsaaAccessible.getAccessibleName()
          return the name or short description of this element
 IAccessibleElement MsaaAccessible.getAccessibleParent()
          returns the parent accessible object.
 String MsaaAccessible.getAccessibleRole()
          return role or function of control.
 IAccessibleElement[] MsaaAccessible.getAccessibleSelection()
          get the list of selected accessibles.
 Set MsaaAccessible.getAccessibleState()
          return the state of the control.
 Object MsaaAccessible.getAccessibleValue()
          return the value (e.g. of a scroll bar or combo)
 boolean MsaaAccessible.hasFocus()
          returns whether the accessible object has the keyboard focus
 boolean MsaaAccessible.select(int flag)
           
protected  void MsaaWindowService.windowCallback(int hwnd)
          not to be used by clients; made public so that native code can reference
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.javapp
 

Methods in org.eclipse.actf.accservice.javapp that throw InvalidComponentException
 void JavaAccessible.checkIsValid()
          checks whether or not this accessible element is in a valid state.
 void JavaAccessibleEditableText.copyText(int startIndex, int endIndex)
           
 IAccessibleElement JavaAccessibilityService.createAccessibleElement(Object obj, Object[] params)
           
 void JavaAccessibleEditableText.cutText(int startIndex, int endIndex)
           
 void JavaAccessibleEditableText.deleteText(int startIndex, int endIndex)
           
 Object JavaAccessible.getAccessibleAction()
          return the default action
 IAccessibleElement JavaAccessible.getAccessibleChild(int index)
          return the child at the given index of this accessible element.
 int JavaAccessible.getAccessibleChildCount()
          return the number of children of this element.
 IAccessibleElement[] JavaAccessible.getAccessibleChildren()
          return all of the children of this accessible element.
 String JavaAccessible.getAccessibleDescription()
          return description or use of control
 IAccessibleEditableTextElement JavaAccessible.getAccessibleEditableText()
           
 IAccessibleImageElement[] JavaAccessible.getAccessibleImage()
          get the accessible image elements for this object
 int JavaAccessible.getAccessibleIndexInParent()
          retreave the index of this accessible within its parent accessible
 String JavaAccessible.getAccessibleKeyboardShortcut()
          return the keyboard shortcut or mnemonic
 Rectangle JavaAccessible.getAccessibleLocation()
           
 String JavaAccessible.getAccessibleName()
          return the name or short description of this element
 IAccessibleElement JavaAccessible.getAccessibleParent()
          returns the parent accessible object.
 Map JavaAccessible.getAccessibleRelations()
          get the relations for this accessible element.
 String JavaAccessible.getAccessibleRole()
          return role or function of control.
 IAccessibleElement[] JavaAccessible.getAccessibleSelection()
          get the list of selected accessibles.
 Set JavaAccessible.getAccessibleState()
          return the state of the control.
 IAccessibleTableElement JavaAccessible.getAccessibleTable()
          get the accessible table element for this object
 IAccessibleTextElement JavaAccessible.getAccessibleText()
          get the accessible text element for this object
 Object JavaAccessible.getAccessibleValue()
          return the value (e.g. of a scroll bar or combo)
 String JavaAccessible.getAccessibleValueMax()
           
 String JavaAccessible.getAccessibleValueMin()
           
 Object JavaAccessibleText.getAttributes(long offset)
          get the attributes at the specified offset of the text
 Object JavaAccessibleTable.getCaption()
          get the caption for the table
 long JavaAccessibleText.getCaretOffset()
          get the offset of the caret for the accessible text object
 long JavaAccessibleTable.getColumnCount()
          get the number of columns for the table
 String JavaAccessibleTable.getColumnDescription(long column)
          get the description for the specified column
 Object JavaAccessibleValue.getCurrentValue()
           
 String JavaAccessibleImage.getDescription()
          get the description for the accessible image
 int JavaAccessibleImage.getHeight()
          get the height for the accessible image
 Object JavaAccessibleValue.getMaximumValue()
           
 Object JavaAccessibleValue.getMinimumValue()
           
 long JavaAccessibleTable.getRowCount()
          get the number of rows for the table
 String JavaAccessibleTable.getRowDescription(long row)
          get the description for the specified row
 int JavaAccessibleTable.getSelectedChildCount()
           
 int[] JavaAccessibleTable.getSelectedChildren()
           
 int[] JavaAccessibleTable.getSelectedColumns()
          get the indecies of the selected columns
 int[] JavaAccessibleTable.getSelectedRows()
          get the indecies of the selected rows
 String JavaAccessibleText.getSelectedText(long index)
          get the text of the selected object
 long JavaAccessibleText.getSelectedTextEnd(long index)
          get the ending index of the selected text
 long JavaAccessibleText.getSelectedTextStart(long index)
          get the starting index of the selected text
 long JavaAccessibleText.getSelectionCount()
          get number of active non-contiguous selections
 Object JavaAccessibleTable.getSummary()
          get the summary for the table
 String JavaAccessibleText.getText()
          get the text for the accessible text object
 int JavaAccessibleImage.getWidth()
          get the width for the accessible image
 void JavaAccessibleEditableText.insertText(int index, String s)
           
 void JavaAccessibleEditableText.pasteText(int startIndex)
           
 void JavaAccessibleEditableText.replaceText(int startIndex, int endIndex, String s)
           
 void JavaAccessibleEditableText.setAttributes(int startIndex, int endIndex, String[] as)
           
 void JavaAccessibleValue.setCurrentValue(Object value)
           
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.locate
 

Methods in org.eclipse.actf.accservice.locate that throw InvalidComponentException
protected  int AccessibleNodePointer.getRelativePositionByRole()
           
 

Uses of InvalidComponentException in org.eclipse.actf.accservice.mozdom
 

Methods in org.eclipse.actf.accservice.mozdom that throw InvalidComponentException
 void MozillaAccessible.checkIsValid()
          checks whether or not this accessible element is in a valid state.
 IAccessibleElement MozillaAccessibilityService.createAccessibleElement(Object obj, Object[] params)
          create an IAccessibleElement from the given object and optional parameters.
 String MozillaAccessible.getAccessibleAction()
          return the default action
 IAccessibleElement MozillaAccessible.getAccessibleChild(int index)
          return the child at the given index of this accessible element.
 int MozillaAccessible.getAccessibleChildCount()
          return the number of children of this element.
 IAccessibleElement[] MozillaAccessible.getAccessibleChildren()
          return all of the children of this accessible element.
 String MozillaAccessible.getAccessibleDescription()
           
 int MozillaAccessible.getAccessibleIndexInParent()
          retreave the index of this accessible within its parent accessible
 String MozillaAccessible.getAccessibleKeyboardShortcut()
          return the keyboard shortcut or mnemonic
 Rectangle MozillaAccessible.getAccessibleLocation()
           
 String MozillaAccessible.getAccessibleName()
          return the name or short description of this element
 IAccessibleElement MozillaAccessible.getAccessibleParent()
          returns the parent accessible object.
 Map<Long,org.mozilla.interfaces.nsIAccessible> MozillaAccessible.getAccessibleRelations()
           
 String MozillaAccessible.getAccessibleRole()
          return role or function of control.
 IAccessibleElement[] MozillaAccessible.getAccessibleSelection()
          get the list of selected accessibles.
 Set<String> MozillaAccessible.getAccessibleState()
          return the state of the control.
 String MozillaAccessible.getAccessibleValue()
          return the value (e.g. of a scroll bar or combo)
 

Uses of InvalidComponentException in org.eclipse.actf.model.dom.traverse
 

Methods in org.eclipse.actf.model.dom.traverse that throw InvalidComponentException
 Object[] DomTreeNodeWalker.getChildren(Object element)
          returns the children of the given node.
 Object DomTreeNodeWalker.getParent(Object element)
          return the parent of the given node.
 

Uses of InvalidComponentException in org.eclipse.actf.model.locate
 

Methods in org.eclipse.actf.model.locate that throw InvalidComponentException
protected  boolean BaseNodeIterator.next()
           
protected  Object BaseNodeIterator.nextSibling(Object child)
           
protected  boolean BaseNodeIterator.previous()
           
protected  Object BaseNodeIterator.previousSibling(Object child)
           
 

Uses of InvalidComponentException in org.eclipse.actf.model.mozdom.traverse
 

Methods in org.eclipse.actf.model.mozdom.traverse that throw InvalidComponentException
 Object[] MozillaDomTreeWalker.getChildren(Object element)
          returns the children of the given node.
 Object MozillaDomTreeWalker.getParent(Object element)
          return the parent of the given node.
 

Uses of InvalidComponentException in org.eclipse.actf.model.traverse
 

Methods in org.eclipse.actf.model.traverse that throw InvalidComponentException
 Object ITreeNodeWalker.getChild(Object element, int index)
          returns the child at the given index of the given node.
 Object AbstractTreeNodeWalker.getChild(Object element, int index)
          default implementation returns the child at the specified index in the array returned by a call to getChildren.
 Object[] ITreeNodeWalker.getChildren(Object element)
          returns the children of the given node.
 Object[] ITreeNodeWalker.getFilteredChildren(Object element)
          returns the children of the given node that pass all filteres that were added using the addNodeFilter method.
 Object[] AbstractTreeNodeWalker.getFilteredChildren(Object parent)
          returns the children of the given node that pass all filteres that were added using the addNodeFilter method.
 Object[] INodeWalker.getFilteredSuccessorNodes(Object node)
          retrieve the direct successors of the given element that pass each of the node filters added via the addNodeFilter method.
 Object[] AbstractTreeNodeWalker.getFilteredSuccessorNodes(Object node)
          retrieve the direct successors of the given element that pass each of the node filters added via the addNodeFilter method.
 Object ITreeNodeWalker.getParent(Object element)
          return the parent of the given node.
 Object[] INodeWalker.getPredecessorNodes(Object node)
          retreave the direct predecessors of the given element.
 Object[] AbstractTreeNodeWalker.getPredecessorNodes(Object node)
          retreave the direct predecessors of the given element.
 Object[] INodeWalker.getSuccessorNodes(Object node)
          retreave the direct successors of the given element.
 Object[] AbstractTreeNodeWalker.getSuccessorNodes(Object node)
          retreave the direct successors of the given element.
 boolean ITreeNodeWalker.hasChildren(Object element)
          returns whether or not the given node has any children.
 boolean AbstractTreeNodeWalker.hasChildren(Object element)
          returns whether or not the given node has any children.