Distinguishing Quick Fix Popup vs. Content Assist Popup [message #724313] |
Mon, 12 September 2011 00:06  |
Kivanc Muslu Messages: 128 Registered: November 2010 |
Senior Member |
|
|
Hi everyone,
I know that both of these popups are represented with the same object. Is there a way to distinguish quick fix popup and content assist popup assuming that I have the reference for CompletionProposalPopup object?
Specifically, I am looking for a method/field/detail that would help me do following:
CompletionProposalPopup popup = ... // Assume that I have retrieved this object.
if ( popup.isQuickFix() ) // This method does not exists, I am looking for it
{
// Do some stuff
}
else
{
// Do nothing.
}
Thanks, best regards,
[Updated on: Mon, 12 September 2011 00:47] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01821 seconds