Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » [Done] How To double click editor tab to maximize it
[Done] How To double click editor tab to maximize it [message #671801] Wed, 18 May 2011 23:43 Go to next message
Eclipse UserFriend
Razz i have create a rcp application. With an editor in it. But when i double click the editor tab, it does not work as i thought (this editor will maximize lick eclipse IDE does). Just nothing happens.

I wonder if there is a listener or some handler need to be added to this editor. But i search the help and can't find anything. Please give me a hand on it. thanks!

My editor
public class ReportPreviewEditor extends EditorPart{
...
}

[Updated on: Wed, 18 May 2011 23:53] by Moderator

Re: How To double click editor tab to maximize it [message #671807 is a reply to message #671801] Wed, 18 May 2011 23:52 Go to previous message
Eclipse UserFriend
Find the way. thanks.

public class Perspective implements IPerspectiveFactory {
public void createInitialLayout(IPageLayout layout) {
layout.setFixed(false);
}
}
Previous Topic:Simple Question: Making a button open a tab
Next Topic:Adding extension programmatically mess up presentation factory
Goto Forum:
  


Current Time: Sat Aug 30 23:38:07 EDT 2025

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

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

Back to the top