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

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

public class AtkSelectionIface
extends java.lang.Object


Field Summary
 long add_selection
           
 long clear_selection
           
 long get_selection_count
           
 long is_child_selected
           
 long ref_selection
           
 long remove_selection
           
 long select_all_selection
           
 long selection_changed
           
 
Constructor Summary
AtkSelectionIface()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

add_selection

public long add_selection

clear_selection

public long clear_selection

ref_selection

public long ref_selection

get_selection_count

public long get_selection_count

is_child_selected

public long is_child_selected

remove_selection

public long remove_selection

select_all_selection

public long select_all_selection

selection_changed

public long selection_changed
Constructor Detail

AtkSelectionIface

public AtkSelectionIface()