Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Where is the source code/implementation for Servers View?
Where is the source code/implementation for Servers View? [message #157177] Wed, 18 January 2006 22:18 Go to next message
Rahul is currently offline RahulFriend
Messages: 64
Registered: July 2009
Member
Hi,

Could any one point me to the sources for "Servers" view implementation
for WTP.

I want to understand how the TableTree view that lists defined Servers
and each of the deployed applications (with nice images) has been
implemented.

Thanks in advance,

Rahul
Re: Where is the source code/implementation for Servers View? [message #157194 is a reply to message #157177] Thu, 19 January 2006 04:58 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Rahul,

download wtp-sdk and import plugins org.eclipse.swt.rdb.*
search views extension point and you will find

Rahul wrote:

>
> Hi,
>
> Could any one point me to the sources for "Servers" view implementation
> for WTP.
>
> I want to understand how the TableTree view that lists defined Servers
> and each of the deployed applications (with nice images) has been
> implemented.
>
> Thanks in advance,
>
> Rahul
Re: Where is the source code/implementation for Servers View? [message #157352 is a reply to message #157194] Thu, 19 January 2006 19:16 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4481
Registered: July 2009
Senior Member

Haris Peco wrote:
> download wtp-sdk and import plugins org.eclipse.swt.rdb.*
> search views extension point and you will find

Actually, those are the Relational Database plugins. You want to
look in the org.eclipse.wst.server.ui plugin for the
org.eclipse.wst.server.ui.internal.view.servers.ServersView class.
It makes use of the native multi-column tree support introduced in
Eclipse 3.1. You can find an additional SWT snippet here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet170.java?rev=HEAD& amp;content-type=text/vnd.viewcvs-markup


--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:moving a Servlet
Next Topic:How to extend context menu to ".jsp" and ".js" file?
Goto Forum:
  


Current Time: Sun Aug 11 17:22:39 GMT 2024

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

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

Back to the top