From b3e4f97e1dae1664496a77a3676cd504d896ef72 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Sun, 24 Sep 2023 17:55:23 +0100 Subject: [PATCH] kriolos.POS.Doc ::Added initial Chapter from UI/UX Guidelines --- .../asciidoc/chapters/ui-guideslines.adoc | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 docs/guide-devel/src/main/asciidoc/chapters/ui-guideslines.adoc diff --git a/docs/guide-devel/src/main/asciidoc/chapters/ui-guideslines.adoc b/docs/guide-devel/src/main/asciidoc/chapters/ui-guideslines.adoc new file mode 100644 index 00000000..86bc9338 --- /dev/null +++ b/docs/guide-devel/src/main/asciidoc/chapters/ui-guideslines.adoc @@ -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