Class AtkTextIface

java.lang.Object
org.eclipse.swt.internal.accessibility.gtk.AtkTextIface

public class AtkTextIface extends Object
  • Field Details

    • get_text

      public int get_text
    • get_text_after_offset

      public int get_text_after_offset
    • get_text_at_offset

      public int get_text_at_offset
    • get_character_at_offset

      public int get_character_at_offset
    • get_text_before_offset

      public int get_text_before_offset
    • get_caret_offset

      public int get_caret_offset
    • get_run_attributes

      public int get_run_attributes
    • get_default_attributes

      public int get_default_attributes
    • get_character_extents

      public int get_character_extents
    • get_character_count

      public int get_character_count
    • get_offset_at_point

      public int get_offset_at_point
    • get_n_selections

      public int get_n_selections
    • get_selection

      public int get_selection
    • add_selection

      public int add_selection
    • remove_selection

      public int remove_selection
    • set_selection

      public int set_selection
    • set_caret_offset

      public int set_caret_offset
    • text_changed

      public int text_changed
    • text_caret_moved

      public int text_caret_moved
    • text_selection_changed

      public int text_selection_changed
    • get_range_extents

      public int get_range_extents
    • get_bounded_ranges

      public int get_bounded_ranges
  • Constructor Details

    • AtkTextIface

      public AtkTextIface()