| Package | Description |
|---|---|
| org.eclipse.net4j.util.collection |
Additional collection-like interfaces and classes.
|
| org.eclipse.net4j.util.ui.widgets |
A library with reusable widgets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
History<T> |
class |
PreferenceHistory |
| Modifier and Type | Method and Description |
|---|---|
static IHistory<String> |
HistoryUtil.createHistory() |
static IHistory<String> |
HistoryUtil.createPreferenceHistory(OMPreference<String[]> preference) |
IHistory<IHistoryElement<T>> |
HistoryElement.getHistory() |
IHistory<IHistoryElement<T>> |
IHistoryElement.getHistory() |
IHistory<?> |
IHistoryChangeEvent.getSource() |
| Constructor and Description |
|---|
HistoryElement(IHistory<IHistoryElement<T>> history,
T data) |
| Modifier and Type | Method and Description |
|---|---|
IHistory<String> |
HistoryText.getHistory() |
IHistory<String> |
HistoryTextDialog.getHistory() |
| Constructor and Description |
|---|
HistoryText(Composite parent,
int style,
IHistory<String> history) |
HistoryTextDialog(Shell parentShell,
String dialogTitle,
String dialogMessage,
IHistory<String> history,
IInputValidator validator) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.