Need overview of eclipse's exported views etc. [message #296169] |
Fri, 16 December 2005 05:14  |
Eclipse User |
|
|
|
Originally posted by: address.starts.after.hyphen-martin.umgeher.joanneum.at
Hi,
where can I find an overview listing e.g. all reusable views that are
part of the eclipse platform? For example, I'd like to add
ResourceNavigator to my perspective, but I have no idea where to find
its ID... according to some articles, this should be listed in the
javadoc of the class, but that's not the case.
Thanks,
M
|
|
|
Re: Need overview of eclipse's exported views etc. [message #296170 is a reply to message #296169] |
Fri, 16 December 2005 05:37  |
Eclipse User |
|
|
|
Originally posted by: scheglov_ke.nlmk.ru
This is a multi-part message in MIME format.
--------------050900090401000005090403
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
martin wrote:
See in attachment XML with all standard views that we show in SWT
Designer during perspective editing.
> where can I find an overview listing e.g. all reusable views that are
> part of the eclipse platform? For example, I'd like to add
> ResourceNavigator to my perspective, but I have no idea where to find
> its ID... according to some articles, this should be listed in the
> javadoc of the class, but that's not the case.
--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
--------------050900090401000005090403
Content-Type: text/xml;
name="standard_views.xml"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="standard_views.xml"
<?xml version="1.0" encoding="UTF-8"?>
<config>
<category title="Standard">
<class name="org.eclipse.ui.IPageLayout">
<field name="ID_RES_NAV"/>
<field name="ID_PROP_SHEET"/>
<field name="ID_OUTLINE"/>
<field name="ID_BOOKMARKS"/>
<field name="ID_PROBLEM_VIEW"/>
<field name="ID_TASK_LIST"/>
</class>
</category>
<category title="Java">
<class name="org.eclipse.jdt.ui.JavaUI">
<field name="ID_SOURCE_VIEW"/>
<field name="ID_JAVADOC_VIEW"/>
<field name="ID_PROJECTS_VIEW"/>
<field name="ID_PACKAGES"/>
<field name="ID_PACKAGES_VIEW"/>
<field name="ID_TYPES_VIEW"/>
<field name="ID_MEMBERS_VIEW"/>
<field name="ID_TYPE_HIERARCHY"/>
</class>
<class name="org.eclipse.jdt.debug.ui.IJavaDebugUIConstants">
<field name="ID_DISPLAY_VIEW"/>
</class>
</category>
<category title="Debug">
<class name="org.eclipse.debug.ui.IDebugUIConstants">
<field name="ID_DEBUG_VIEW"/>
<field name="ID_BREAKPOINT_VIEW"/>
<field name="ID_VARIABLE_VIEW"/>
<field name="ID_EXPRESSION_VIEW"/>
<field name="ID_REGISTER_VIEW"/>
</class>
</category>
<category title="Misc">
<class name="org.eclipse.ui.progress.IProgressConstants">
<field name="PROGRESS_VIEW_ID"/>
</class>
<class name="org.eclipse.ui.console.IConsoleConstants">
<field name="ID_CONSOLE_VIEW"/>
</class>
<class name="org.eclipse.team.ui.synchronize.ISynchronizeView">
<field name="VIEW_ID"/>
</class>
</category>
</config>
--------------050900090401000005090403--
|
|
|
Powered by
FUDForum. Page generated in 0.04616 seconds