Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT widget of file import wizard
SWT widget of file import wizard [message #465715] Tue, 20 December 2005 12:32 Go to next message
shmuel siegel is currently offline shmuel siegelFriend
Messages: 75
Registered: July 2009
Member
Is the SWT widget for eclipse's file import wizard available for a
standalone SWT app? Specifically, I am interested in its mechanism for
selecting folders and files.

Thanks
Re: SWT widget of file import wizard [message #465794 is a reply to message #465715] Tue, 20 December 2005 15:35 Go to previous messageGo to next message
Charles Tuckey is currently offline Charles TuckeyFriend
Messages: 18
Registered: July 2009
Junior Member
shmuel siegel wrote:
> Is the SWT widget for eclipse's file import wizard available for a
> standalone SWT app? Specifically, I am interested in its mechanism for
> selecting folders and files.
>
> Thanks

This is the class you need for selecting folders and files:
org.eclipse.swt.widgets.FileDialog


charlie
Re: SWT widget of file import wizard [message #465796 is a reply to message #465794] Tue, 20 December 2005 15:53 Go to previous messageGo to next message
shmuel siegel is currently offline shmuel siegelFriend
Messages: 75
Registered: July 2009
Member
Charles Tuckey wrote:
> shmuel siegel wrote:
>> Is the SWT widget for eclipse's file import wizard available for a
>> standalone SWT app? Specifically, I am interested in its mechanism for
>> selecting folders and files.
>>
>> Thanks
>
> This is the class you need for selecting folders and files:
> org.eclipse.swt.widgets.FileDialog
>
>
> charlie
Thanks, it is a useful dialog in itself and I will use it elsewhere in
my project. But it is the standard open file dialog box. I was looking
for the import wizard dialog. I was interested in how it added the check
boxes to the folders tree.
Re: SWT widget of file import wizard [message #465800 is a reply to message #465796] Tue, 20 December 2005 16:33 Go to previous message
shmuel siegel is currently offline shmuel siegelFriend
Messages: 75
Registered: July 2009
Member
shmuel siegel wrote:
> Charles Tuckey wrote:
>> shmuel siegel wrote:
>>> Is the SWT widget for eclipse's file import wizard available for a
>>> standalone SWT app? Specifically, I am interested in its mechanism
>>> for selecting folders and files.
>>>
>>> Thanks
>>
>> This is the class you need for selecting folders and files:
>> org.eclipse.swt.widgets.FileDialog
>>
>>
>> charlie
> Thanks, it is a useful dialog in itself and I will use it elsewhere in
> my project. But it is the standard open file dialog box. I was looking
> for the import wizard dialog. I was interested in how it added the check
> boxes to the folders tree.
Thank you eclipse for the snippets page. I found what I was looking for.
It is a style option for trees, SWT.CHECK .
Previous Topic:get enabled and disabled color for a widget(text,combo...)
Next Topic:Required packages on linux for full SWT funtionality
Goto Forum:
  


Current Time: Thu Apr 18 03:38:28 GMT 2024

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

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

Back to the top