You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/07 07:03:06 UTC

[GitHub] sdedic commented on a change in pull request #652: Initial implementation of @ActionState support

sdedic commented on a change in pull request #652: Initial implementation of @ActionState support
URL: https://github.com/apache/incubator-netbeans/pull/652#discussion_r208118922
 
 

 ##########
 File path: openide.awt/apichanges.xml
 ##########
 @@ -26,6 +26,21 @@
 <apidef name="awt">AWT API</apidef>
 </apidefs>
 <changes>
+    <change id="ToggleActions">
+        <api name="awt"/>
+        <summary>Allow for context-dependent boolean-state actions</summary>
+        <version major="7" minor="71"/>
+        <date day="30" month="8" year="2018"/>
+        <author login="sdedic"/>
+        <compatibility addition="yes" binary="compatible" semantic="compatible" deprecation="yes" deletion="no" modification="no"/>
+        <description>
+            Context Actions which provide <code>Action.SELECTED_KEY</code> value will be presented as checkbox (menu) or toggle button (toolbar) and
+            will reflect the state of an underlying model bean property, updating on model changes. Eliminates the need for eager toggle-style actions.
 
 Review comment:
   Wow! I've never learned that style of language, but I'll try to rephrase.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists