Class AtkTextIface
- java.lang.Object
-
- org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
-
public class AtkTextIface extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description longadd_selectionlongget_bounded_rangeslongget_caret_offsetlongget_character_at_offsetlongget_character_countlongget_character_extentslongget_default_attributeslongget_n_selectionslongget_offset_at_pointlongget_range_extentslongget_run_attributeslongget_selectionlongget_textlongget_text_after_offsetlongget_text_at_offsetlongget_text_before_offsetlongremove_selectionlongset_caret_offsetlongset_selectionlongtext_caret_movedlongtext_changedlongtext_selection_changed
-
Constructor Summary
Constructors Constructor Description AtkTextIface()
-
-
-
Field Detail
-
get_text
public long get_text
-
get_text_after_offset
public long get_text_after_offset
-
get_text_at_offset
public long get_text_at_offset
-
get_character_at_offset
public long get_character_at_offset
-
get_text_before_offset
public long get_text_before_offset
-
get_caret_offset
public long get_caret_offset
-
get_run_attributes
public long get_run_attributes
-
get_default_attributes
public long get_default_attributes
-
get_character_extents
public long get_character_extents
-
get_character_count
public long get_character_count
-
get_offset_at_point
public long get_offset_at_point
-
get_n_selections
public long get_n_selections
-
get_selection
public long get_selection
-
add_selection
public long add_selection
-
remove_selection
public long remove_selection
-
set_selection
public long set_selection
-
set_caret_offset
public long set_caret_offset
-
text_changed
public long text_changed
-
text_caret_moved
public long text_caret_moved
-
text_selection_changed
public long text_selection_changed
-
get_range_extents
public long get_range_extents
-
get_bounded_ranges
public long get_bounded_ranges
-
-