Uses of Interface
org.eclipse.net4j.util.collection.IHistory

Packages that use IHistory
org.eclipse.net4j.util.collection Additional collection-like interfaces and classes. 
org.eclipse.net4j.util.ui.widgets   
 

Uses of IHistory in org.eclipse.net4j.util.collection
 

Classes in org.eclipse.net4j.util.collection that implement IHistory
 class History<T>
           
 class PreferenceHistory
           
 

Methods in org.eclipse.net4j.util.collection that return IHistory
static IHistory<java.lang.String> HistoryUtil.createHistory()
           
static IHistory<java.lang.String> HistoryUtil.createPreferenceHistory(OMPreference<java.lang.String[]> preference)
           
 IHistory<IHistoryElement<T>> IHistoryElement.getHistory()
           
 IHistory<IHistoryElement<T>> HistoryElement.getHistory()
           
 

Constructors in org.eclipse.net4j.util.collection with parameters of type IHistory
HistoryElement(IHistory<IHistoryElement<T>> history, T data)
           
 

Uses of IHistory in org.eclipse.net4j.util.ui.widgets
 

Methods in org.eclipse.net4j.util.ui.widgets that return IHistory
 IHistory<java.lang.String> HistoryTextDialog.getHistory()
           
 IHistory<java.lang.String> HistoryText.getHistory()
           
 

Constructors in org.eclipse.net4j.util.ui.widgets with parameters of type IHistory
HistoryText(org.eclipse.swt.widgets.Composite parent, int style, IHistory<java.lang.String> history)
           
HistoryTextDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String dialogTitle, java.lang.String dialogMessage, IHistory<java.lang.String> history, org.eclipse.jface.dialogs.IInputValidator validator)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.