Class AtkObjectClass
- java.lang.Object
-
- org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
-
public class AtkObjectClass extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
children_changed
long
connect_property_change_handler
long
focus_event
long
get_attributes
long
get_description
long
get_index_in_parent
long
get_layer
long
get_mdi_zorder
long
get_n_children
long
get_name
long
get_parent
long
get_role
long
initialize
long
property_change
long
ref_child
long
ref_relation_set
long
ref_state_set
long
remove_property_change_handler
long
set_description
long
set_name
long
set_parent
long
set_role
long
state_change
long
visible_data_changed
-
Constructor Summary
Constructors Constructor Description AtkObjectClass()
-
-
-
Field Detail
-
get_name
public long get_name
-
get_description
public long get_description
-
get_parent
public long get_parent
-
get_n_children
public long get_n_children
-
ref_child
public long ref_child
-
get_index_in_parent
public long get_index_in_parent
-
ref_relation_set
public long ref_relation_set
-
get_role
public long get_role
-
get_layer
public long get_layer
-
get_mdi_zorder
public long get_mdi_zorder
-
ref_state_set
public long ref_state_set
-
set_name
public long set_name
-
set_description
public long set_description
-
set_parent
public long set_parent
-
set_role
public long set_role
-
connect_property_change_handler
public long connect_property_change_handler
-
remove_property_change_handler
public long remove_property_change_handler
-
initialize
public long initialize
-
children_changed
public long children_changed
-
focus_event
public long focus_event
-
property_change
public long property_change
-
state_change
public long state_change
-
visible_data_changed
public long visible_data_changed
-
get_attributes
public long get_attributes
-
-