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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SelectingActiveArea
SelectingActiveArea(selecting active area)

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 Selecting active area is a subclass of user signified action
(udaCanSignify
    (PressingKeyFn DownArrowKey) SelectingActiveArea)
ComputerInput.kif 2302-2302 Pressing the down arrow key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn LeftArrowKey) SelectingActiveArea)
ComputerInput.kif 2311-2311 Pressing the left arrow key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn RightArrowKey) SelectingActiveArea)
ComputerInput.kif 2301-2301 Pressing the right arrow key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn TabKey) SelectingActiveArea)
ComputerInput.kif 2300-2300 Pressing the tab key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn UpArrowKey) SelectingActiveArea)
ComputerInput.kif 2312-2312 Pressing the up arrow key key isgnifies selecting active area
(udaCanSignify
    (UnionFn
        (PressingKeyFn TabKey) ShiftKeyHoldDown) SelectingActiveArea)
ComputerInput.kif 2309-2310 The union of pressing the tab key key and shift key hold down isgnifies selecting active area

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


(subclass RequestingHyperlink SelectingActiveArea) ComputerInput.kif 2231-2231 Requesting hyperlink is a subclass of selecting active area
(subclass SelectingComputerMenuOption SelectingActiveArea) ComputerInput.kif 2242-2242 Selecting computer menu option is a subclass of selecting active area
(termFormat EnglishLanguage SelectingActiveArea "selecting active area") domainEnglishFormat.kif 65468-65468
(udaCanSignify Clicking SelectingActiveArea) ComputerInput.kif 2173-2173 Clicking isgnifies selecting active area
(udaCanSignify DoubleClicking SelectingActiveArea) ComputerInput.kif 2174-2174 Double clicking isgnifies selecting active area
(udaCanSignify KeyboardAction SelectingActiveArea) ComputerInput.kif 2176-2176 Keyboard action isgnifies selecting active area
(udaCanSignify ShiftClicking SelectingActiveArea) ComputerInput.kif 2175-2175 Shift clicking isgnifies selecting active area

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