Gaia/System/WindowManagement: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Meetings Notice == | |||
* [2014/08/08] https://taiwan.etherpad.mozilla.org/ep/pad/view/window-mgmt-meeting/rev.1431 | |||
* [2014/07/31] https://taiwan.etherpad.mozilla.org/ep/pad/view/window-mgmt-meeting/rev.1176 | |||
== Diagrams == | |||
* Architecture Map 2.1+ | |||
<gallery> | |||
File:Sys2wmmap.png|Architecture Map 2.1+ | |||
</gallery> | |||
== Modules == | == Modules == | ||
=== Environment Helper === | |||
* VisibilityManager | |||
* OrientationManager | |||
* LayoutManager | |||
=== Manager === | === Manager === | ||
* TaskManager | * TaskManager | ||
Line 5: | Line 19: | ||
* ActivityWindowManager | * ActivityWindowManager | ||
* StackManager | * StackManager | ||
* ShrinkUI | |||
* LockscreenWindowManager | |||
* SecureWindowManager | |||
* Rocketbar | |||
* HomescreenLauncher | |||
=== Singleton === | === Singleton === | ||
* AppWindow | * AppWindow | ||
Line 11: | Line 30: | ||
* TrustedWindow | * TrustedWindow | ||
* AttentionWindow | * AttentionWindow | ||
* SecureWindow | |||
* SearchWindow | |||
* PopupWindow | |||
=== Sub components === | === Sub components === | ||
* PermissionDialog | * PermissionDialog | ||
Line 16: | Line 38: | ||
* AuthenticationDialog | * AuthenticationDialog | ||
* TextSelectionDialog | * TextSelectionDialog | ||
* ContextMenu | |||
== Roadmap == | == Roadmap == | ||
* AttentionWindow | |||
* PermissionDialog | |||
* SheetTransitionController | |||
* KeyboardWindow |
Latest revision as of 09:12, 8 August 2014
Meetings Notice
- [2014/08/08] https://taiwan.etherpad.mozilla.org/ep/pad/view/window-mgmt-meeting/rev.1431
- [2014/07/31] https://taiwan.etherpad.mozilla.org/ep/pad/view/window-mgmt-meeting/rev.1176
Diagrams
- Architecture Map 2.1+
Modules
Environment Helper
- VisibilityManager
- OrientationManager
- LayoutManager
Manager
- TaskManager
- AppWindowManager
- ActivityWindowManager
- StackManager
- ShrinkUI
- LockscreenWindowManager
- SecureWindowManager
- Rocketbar
- HomescreenLauncher
Singleton
- AppWindow
- ActivityWindow
- HomescreenWindow
- TrustedWindow
- AttentionWindow
- SecureWindow
- SearchWindow
- PopupWindow
Sub components
- PermissionDialog
- AppModalDialog
- AuthenticationDialog
- TextSelectionDialog
- ContextMenu
Roadmap
- AttentionWindow
- PermissionDialog
- SheetTransitionController
- KeyboardWindow