Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Is there going to be a org.eclipse.corona.client.collaboration.ui plugin?

FYI...

Jim is researching the creation of a "ProjectBrowser" view.  This view
provides the context to a set of UI pages that are associated with the
same collaboration "project".

Currently, we have evaluated using ViewPart, PageBookView, and
MultiPageEditor as the basis for the ProjectBrowser.  The current
leading contender is PageBookView.

The objective is to define a context for displaying project
collaboration data based upon Eclipse's extension points.  Additional
pages can be provided by 3rd party and included in the same project
context.

The ProjectBrowser approach is based off the MultiPageEditor view used
to display a plug-ins manifest.mf within the PDE.  When you open a
manifest, you are shown a view that has multiple pages (overview,
dependencies, runtime, etc...)

There most likely will be an abstract ProjectBrowserPage class that must
be extended.  This will provide the basis for each extension point.  So
for Corona's exemplary implementation for project collaboration, the
following ProjectBrowserPages would be defined:
* Overview
* Team (list of team members, active/inactive)
* Event List (list of collaboration events)
* Home (home website for project - defined by ProjectContainer)
* Wiki (wiki website for project - defined by ProjectContainer)
* Bug (bugzilla home page for project - defined by ProjectContainer)


-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Marcin Okraszewski
Sent: Thursday, July 06, 2006 7:41 AM
To: Corona development
Subject: [corona-dev] Is there going to be a
org.eclipse.corona.client.collaboration.ui plugin?

I'm moving the Event List view to the ...client.project.ui plugin. But I

find some UI code that is generic and can be used in any context, not 
only in project. This is an event details window - it simply shows all 
properties of an event. It also adds a context menu item if there is an 
event selected in any view. This can be used by any collaboration 
application. So, should we create a ...client.collaboration.ui plugin 
for this?

Marcin
The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 
_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top