equal
deleted
inserted
replaced
786 |
786 |
787 /** |
787 /** |
788 * Perform the specified Action on the object |
788 * Perform the specified Action on the object |
789 * |
789 * |
790 * @param i zero-based index of actions |
790 * @param i zero-based index of actions |
791 * @return true if the the action was performed; else false. |
791 * @return true if the action was performed; else false. |
792 */ |
792 */ |
793 public boolean doAccessibleAction(int i) { |
793 public boolean doAccessibleAction(int i) { |
794 return false; // To be fully implemented in a future release |
794 return false; // To be fully implemented in a future release |
795 } |
795 } |
796 |
796 |