Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Thu, 19 May 2011 03:43 Go to next message
will  is currently offline will Friend
Messages: 2
Registered: May 2011
Junior Member
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: Thu, 19 May 2011 03:53]

Report message to a moderator

Re: How To double click editor tab to maximize it [message #671807 is a reply to message #671801] Thu, 19 May 2011 03:52 Go to previous message
will  is currently offline will Friend
Messages: 2
Registered: May 2011
Junior Member
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: Fri Apr 26 16:56:32 GMT 2024

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

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

Back to the top