aboutsummaryrefslogtreecommitdiff
path: root/javadoc/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-09-11 01:24:34 +0300
committerGitHub <noreply@github.com>2021-09-11 01:24:34 +0300
commit60283b69816b6792ab517089707cfe4d4a099e9a (patch)
treebeaf7f0db6491158fda39b32a0f3e0fefa46edbe /javadoc/build.gradle
parentb8628421fb13f30853cdc3b3800b7153b168b65f (diff)
downloadLibGui-60283b69816b6792ab517089707cfe4d4a099e9a.tar.gz
LibGui-60283b69816b6792ab517089707cfe4d4a099e9a.tar.bz2
LibGui-60283b69816b6792ab517089707cfe4d4a099e9a.zip
Add observable properties and narration support (#136)
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc
Diffstat (limited to 'javadoc/build.gradle')
-rw-r--r--javadoc/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/javadoc/build.gradle b/javadoc/build.gradle
new file mode 100644
index 0000000..e8300bb
--- /dev/null
+++ b/javadoc/build.gradle
@@ -0,0 +1,6 @@
+plugins {
+ id 'java'
+}
+
+sourceCompatibility = rootProject.sourceCompatibility
+targetCompatibility = rootProject.targetCompatibility