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 longchildren_changedlongconnect_property_change_handlerlongfocus_eventlongget_attributeslongget_descriptionlongget_index_in_parentlongget_layerlongget_mdi_zorderlongget_n_childrenlongget_namelongget_parentlongget_rolelonginitializelongproperty_changelongref_childlongref_relation_setlongref_state_setlongremove_property_change_handlerlongset_descriptionlongset_namelongset_parentlongset_rolelongstate_changelongvisible_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
-
-