summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibilityTreeModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/test/accessibility/AccessibilityTreeModel.java')
-rw-r--r--toolkit/test/accessibility/AccessibilityTreeModel.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/toolkit/test/accessibility/AccessibilityTreeModel.java b/toolkit/test/accessibility/AccessibilityTreeModel.java
index 4bf258ce7f55..bc6abf8457eb 100644
--- a/toolkit/test/accessibility/AccessibilityTreeModel.java
+++ b/toolkit/test/accessibility/AccessibilityTreeModel.java
@@ -71,21 +71,6 @@ public class AccessibilityTreeModel
}
-
-
- /** Inform all listeners (especially the renderer) of a change of the
- tree's structure.
- @param aNode This node specifies the sub tree in which all changes
- take place.
- */
- public void FireTreeStructureChanged (AccessibleTreeNode aNode)
- {
- }
-
-
-
-
-
@Override
public synchronized void setRoot (AccessibleTreeNode aRoot)
{
@@ -339,12 +324,6 @@ public class AccessibilityTreeModel
}
}
- protected TreeModelEvent createEvent (XAccessibleContext xParent)
- {
- AccessibleTreeNode aParentNode = maNodeMap.GetNode (xParent);
- return new TreeModelEvent (this, createPath (aParentNode));
- }
-
/** Create a TreeModelEvent object that informs listeners that one child
has been removed from or inserted into its parent.
*/