Results 1 to 6 of 6
Thread: File Browser
- 09-08-2008, 01:24 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 3
- Rep Power
- 0
File Browser
Hi,
I'm new to SWT and I'm looking for a file browser control for an Eclipse Plug-In. I know SWT has one, but it shows files in a list, what I need is 'Icon view', similar to windows explorer.
I tried googling for a custom SWT controls that would offer such functionality, but didn't find anything.
What would be the easiest way to implement a crossplatform file browser control like this? Does anyone have any tips?
- 09-08-2008, 05:33 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Are you looking an Eclipse plug-in or an application similar to explorer?
For the first part of my question, I'm not an Eclipse user. So I can't say anything about that. If you are talking about a plug-in then this is not the correct forum to discuss it. In that case I can move you to the correct place, let me know if you want and don't start a new thread again.
If you want to develop a similar application as explorer, you can use the tree view for that. Just search on the web and see a simple example.
- 09-08-2008, 08:09 PM #3
Member
- Join Date
- Sep 2008
- Posts
- 3
- Rep Power
- 0
I'm talking about an SWT control.
You probably mean the TreeView control that is shown in explorer on the left side, that shows folders.
That's not what I meant though. I mean the one on the right, where content of the selected folder is shown. I want my SWT control to list folder content from left to right (like when you right click inside a folder and select "view->icons" from the menu in MS explorer), not in a list. I'm looking for the easiest way to implement such functionality in SWT, because none of the original SWT controls seem to support it.
- 09-09-2008, 04:19 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
That mean rather than displaying folders on the tree view you want to display files(content of the folder) also. It's not possible directly I think using tree view. Try to do it custom ways, look at all members of TreeView. You may find a solution for that.
- 09-09-2008, 12:45 PM #5
Member
- Join Date
- Sep 2008
- Posts
- 3
- Rep Power
- 0
Allright, thank you.
- 09-09-2008, 01:02 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Read the documnet, I'm not remember in details about TreeView.
Similar Threads
-
How to print a HTML file in browser look using JAVA
By ammameiya in forum Advanced JavaReplies: 5Last Post: 06-25-2010, 02:36 AM -
Browser
By Jessie Madman in forum AWT / SwingReplies: 20Last Post: 02-17-2009, 01:56 PM -
Need Help! swt/Browser
By sealyu in forum SWT / JFaceReplies: 4Last Post: 07-09-2008, 08:16 PM -
how to get url from browser
By srinivas reddy in forum New To JavaReplies: 0Last Post: 02-08-2008, 07:46 AM -
File Save not showing FileSAVE dialog box , getting displayed in browser
By deepdba in forum Java ServletReplies: 0Last Post: 12-06-2007, 06:10 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks