Uses of Class
org.gnu.atk.Role

Packages that use Role
org.gnu.atk   
 

Uses of Role in org.gnu.atk
 

Fields in org.gnu.atk declared as Role
static Role Role.INVALID
           
static Role Role.ACCEL_LABEL
           
static Role Role.ALERT
           
static Role Role.ANIMATION
           
static Role Role.ARROW
           
static Role Role.CALENDAR
           
static Role Role.CANVAS
           
static Role Role.CHECK_BOX
           
static Role Role.CHECK_MENU_ITEM
           
static Role Role.COLOR_CHOOSER
           
static Role Role.COLUMN_HEADER
           
static Role Role.COMBO_BOX
           
static Role Role.DATE_EDITOR
           
static Role Role.DESKTOP_ICON
           
static Role Role.DESKTOP_FRAME
           
static Role Role.DIAL
           
static Role Role.DIALOG
           
static Role Role.DIRECOTRY_PANE
           
static Role Role.DRAWING_AREA
           
static Role Role.FILE_CHOOSER
           
static Role Role.FILLER
           
static Role Role.FONT_CHOOSER
           
static Role Role.FRAME
           
static Role Role.GLASS_PANE
           
static Role Role.HTML_CONTAINER
           
static Role Role.ICON
           
static Role Role.IMAGE
           
static Role Role.INTERNAL_FRAME
           
static Role Role.LABEL
           
static Role Role.LAYERED_PANE
           
static Role Role.LIST
           
static Role Role.LIST_ITEM
           
static Role Role.MENU
           
static Role Role.MENU_BAR
           
static Role Role.MENU_ITEM
           
static Role Role.OPTION_PANE
           
static Role Role.PAGE_TAB
           
static Role Role.PAGE_TAB_LIST
           
static Role Role.PANEL
           
static Role Role.PASSWORD_TEXT
           
static Role Role.POPUP_MENU
           
static Role Role.PROGRESS_BAR
           
static Role Role.PUSH_BUTTON
           
static Role Role.RADIO_BUTTON
           
static Role Role.RADIO_MENU_ITEM
           
static Role Role.ROOT_PANE
           
static Role Role.ROW_HEADER
           
static Role Role.SCROLL_BAR
           
static Role Role.SCROLL_PANE
           
static Role Role.SEPARATOR
           
static Role Role.SLIDER
           
static Role Role.SPLIT_PANE
           
static Role Role.SPIN_BUTTON
           
static Role Role.STATUSBAR
           
static Role Role.TABLE
           
static Role Role.TABLE_CELL
           
static Role Role.TABLE_COLUMN_HEADER
           
static Role Role.TABLE_ROW_HEADER
           
static Role Role.TEAR_OFF_MENU_ITEM
           
static Role Role.TERMINAL
           
static Role Role.TEXT
           
static Role Role.TOGGLE_BUTTON
           
static Role Role.TOOL_BAR
           
static Role Role.TOOL_TIP
           
static Role Role.TREE
           
static Role Role.TREE_TABLE
           
static Role Role.UNKNOWN
           
static Role Role.VIEWPORT
           
static Role Role.WINDOW
           
static Role Role.LAST_DEFINED
           
 

Methods in org.gnu.atk that return Role
 Role AtkObject.getRole()
          Gets the role of the accessible.
static Role Role.intern(int value)
           
 Role Role.or(Role other)
           
 Role Role.and(Role other)
           
 Role Role.xor(Role other)
           
 

Methods in org.gnu.atk with parameters of type Role
 void AtkObject.setRole(Role role)
          Sets the role of the accessible.
 Role Role.or(Role other)
           
 Role Role.and(Role other)
           
 Role Role.xor(Role other)
           
 boolean Role.test(Role other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net