JaroslavTulach commented on a change in pull request #1135: [NETBEANS-1979]
Create Mode from client code
URL:
https://github.com/apache/incubator-netbeans/pull/1135#discussion_r258986469
##########
File path: platform/openide.windows/src/org/openide/windows/Mode.java
##########
@@ -124,4 +124,19 @@
/** Gets selected <code>TopComponent</code> in this mode.
* @since 4.13 */
public TopComponent getSelectedTopComponent();
+
+ /**
+ * Extension to provide exposure of XML configuration.
+ *
+ * @see ModeXml
+ * @see http://wiki.apidesign.org/wiki/ExtendingInterfaces
+ */
Review comment:
Don't forget to add `@since 33.44`...
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists