org.eclipse.swt.accessibility
Class ACC
java.lang.Object
org.eclipse.swt.accessibility.ACC
-
public class ACC
- extends
Object
Class ACC contains all the constants used in defining an
Accessible object.
-
Since:
- 2.0
-
See Also:
-
Sample code and further information
Constructor Summary
|
ACC
()
|
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
STATE_NORMAL
public static final int STATE_NORMAL
-
See Also:
-
Constant Field Values
STATE_SELECTED
public static final int STATE_SELECTED
-
See Also:
-
Constant Field Values
STATE_SELECTABLE
public static final int STATE_SELECTABLE
-
See Also:
-
Constant Field Values
STATE_MULTISELECTABLE
public static final int STATE_MULTISELECTABLE
-
See Also:
-
Constant Field Values
STATE_FOCUSED
public static final int STATE_FOCUSED
-
See Also:
-
Constant Field Values
STATE_FOCUSABLE
public static final int STATE_FOCUSABLE
-
See Also:
-
Constant Field Values
STATE_PRESSED
public static final int STATE_PRESSED
-
See Also:
-
Constant Field Values
STATE_CHECKED
public static final int STATE_CHECKED
-
See Also:
-
Constant Field Values
STATE_EXPANDED
public static final int STATE_EXPANDED
-
See Also:
-
Constant Field Values
STATE_COLLAPSED
public static final int STATE_COLLAPSED
-
See Also:
-
Constant Field Values
STATE_HOTTRACKED
public static final int STATE_HOTTRACKED
-
See Also:
-
Constant Field Values
STATE_BUSY
public static final int STATE_BUSY
-
See Also:
-
Constant Field Values
STATE_READONLY
public static final int STATE_READONLY
-
See Also:
-
Constant Field Values
STATE_INVISIBLE
public static final int STATE_INVISIBLE
-
See Also:
-
Constant Field Values
STATE_OFFSCREEN
public static final int STATE_OFFSCREEN
-
See Also:
-
Constant Field Values
STATE_SIZEABLE
public static final int STATE_SIZEABLE
-
See Also:
-
Constant Field Values
STATE_LINKED
public static final int STATE_LINKED
-
See Also:
-
Constant Field Values
ROLE_CLIENT_AREA
public static final int ROLE_CLIENT_AREA
-
See Also:
-
Constant Field Values
ROLE_WINDOW
public static final int ROLE_WINDOW
-
See Also:
-
Constant Field Values
ROLE_MENUBAR
public static final int ROLE_MENUBAR
-
See Also:
-
Constant Field Values
ROLE_MENU
public static final int ROLE_MENU
-
See Also:
-
Constant Field Values
ROLE_MENUITEM
public static final int ROLE_MENUITEM
-
See Also:
-
Constant Field Values
ROLE_SEPARATOR
public static final int ROLE_SEPARATOR
-
See Also:
-
Constant Field Values
ROLE_TOOLTIP
public static final int ROLE_TOOLTIP
-
See Also:
-
Constant Field Values
ROLE_SCROLLBAR
public static final int ROLE_SCROLLBAR
-
See Also:
-
Constant Field Values
ROLE_DIALOG
public static final int ROLE_DIALOG
-
See Also:
-
Constant Field Values
ROLE_LABEL
public static final int ROLE_LABEL
-
See Also:
-
Constant Field Values
ROLE_PUSHBUTTON
public static final int ROLE_PUSHBUTTON
-
See Also:
-
Constant Field Values
ROLE_CHECKBUTTON
public static final int ROLE_CHECKBUTTON
-
See Also:
-
Constant Field Values
ROLE_RADIOBUTTON
public static final int ROLE_RADIOBUTTON
-
See Also:
-
Constant Field Values
ROLE_SPLITBUTTON
public static final int ROLE_SPLITBUTTON
-
Since:
- 3.5
-
See Also:
-
Constant Field Values
ROLE_COMBOBOX
public static final int ROLE_COMBOBOX
-
See Also:
-
Constant Field Values
ROLE_TEXT
public static final int ROLE_TEXT
-
See Also:
-
Constant Field Values
ROLE_TOOLBAR
public static final int ROLE_TOOLBAR
-
See Also:
-
Constant Field Values
ROLE_LIST
public static final int ROLE_LIST
-
See Also:
-
Constant Field Values
ROLE_LISTITEM
public static final int ROLE_LISTITEM
-
See Also:
-
Constant Field Values
ROLE_TABLE
public static final int ROLE_TABLE
-
See Also:
-
Constant Field Values
ROLE_TABLECELL
public static final int ROLE_TABLECELL
-
See Also:
-
Constant Field Values
ROLE_TABLECOLUMNHEADER
public static final int ROLE_TABLECOLUMNHEADER
-
See Also:
-
Constant Field Values
ROLE_TABLECOLUMN
public static final int ROLE_TABLECOLUMN
-
Deprecated. use ROLE_TABLECOLUMNHEADER
-
See Also:
-
Constant Field Values
ROLE_TABLEROWHEADER
public static final int ROLE_TABLEROWHEADER
-
See Also:
-
Constant Field Values
ROLE_TREE
public static final int ROLE_TREE
-
See Also:
-
Constant Field Values
ROLE_TREEITEM
public static final int ROLE_TREEITEM
-
See Also:
-
Constant Field Values
ROLE_TABFOLDER
public static final int ROLE_TABFOLDER
-
See Also:
-
Constant Field Values
ROLE_TABITEM
public static final int ROLE_TABITEM
-
See Also:
-
Constant Field Values
ROLE_PROGRESSBAR
public static final int ROLE_PROGRESSBAR
-
See Also:
-
Constant Field Values
ROLE_SLIDER
public static final int ROLE_SLIDER
-
See Also:
-
Constant Field Values
ROLE_LINK
public static final int ROLE_LINK
-
See Also:
-
Constant Field Values
CHILDID_SELF
public static final int CHILDID_SELF
-
See Also:
-
Constant Field Values
CHILDID_NONE
public static final int CHILDID_NONE
-
See Also:
-
Constant Field Values
CHILDID_MULTIPLE
public static final int CHILDID_MULTIPLE
-
See Also:
-
Constant Field Values
TEXT_INSERT
public static final int TEXT_INSERT
-
See Also:
-
Constant Field Values
TEXT_DELETE
public static final int TEXT_DELETE
-
See Also:
-
Constant Field Values
ACC
public ACC()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.