-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kriolos.POS.Doc ::Added initial Chapter from UI/UX Guidelines
- Loading branch information
1 parent
6aeda53
commit b3e4f97
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
docs/guide-devel/src/main/asciidoc/chapters/ui-guideslines.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[[ui-guidelines]] | ||
== UI Guidelines | ||
|
||
|
||
|
||
|
||
=== References | ||
|
||
|
||
Human Interface guidelines | ||
|
||
* https://en.wikipedia.org/wiki/Human_interface_guidelines | ||
|
||
Desktop Platforms | ||
|
||
* Netbeans Platform | ||
* Eclipse Platform | ||
* Intellij Platform | ||
|
||
=== Eclipse Platform | ||
|
||
|
||
Docs | ||
|
||
* User Interface Guidelines | ||
** https://wiki.eclipse.org/User_Interface_Guidelines | ||
* Platform UI | ||
** https://wiki.eclipse.org/Platform_UI | ||
* Eclipse User Interface Guidelines | ||
** https://www.eclipse.org/articles/Article-UI-Guidelines/Index.html | ||
|
||
Misc Links | ||
|
||
* https://eclipse.dev/eclipse/platform-ui/ | ||
* https://www.researchgate.net/figure/Eclipse-Platform-user-interface_fig1_234794560 | ||
|
||
=== Netbeans Platform | ||
|
||
|
||
|
||
Misc Links | ||
|
||
* https://www.researchgate.net/figure/Eclipse-Platform-user-interface_fig1_234794560 | ||
* https://netbeans.apache.org/tutorials/67/nbm-quick-start.html | ||
|
||
|
||
=== Intellij Platform | ||
|
||
|
||
Docs | ||
|
||
* IntelliJ Platform UI Guidelines | ||
** https://jetbrains.design/intellij | ||
* Plugins | ||
** https://plugins.jetbrains.com/docs/intellij/user-interface-components.html |