Class AtkComponentIface
- java.lang.Object
-
- org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
-
public class AtkComponentIface extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
add_focus_handler
long
contains
long
get_extents
long
get_layer
long
get_mdi_zorder
long
get_position
long
get_size
long
grab_focus
long
ref_accessible_at_point
long
remove_focus_handler
long
set_extents
long
set_position
long
set_size
-
Constructor Summary
Constructors Constructor Description AtkComponentIface()
-
-
-
Field Detail
-
add_focus_handler
public long add_focus_handler
-
contains
public long contains
-
ref_accessible_at_point
public long ref_accessible_at_point
-
get_extents
public long get_extents
-
get_position
public long get_position
-
get_size
public long get_size
-
grab_focus
public long grab_focus
-
remove_focus_handler
public long remove_focus_handler
-
set_extents
public long set_extents
-
set_position
public long set_position
-
set_size
public long set_size
-
get_layer
public long get_layer
-
get_mdi_zorder
public long get_mdi_zorder
-
-