Uses of Package
org.mailster.gui.prefs.widgets

Packages that use org.mailster.gui.prefs.widgets
org.mailster.gui.prefs   
org.mailster.gui.prefs.pages   
org.mailster.gui.prefs.widgets   
 

Classes in org.mailster.gui.prefs.widgets used by org.mailster.gui.prefs
DialogMessageArea
          The DialogMessageArea is a resusable component for adding an accessible message area to a dialog.
ITableContentProvider
          Interface to be implemented by IContentProviders to enable generic sorting support for JFace TableViewer instances by the help of the TableViewerSorter class.
 

Classes in org.mailster.gui.prefs.widgets used by org.mailster.gui.prefs.pages
DirectoryFieldEditor
          Extends the original JFace DirectoryFieldEditor to enable the configuration of the validation strategy via constructor.
HostFieldEditor
          ---
Mailster (C) 2007-2009 De Oliveira Edouard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
SpinnerFieldEditor
          Allows editing of a numeric value in a Spinner component.
TableFieldEditor
          A FieldEditor implementation that supports the selection of tabular data.
 

Classes in org.mailster.gui.prefs.widgets used by org.mailster.gui.prefs.widgets
ITableContentProvider
          Interface to be implemented by IContentProviders to enable generic sorting support for JFace TableViewer instances by the help of the TableViewerSorter class.
TableViewerSorter
          Generic ViewerSorter extension for Viewer instances using ITableContentProvider implementations.
TableViewerSorterHandler
          Enables sorting facility for Table instances using an arbitrary TableViewerSorter for sorting.