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_r258981329
##########
File path: platform/core.windows/src/org/netbeans/core/windows/ModeImpl.java
##########
@@ -32,15 +32,19 @@
import javax.swing.SwingUtilities;
import java.awt.Image;
import java.awt.Rectangle;
+import java.io.IOException;
import java.util.Collection;
+import org.netbeans.core.windows.persistence.ModeConfig;
+import org.netbeans.core.windows.persistence.PersistenceManager;
+import org.openide.util.Exceptions;
/** This class is an implementation of Mode interface.
* It designates 'place' on screen, at wich TopComponent can occure.
*
* @author Peter Zavadsky
*/
-public final class ModeImpl implements Mode {
+public final class ModeImpl implements Mode.Xml {
Review comment:
OK, `Mode.Xml` sounds like a good way to extend the existing interface.
----------------------------------------------------------------
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