Uses of Class
org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
-
Packages that use FilteredItemsSelectionDialog.SelectionHistory Package Description org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. -
-
Uses of FilteredItemsSelectionDialog.SelectionHistory in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return FilteredItemsSelectionDialog.SelectionHistory Modifier and Type Method Description protected FilteredItemsSelectionDialog.SelectionHistoryFilteredItemsSelectionDialog. getSelectionHistory()Returns the history of selected elements.Methods in org.eclipse.ui.dialogs with parameters of type FilteredItemsSelectionDialog.SelectionHistory Modifier and Type Method Description protected voidFilteredItemsSelectionDialog. setSelectionHistory(FilteredItemsSelectionDialog.SelectionHistory selectionHistory)Sets new history.
-