Uses of Interface
org.eclipse.net4j.util.collection.IHistory
Packages that use IHistory
Package
Description
Additional collection-like interfaces and classes.
A library with reusable widgets.
-
Uses of IHistory in org.eclipse.net4j.util.collection
Classes in org.eclipse.net4j.util.collection that implement IHistoryMethods in org.eclipse.net4j.util.collection that return IHistoryModifier and TypeMethodDescriptionHistoryUtil.createHistory()
HistoryUtil.createPreferenceHistory
(OMPreference<String[]> preference) HistoryElement.getHistory()
IHistoryElement.getHistory()
IHistory<?>
IHistoryChangeEvent.getSource()
Constructors in org.eclipse.net4j.util.collection with parameters of type IHistory -
Uses of IHistory in org.eclipse.net4j.util.ui.widgets
Methods in org.eclipse.net4j.util.ui.widgets that return IHistoryConstructors in org.eclipse.net4j.util.ui.widgets with parameters of type IHistoryModifierConstructorDescriptionHistoryText
(Composite parent, int style, IHistory<String> history) HistoryTextDialog
(Shell parentShell, String dialogTitle, String dialogMessage, IHistory<String> history, IInputValidator validator)