Is there any inbuilt API in netbeans to know about selection in editor?
Eclipse is having ISelction base interface for User Selection & it also provides concrete classes for that so as to know selection info in editor. how can we achieve this in netbeans?