Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SelectingActiveArea
SelectingActiveArea

appearance as argument number 1
-------------------------


(documentation SelectingActiveArea EnglishLanguage "A UserSignifiedAction informing a ComputerProgram that the current GUIElement with the state GUE_ActiveState is selected. This causes the program controlling the element to take the action that selecting the element is mapped to. After the action has been initiated, unless the action causes a different element to become active or changes the state of the element, the element reverts to GUE_ActiveState. Selecting an ActiveArea_Submitting causes a SubmitAction (of the type associated with the active area) to take place. What is actually submitted may depend upon the state of associated active areas. However, if the active area is a HypertextLink, MenuItem, or dedicated GUIButton the submission may not be state dependent. An off-screen element on an active window can be selected by keyboard action: tabbing to it to make it active and typing the Enter/ Return key.") ComputerInput.kif 2160-2172
(subclass SelectingActiveArea UserSignifiedAction) ComputerInput.kif 2159-2159 SelectingActiveAreaUserSignifiedActionsubclass
(udaCanSignify
    (PressingKeyFn DownArrowKey) SelectingActiveArea)
ComputerInput.kif 2302-2302 Pressing DownArrowKeyisgnifies SelectingActiveArea
(udaCanSignify
    (PressingKeyFn LeftArrowKey) SelectingActiveArea)
ComputerInput.kif 2311-2311 Pressing LeftArrowKeyisgnifies SelectingActiveArea
(udaCanSignify
    (PressingKeyFn RightArrowKey) SelectingActiveArea)
ComputerInput.kif 2301-2301 Pressing RightArrowKeyisgnifies SelectingActiveArea
(udaCanSignify
    (PressingKeyFn TabKey) SelectingActiveArea)
ComputerInput.kif 2300-2300 Pressing TabKeyisgnifies SelectingActiveArea
(udaCanSignify
    (PressingKeyFn UpArrowKey) SelectingActiveArea)
ComputerInput.kif 2312-2312 Pressing UpArrowKeyisgnifies SelectingActiveArea
(udaCanSignify
    (UnionFn
        (PressingKeyFn TabKey) ShiftKeyHoldDown) SelectingActiveArea)
ComputerInput.kif 2309-2310 结合 pressing TabKey 鍵 和 ShiftKeyHoldDown isgnifies SelectingActiveArea

appearance as argument number 2
-------------------------


(subclass RequestingHyperlink SelectingActiveArea) ComputerInput.kif 2231-2231 RequestingHyperlinkSelectingActiveAreasubclass
(subclass SelectingComputerMenuOption SelectingActiveArea) ComputerInput.kif 2242-2242 SelectingComputerMenuOptionSelectingActiveAreasubclass
(termFormat EnglishLanguage SelectingActiveArea "selecting active area") domainEnglishFormat.kif 65468-65468
(udaCanSignify Clicking SelectingActiveArea) ComputerInput.kif 2173-2173 Clicking isgnifies SelectingActiveArea
(udaCanSignify DoubleClicking SelectingActiveArea) ComputerInput.kif 2174-2174 DoubleClicking isgnifies SelectingActiveArea
(udaCanSignify KeyboardAction SelectingActiveArea) ComputerInput.kif 2176-2176 KeyboardAction isgnifies SelectingActiveArea
(udaCanSignify ShiftClicking SelectingActiveArea) ComputerInput.kif 2175-2175 ShiftClicking isgnifies SelectingActiveArea

antecedent
-------------------------


(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT ComputerMenuItem))
    (instance ?SELECT SelectingComputerMenuOption))
ComputerInput.kif 2246-2251
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT GUIActiveArea))
    (holdsDuring
        (BeginFn ?SELECT)
        (not
            (hasGUEState ?ELEMENT GUE_SelectedState))))
ComputerInput.kif 2203-2210
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT GUIActiveArea))
    (holdsDuring
        (EndFn ?SELECT)
        (hasGUEState ?ELEMENT GUE_SelectedState)))
ComputerInput.kif 2215-2222
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT HypertextLink))
    (instance ?SELECT RequestingHyperlink))
ComputerInput.kif 2235-2240
(=>
    (instance ?SELECT SelectingActiveArea)
    (exists (?ELEMENT)
        (and
            (instance ?ELEMENT GUIActiveArea)
            (holdsDuring
                (BeginFn ?SELECT)
                (hasGUEState ?ELEMENT GUE_ActiveState))
            (patient ?SELECT ?ELEMENT))))
ComputerInput.kif 2190-2198


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners