org.eclipse.swt.internal.accessibility.gtk
Class AtkTextIface

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

public class AtkTextIface
extends java.lang.Object


Field Summary
 long add_selection
           
 long get_caret_offset
           
 long get_character_at_offset
           
 long get_character_count
           
 long get_character_extents
           
 long get_default_attributes
           
 long get_n_selections
           
 long get_offset_at_point
           
 long get_run_attributes
           
 long get_selection
           
 long get_text
           
 long get_text_after_offset
           
 long get_text_at_offset
           
 long get_text_before_offset
           
 long remove_selection
           
 long set_caret_offset
           
 long set_selection
           
 long text_caret_moved
           
 long text_changed
           
 long text_selection_changed
           
 
Constructor Summary
AtkTextIface()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

AtkTextIface

public AtkTextIface()