org.gnu.atk

Class Role

public class Role extends Enum

Describes the role of an object.
Field Summary
static RoleACCEL_LABEL
static RoleALERT
static RoleANIMATION
static RoleAPPLICATION
static RoleARROW
static RoleAUTOCOMPLETE
static RoleCALENDAR
static RoleCANVAS
static RoleCHECK_BOX
static RoleCHECK_MENU_ITEM
static RoleCOLOR_CHOOSER
static RoleCOLUMN_HEADER
static RoleCOMBO_BOX
static RoleDATE_EDITOR
static RoleDESKTOP_FRAME
static RoleDESKTOP_ICON
static RoleDIAL
static RoleDIALOG
static RoleDIRECOTRY_PANE
static RoleDRAWING_AREA
static RoleEDITBAR
static RoleEMBEDDED
static RoleFILE_CHOOSER
static RoleFILLER
static RoleFONT_CHOOSER
static RoleFOOTER
static RoleFRAME
static RoleGLASS_PANE
static RoleHEADER
static RoleHTML_CONTAINER
static RoleICON
static RoleIMAGE
static RoleINTERNAL_FRAME
static RoleINVALID
static RoleLABEL
static RoleLAST_DEFINED
static RoleLAYERED_PANE
static RoleLIST
static RoleLIST_ITEM
static RoleMENU
static RoleMENU_BAR
static RoleMENU_ITEM
static RoleOPTION_PANE
static RolePAGE_TAB
static RolePAGE_TAB_LIST
static RolePANEL
static RolePARAGRAPH
static RolePASSWORD_TEXT
static RolePOPUP_MENU
static RolePROGRESS_BAR
static RolePUSH_BUTTON
static RoleRADIO_BUTTON
static RoleRADIO_MENU_ITEM
static RoleROOT_PANE
static RoleROW_HEADER
static RoleRULER
static RoleSCROLL_BAR
static RoleSCROLL_PANE
static RoleSEPARATOR
static RoleSLIDER
static RoleSPIN_BUTTON
static RoleSPLIT_PANE
static RoleSTATUSBAR
static RoleTABLE
static RoleTABLE_CELL
static RoleTABLE_COLUMN_HEADER
static RoleTABLE_ROW_HEADER
static RoleTEAR_OFF_MENU_ITEM
static RoleTERMINAL
static RoleTEXT
static RoleTOGGLE_BUTTON
static RoleTOOL_BAR
static RoleTOOL_TIP
static RoleTREE
static RoleTREE_TABLE
static RoleUNKNOWN
static RoleVIEWPORT
static RoleWINDOW
Method Summary
Roleand(Role other)
static Roleintern(int value)
Roleor(Role other)
booleantest(Role other)
Rolexor(Role other)

Field Detail

ACCEL_LABEL

public static final Role ACCEL_LABEL

ALERT

public static final Role ALERT

ANIMATION

public static final Role ANIMATION

APPLICATION

public static final Role APPLICATION

ARROW

public static final Role ARROW

AUTOCOMPLETE

public static final Role AUTOCOMPLETE

CALENDAR

public static final Role CALENDAR

CANVAS

public static final Role CANVAS

CHECK_BOX

public static final Role CHECK_BOX

CHECK_MENU_ITEM

public static final Role CHECK_MENU_ITEM

COLOR_CHOOSER

public static final Role COLOR_CHOOSER

COLUMN_HEADER

public static final Role COLUMN_HEADER

COMBO_BOX

public static final Role COMBO_BOX

DATE_EDITOR

public static final Role DATE_EDITOR

DESKTOP_FRAME

public static final Role DESKTOP_FRAME

DESKTOP_ICON

public static final Role DESKTOP_ICON

DIAL

public static final Role DIAL

DIALOG

public static final Role DIALOG

DIRECOTRY_PANE

public static final Role DIRECOTRY_PANE

DRAWING_AREA

public static final Role DRAWING_AREA

EDITBAR

public static final Role EDITBAR

EMBEDDED

public static final Role EMBEDDED

FILE_CHOOSER

public static final Role FILE_CHOOSER

FILLER

public static final Role FILLER

FONT_CHOOSER

public static final Role FONT_CHOOSER

FOOTER

public static final Role FOOTER

FRAME

public static final Role FRAME

GLASS_PANE

public static final Role GLASS_PANE

HEADER

public static final Role HEADER

HTML_CONTAINER

public static final Role HTML_CONTAINER

ICON

public static final Role ICON

IMAGE

public static final Role IMAGE

INTERNAL_FRAME

public static final Role INTERNAL_FRAME

INVALID

public static final Role INVALID

LABEL

public static final Role LABEL

LAST_DEFINED

public static final Role LAST_DEFINED

LAYERED_PANE

public static final Role LAYERED_PANE

LIST

public static final Role LIST

LIST_ITEM

public static final Role LIST_ITEM

MENU

public static final Role MENU

MENU_BAR

public static final Role MENU_BAR

MENU_ITEM

public static final Role MENU_ITEM

OPTION_PANE

public static final Role OPTION_PANE

PAGE_TAB

public static final Role PAGE_TAB

PAGE_TAB_LIST

public static final Role PAGE_TAB_LIST

PANEL

public static final Role PANEL

PARAGRAPH

public static final Role PARAGRAPH

PASSWORD_TEXT

public static final Role PASSWORD_TEXT

POPUP_MENU

public static final Role POPUP_MENU

PROGRESS_BAR

public static final Role PROGRESS_BAR

PUSH_BUTTON

public static final Role PUSH_BUTTON

RADIO_BUTTON

public static final Role RADIO_BUTTON

RADIO_MENU_ITEM

public static final Role RADIO_MENU_ITEM

ROOT_PANE

public static final Role ROOT_PANE

ROW_HEADER

public static final Role ROW_HEADER

RULER

public static final Role RULER

SCROLL_BAR

public static final Role SCROLL_BAR

SCROLL_PANE

public static final Role SCROLL_PANE

SEPARATOR

public static final Role SEPARATOR

SLIDER

public static final Role SLIDER

SPIN_BUTTON

public static final Role SPIN_BUTTON

SPLIT_PANE

public static final Role SPLIT_PANE

STATUSBAR

public static final Role STATUSBAR

TABLE

public static final Role TABLE

TABLE_CELL

public static final Role TABLE_CELL

TABLE_COLUMN_HEADER

public static final Role TABLE_COLUMN_HEADER

TABLE_ROW_HEADER

public static final Role TABLE_ROW_HEADER

TEAR_OFF_MENU_ITEM

public static final Role TEAR_OFF_MENU_ITEM

TERMINAL

public static final Role TERMINAL

TEXT

public static final Role TEXT

TOGGLE_BUTTON

public static final Role TOGGLE_BUTTON

TOOL_BAR

public static final Role TOOL_BAR

TOOL_TIP

public static final Role TOOL_TIP

TREE

public static final Role TREE

TREE_TABLE

public static final Role TREE_TABLE

UNKNOWN

public static final Role UNKNOWN

VIEWPORT

public static final Role VIEWPORT

WINDOW

public static final Role WINDOW

Method Detail

and

public Role and(Role other)

intern

public static Role intern(int value)

or

public Role or(Role other)

test

public boolean test(Role other)

xor

public Role xor(Role other)