Module implementing a class to manage closed tabs.
None |
ClosedTab | Class implementing a structure to store data about a closed tab. |
ClosedTabsManager | Class implementing a manager for closed tabs. |
None |
Class implementing a structure to store data about a closed tab.
None |
None |
ClosedTab | Constructor |
__eq__ | Special method implementing the equality operator. |
None |
Constructor
Special method implementing the equality operator.
Class implementing a manager for closed tabs.
None |
None |
ClosedTabsManager | Constructor |
allClosedTabs | Public method to get a list of all closed tabs. |
clearList | Public method to clear the list of closed tabs. |
getClosedTabAt | Public method to get the indexed closed tab. |
isClosedTabAvailable | Public method to check for closed tabs. |
recordBrowser | Public method to record the data of a browser about to be closed. |
None |
Constructor
Public method to get a list of all closed tabs.
Public method to clear the list of closed tabs.
Public method to get the indexed closed tab.
Public method to check for closed tabs.
Public method to record the data of a browser about to be closed.