[jira] [Commented] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-04-20 Thread Laszlo Kishalmi (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446558#comment-16446558
 ] 

Laszlo Kishalmi commented on NETBEANS-344:
--

I guess it is just for the friend modules. But could you describe a use case 
what would you like to achieve and how this issue raise a problem to you?

> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Priority: Trivial
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-04-20 Thread Austin Stephens (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446639#comment-16446639
 ] 

Austin Stephens commented on NETBEANS-344:
--

I can't think if much off of the top of my head, but I don't think that class 
is used anywhere. It could be useful to some people though.

> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Priority: Trivial
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-05-01 Thread Laszlo Kishalmi (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460531#comment-16460531
 ] 

Laszlo Kishalmi commented on NETBEANS-344:
--

Just checked. There are no implementation of this abstract class and it is 
really not in a public package of that module.

Assigned to Jarda, as he is marked as author of this. It should be either 
removed, or properly exposed.

I could see a use for arranging/resizing dialogs on multi-monitor setup, though 
there is an other kind of implementation for that already in place.

> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-08-13 Thread Jaroslav Tulach (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578410#comment-16578410
 ] 

Jaroslav Tulach commented on NETBEANS-344:
--

I have to admit I don't remember why I was making [the 
change|https://github.com/emilianbold/netbeans-releases/commit/f5e5c0cbdfbb10b15abd04d4cd3].
 It may have something to do with 
[JDev|http://wiki.apidesign.org/wiki/JDeveloper] as that is what I was working 
on back then.

However I don't have access to JDeveloper sources anymore. I'll ask Tomáš Pávek 
to check if it is used or not.


> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-08-31 Thread Austin Stephens (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598821#comment-16598821
 ] 

Austin Stephens commented on NETBEANS-344:
--

Shouldn't it at least be made public(er)?

> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Assignee: Jaroslav Tulach
>Priority: Trivial
> Fix For: Next
>
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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