java.lang.Object
org.eclipse.swt.accessibility.AccessibleObject
- class AccessibleObject
- extends java.lang.Object
|
Constructor Summary |
(package private) |
AccessibleObject(long type,
long widget,
Accessible accessible,
long parentType,
boolean isLightweight)
|
|
Method Summary |
(package private) void |
addChild(AccessibleObject child)
|
(package private) static long |
atkAction_get_keybinding(long atkObject,
long index)
|
(package private) static long |
atkAction_get_name(long atkObject,
long index)
|
(package private) static long |
atkComponent_get_extents(long atkObject,
long x,
long y,
long width,
long height,
long coord_type)
|
(package private) static long |
atkComponent_get_position(long atkObject,
long x,
long y,
long coord_type)
|
(package private) static long |
atkComponent_get_size(long atkObject,
long width,
long height,
long coord_type)
|
(package private) static long |
atkComponent_ref_accessible_at_point(long atkObject,
long x,
long y,
long coord_type)
|
(package private) static long |
atkHypertext_get_link_index(long atkObject,
long char_index)
|
(package private) static long |
atkHypertext_get_link(long atkObject,
long link_index)
|
(package private) static long |
atkHypertext_get_n_links(long atkObject)
|
(package private) static long |
atkObject_get_description(long atkObject)
|
(package private) static long |
atkObject_get_index_in_parent(long atkObject)
|
(package private) static long |
atkObject_get_n_children(long atkObject)
|
(package private) static long |
atkObject_get_name(long atkObject)
|
(package private) static long |
atkObject_get_parent(long atkObject)
|
(package private) static long |
atkObject_get_role(long atkObject)
|
(package private) static long |
atkObject_ref_child(long atkObject,
long index)
|
(package private) static long |
atkObject_ref_state_set(long atkObject)
|
(package private) static long |
atkSelection_is_child_selected(long atkObject,
long index)
|
(package private) static long |
atkSelection_ref_selection(long atkObject,
long index)
|
(package private) static long |
atkText_get_caret_offset(long atkObject)
|
(package private) static long |
atkText_get_character_at_offset(long atkObject,
long offset)
|
(package private) static long |
atkText_get_character_count(long atkObject)
|
(package private) static long |
atkText_get_n_selections(long atkObject)
|
(package private) static long |
atkText_get_selection(long atkObject,
long selection_num,
long start_offset,
long end_offset)
|
(package private) static long |
atkText_get_text_after_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
|
(package private) static long |
atkText_get_text_at_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
|
(package private) static long |
atkText_get_text_before_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
|
(package private) static long |
atkText_get_text(long atkObject,
long start_offset,
long end_offset)
|
(package private) AccessibleListener[] |
getAccessibleListeners()
|
(package private) static AccessibleObject |
getAccessibleObject(long atkObject)
|
(package private) AccessibleObject |
getChildByHandle(long handle)
|
(package private) AccessibleObject |
getChildByID(int childId)
|
(package private) AccessibleObject |
getChildByIndex(int childIndex)
|
(package private) AccessibleControlListener[] |
getControlListeners()
|
(package private) java.lang.String |
getText()
|
(package private) AccessibleTextListener[] |
getTextListeners()
|
(package private) static long |
gObjectClass_finalize(long atkObject)
|
(package private) static int |
nextIndexOfChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
|
(package private) static int |
nextIndexOfNotChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
|
(package private) static int |
previousIndexOfChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
|
(package private) static int |
previousIndexOfNotChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
|
(package private) void |
release()
|
(package private) void |
removeChild(AccessibleObject child,
boolean unref)
|
(package private) void |
selectionChanged()
|
(package private) void |
setFocus(int childID)
|
(package private) void |
setParent(AccessibleObject parent)
|
(package private) void |
textCaretMoved(int index)
|
(package private) void |
textChanged(int type,
int startIndex,
int length)
|
(package private) void |
textSelectionChanged()
|
(package private) void |
updateChildren()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handle
long handle
parentType
long parentType
index
int index
id
int id
accessible
Accessible accessible
parent
AccessibleObject parent
children
java.util.Hashtable children
isLightweight
boolean isLightweight
actionNamePtr
static long actionNamePtr
descriptionPtr
static long descriptionPtr
keybindingPtr
static long keybindingPtr
namePtr
static long namePtr
AccessibleObjects
static final java.util.Hashtable AccessibleObjects
ATK_ACTION_TYPE
static final long ATK_ACTION_TYPE
ATK_COMPONENT_TYPE
static final long ATK_COMPONENT_TYPE
ATK_HYPERTEXT_TYPE
static final long ATK_HYPERTEXT_TYPE
ATK_SELECTION_TYPE
static final long ATK_SELECTION_TYPE
ATK_TEXT_TYPE
static final long ATK_TEXT_TYPE
DEBUG
static final boolean DEBUG
AccessibleObject
AccessibleObject(long type,
long widget,
Accessible accessible,
long parentType,
boolean isLightweight)
addChild
void addChild(AccessibleObject child)
atkAction_get_keybinding
static long atkAction_get_keybinding(long atkObject,
long index)
atkAction_get_name
static long atkAction_get_name(long atkObject,
long index)
atkComponent_get_extents
static long atkComponent_get_extents(long atkObject,
long x,
long y,
long width,
long height,
long coord_type)
atkComponent_get_position
static long atkComponent_get_position(long atkObject,
long x,
long y,
long coord_type)
atkComponent_get_size
static long atkComponent_get_size(long atkObject,
long width,
long height,
long coord_type)
atkComponent_ref_accessible_at_point
static long atkComponent_ref_accessible_at_point(long atkObject,
long x,
long y,
long coord_type)
atkHypertext_get_link
static long atkHypertext_get_link(long atkObject,
long link_index)
atkHypertext_get_n_links
static long atkHypertext_get_n_links(long atkObject)
atkHypertext_get_link_index
static long atkHypertext_get_link_index(long atkObject,
long char_index)
atkObject_get_description
static long atkObject_get_description(long atkObject)
atkObject_get_name
static long atkObject_get_name(long atkObject)
atkObject_get_n_children
static long atkObject_get_n_children(long atkObject)
atkObject_get_index_in_parent
static long atkObject_get_index_in_parent(long atkObject)
atkObject_get_parent
static long atkObject_get_parent(long atkObject)
atkObject_get_role
static long atkObject_get_role(long atkObject)
atkObject_ref_child
static long atkObject_ref_child(long atkObject,
long index)
atkObject_ref_state_set
static long atkObject_ref_state_set(long atkObject)
atkSelection_is_child_selected
static long atkSelection_is_child_selected(long atkObject,
long index)
atkSelection_ref_selection
static long atkSelection_ref_selection(long atkObject,
long index)
atkText_get_caret_offset
static long atkText_get_caret_offset(long atkObject)
atkText_get_character_at_offset
static long atkText_get_character_at_offset(long atkObject,
long offset)
atkText_get_character_count
static long atkText_get_character_count(long atkObject)
atkText_get_n_selections
static long atkText_get_n_selections(long atkObject)
atkText_get_selection
static long atkText_get_selection(long atkObject,
long selection_num,
long start_offset,
long end_offset)
atkText_get_text
static long atkText_get_text(long atkObject,
long start_offset,
long end_offset)
atkText_get_text_after_offset
static long atkText_get_text_after_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
atkText_get_text_at_offset
static long atkText_get_text_at_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
atkText_get_text_before_offset
static long atkText_get_text_before_offset(long atkObject,
long offset_value,
long boundary_type,
long start_offset,
long end_offset)
getAccessibleListeners
AccessibleListener[] getAccessibleListeners()
getAccessibleObject
static AccessibleObject getAccessibleObject(long atkObject)
getChildByHandle
AccessibleObject getChildByHandle(long handle)
getChildByID
AccessibleObject getChildByID(int childId)
getChildByIndex
AccessibleObject getChildByIndex(int childIndex)
getControlListeners
AccessibleControlListener[] getControlListeners()
getText
java.lang.String getText()
getTextListeners
AccessibleTextListener[] getTextListeners()
gObjectClass_finalize
static long gObjectClass_finalize(long atkObject)
nextIndexOfChar
static int nextIndexOfChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
nextIndexOfNotChar
static int nextIndexOfNotChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
previousIndexOfChar
static int previousIndexOfChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
previousIndexOfNotChar
static int previousIndexOfNotChar(java.lang.String string,
java.lang.String searchChars,
int startIndex)
release
void release()
removeChild
void removeChild(AccessibleObject child,
boolean unref)
selectionChanged
void selectionChanged()
setFocus
void setFocus(int childID)
setParent
void setParent(AccessibleObject parent)
textCaretMoved
void textCaretMoved(int index)
textChanged
void textChanged(int type,
int startIndex,
int length)
textSelectionChanged
void textSelectionChanged()
updateChildren
void updateChildren()