Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » JFace ApplicationWindow in Eclipse Viewpart
JFace ApplicationWindow in Eclipse Viewpart [message #690264] Wed, 29 June 2011 09:42 Go to next message
oinkl is currently offline oinklFriend
Messages: 17
Registered: September 2010
Junior Member
I would like to create an Eclipse view with support for toolbars, menubars, and status line provided for in JFace's ApplicationWindow. What should I do in createPartControl() of the view class to enable this?

Thanks!
Re: JFace ApplicationWindow in Eclipse Viewpart [message #716328 is a reply to message #690264] Wed, 17 August 2011 04:15 Go to previous messageGo to next message
John Steele is currently offline John SteeleFriend
Messages: 33
Registered: June 2010
Location: Seattle, WA
Member
addMenuBar() will add the top-level menu.
addToolBar() will add the toolbar underneath the main menu.
addStatusLine() will create the status area near the bottom of the window.
Re: JFace ApplicationWindow in Eclipse Viewpart [message #718399 is a reply to message #716328] Wed, 24 August 2011 08:25 Go to previous message
jim liu is currently offline jim liuFriend
Messages: 37
Registered: February 2011
Location: shanghai
Member
create a view by plugin project wizard,and choose view.the generated code with toolbars,menubars support.

java eclipse Search
http://javafind.appspot.com/
Previous Topic:Using EditingSupport.setValue(Object element, Object value) with strings.
Next Topic:where to get snippets for WindowManager?
Goto Forum:
  


Current Time: Fri Apr 26 00:48:02 GMT 2024

Powered by FUDForum. Page generated in 0.03842 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top