Struct xpcom::interfaces::nsIDOMXULCommandDispatcher [] [src]

#[repr(C)]
pub struct nsIDOMXULCommandDispatcher { /* fields omitted */ }

interface nsIDOMXULCommandDispatcher : nsISupports

Methods

impl nsIDOMXULCommandDispatcher
[src]

[src]

Cast this nsIDOMXULCommandDispatcher to one of its base interfaces.

impl nsIDOMXULCommandDispatcher
[src]

[src]

attribute nsIDOMElement focusedElement;

[src]

attribute nsIDOMElement focusedElement;

[src]

attribute mozIDOMWindowProxy focusedWindow;

[src]

attribute mozIDOMWindowProxy focusedWindow;

[src]

void addCommandUpdater (in nsIDOMElement updater, in DOMString events, in DOMString targets);

[src]

void removeCommandUpdater (in nsIDOMElement updater);

[src]

void updateCommands (in DOMString eventName);

[src]

nsIController getControllerForCommand (in string command);

[src]

nsIControllers getControllers ();

[src]

void advanceFocus ();

[src]

void rewindFocus ();

[src]

void advanceFocusIntoSubtree (in nsIDOMElement elt);

[src]

attribute boolean suppressFocusScroll;

[src]

attribute boolean suppressFocusScroll;

[src]

void lock ();

[src]

void unlock ();

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMXULCommandDispatcher
[src]

IID: nsIID = nsID(2851774419, 36194, 20372, [158, 216, 62, 169, 195, 207, 7, 115])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMXULCommandDispatcher
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULCommandDispatcher
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.