[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform] How to get the ActivePage Layout ?
From
:
viji_chandran@xxxxxxxxx
(vijju)
Date
: Fri, 16 Nov 2007 15:45:46 +0000 (UTC)
Newsgroups
:
eclipse.platform
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi
I created a perspective & i have added 2 views in this perspective like this i have somany perspectives in my application
public class Perspective implements IPerspectiveFactory {
public void createInitialLayout(IPageLayout layout) {
layout.setEditorAreaVisible(false);
layout.addView("Com.XYZ.View1", false,
IPageLayout.LEFT, 0.6f, layout.getEditorArea();
layout.addView("Com.XYZ.View2", false, IPageLayout.LEFT, 0.3f, layout.getEditorArea();
}
Now My problem is i want to store the Active Page(Perspective) views details in database
through viewregistry i'm able to get all view ID's in the activepage ,but how to get the position of the view(0.6f) & relationship(IPageLayout.LEFT) at runtime
Thanks, vijju
Follow-Ups
:
[news.eclipse.platform] Re: How to get the ActivePage Layout ?
From:
Paul Webster
Prev by Date:
[news.eclipse.platform] Handling ":" in Resource names
Next by Date:
[news.eclipse.platform] Re: Commands+Handlers vs. Actions
Previous by thread:
[news.eclipse.platform] Handling ":" in Resource names
Next by thread:
[news.eclipse.platform] Re: How to get the ActivePage Layout ?
Index(es):
Date
Thread