[g-a-devel] Java ATK Wrapper unimplented methods



Hi list,

Without fully testing each one I went through the java-atk-wrapper code and have been able to identify the following methods and interfaces as being unimplemented or as having an implementation which is incomplete:

Action:
  get_localized_name
  set_description

Component:
  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

For now it would be useful to get some feedback on what might be a good idea to focus on implementing. Alejandro has indicated the text interface as quite important so I am thinking this might be the best place to start but I am a bit concerned about what I am seeing with the focus stuff too. I am also quite keen to further investigate what's happening with the Windows interface signals in jawobject.c. Generally, I am interested in what the first impressions on this are so far, before going ahead with a strategy on addressing some of these implementations for java-atk-wrapper.

Magdalen



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