[java-atk-wrapper] HACKING: list unimplemented methods



commit d963473e80182f674d665f6d925015fbe8d59b2f
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Nov 22 19:00:50 2014 +0000

    HACKING: list unimplemented methods
    
    Also list unimplemented interface and testing to be done
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740539

 HACKING |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 78 insertions(+), 3 deletions(-)
---
diff --git a/HACKING b/HACKING
index b822cc0..f2ed395 100644
--- a/HACKING
+++ b/HACKING
@@ -19,8 +19,83 @@ To file a bug against java-atk-wrapper:
 
 Feel free to upload a patch to your bug for review.
 
+Testing
+-------
 
-Currently unimplemented ATK methods
------------------------------------
+All Selection and Hypertext methods seem to be implemented but have not been
+fully tested yet.
+
+Methods Not Yet Fully Implemented
+---------------------------------
+
+Action Interface:
+  get_localized_name
+  set_description
+
+Component Interface:
+  add_focus_handler
+  get_mdi_zorder
+  get_alpha
+  remove_focus_handler
+
+Document Interface (not yet implemented):
+  get_document_type
+  get_document
+  get_attribute_value
+  get_attribute_value
+  get_attributes
+  get_locale
+  get_current_page_number
+  get_page_count
+
+EditableText:
+  set_run_attributes
+
+HyperlinkImpl:
+TODO Currently Not fully documented by ATK
+
+Image:
+  get_image_locale
+  set_image_description
+
+StreamableContent (not yet implemented and may not have java equivalent):
+  get_n_mime_types
+  content_get_mime_type
+  content_get_stream
+  content_get_uri
+
+Table:
+  set_caption
+  set_row_description
+  set_column_description
+  set_row_header
+  set_column_header
+  set_summary
+  add_column_selection
+  add_row_selection
+
+TableCell (not yet implemented):
+  get_column_span
+  get_column_header_cells
+  get_position
+  get_row_span
+  get_row_header_cells
+  get_row_column_span
+  cell_get_table
+
+Text:
+  set_free
+  attribute_register
+  attribute_get_name
+  attribute_for_name
+  attribute_get_value
+
+Value:
+  get_minimum_increment
+  get_range
+  get_sub_ranges
+  get_value_and_text
+  set_value
+
+Window (Signals interface not yet implemented)
 
-TODO list here


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]