Module implementing the protocol handler manager.
None |
ProtocolHandlerManager | Class implementing the protocol handler manager. |
None |
Class implementing the protocol handler manager.
None |
None |
ProtocolHandlerManager | Constructor |
__load | Private method to load the registered protocol handlers. |
__protocolHandlersFileName | Private method to determine the protocol handlers file name. |
__registerHandler | Private method to register a protocol handler for a scheme. |
__save | Private method to save the protocol handlers. |
__unregisterHandler | Private method to unregister a protocol handler for a scheme. |
addProtocolHandler | Public method to add a protocol handler for a scheme. |
protocolHandler | Public method to get the protocol handler URL for a given scheme. |
protocolHandlers | Public method to get the registered protocol handlers. |
removeProtocolHandler | Public method to remove the protocol handler for a given scheme. |
showProtocolHandlerManagerDialog | Public method to show the protocol handler manager dialog. |
None |
Constructor
Private method to load the registered protocol handlers.
Private method to determine the protocol handlers file name.
Private method to register a protocol handler for a scheme.
Private method to save the protocol handlers.
Private method to unregister a protocol handler for a scheme.
Public method to add a protocol handler for a scheme.
Public method to get the protocol handler URL for a given scheme.
Public method to get the registered protocol handlers.
Public method to remove the protocol handler for a given scheme.
Public method to show the protocol handler manager dialog.