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_r258981939
 
 

 ##########
 File path: 
platform/core.windows/src/org/netbeans/core/windows/WindowManagerImpl.java
 ##########
 @@ -48,7 +50,7 @@
  * @author Peter Zavadsky
  */
 
@org.openide.util.lookup.ServiceProvider(service=org.openide.windows.WindowManager.class)
-public final class WindowManagerImpl extends WindowManager implements 
Workspace {
+public final class WindowManagerImpl extends WindowManager implements 
Workspace, WindowManager.ModeManager {
 
 Review comment:
   Unlike `Mode`, `WindowManager` is abstract class - e.g. the methods could be 
added to it. They would just need some default implementation.

----------------------------------------------------------------
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

Reply via email to