|
Eclipse RCP creating select all menu problem -
02-15-2009, 09:36 PM
Hi All,
I am new to eclipse rcp.
I am trying to create select all menu action item.
I created a text area which displays the contents of a folder.
The user inputs foldername and displays the contents in another text area.
I created select all in ApplicationActionBarAdvisor.java.But it is disabled always.
But am unable to bind select all action with the contents I am selecting in the text area.
Can any one please give me the link to how the view class binds the menu actions(registered in ApplicationActionBarAdvisor.java)
I think I am missing something which is not allowing me to bind.
Attached the code.
|