Re: internal API usage: sun.awt.CausedFocusEvent

2015-05-13 Thread Mandy Chung
> On May 13, 2015, at 10:51 AM, Alan Snyder wrote: > > I will do that, but a larger question remains: > > Are any of the AWT classes currently reported by jdeps as “JDK internal API” > going to be accessible in JDK 9? > No - there is no known RFE that I know of may provide a replacement for

Re: internal API usage: sun.awt.CausedFocusEvent

2015-05-13 Thread Alan Snyder
I will do that, but a larger question remains: Are any of the AWT classes currently reported by jdeps as “JDK internal API” going to be accessible in JDK 9? I ask because of this comment by Stuart Marks: Unfortunately, com.sun is a mixture of internal and publicly supported ("exported") APIs.

Re: internal API usage: sun.awt.CausedFocusEvent

2015-05-13 Thread Alan Bateman
On 13/05/2015 17:11, Alan Snyder wrote: I have been using sun.awt.CausedFocusEvent to implement special behavior in response to an explicit user-initiated focus traversal to a component. The main point is that I want to inhibit this behavior for all other kinds of focus gained events. Will th

internal API usage: sun.awt.CausedFocusEvent

2015-05-13 Thread Alan Snyder
I have been using sun.awt.CausedFocusEvent to implement special behavior in response to an explicit user-initiated focus traversal to a component. The main point is that I want to inhibit this behavior for all other kinds of focus gained events. Will there be some way of doing this in JDK9?