public class DefaultHistoryController<T> extends DefaultActionListenerSupport implements HistoryController<T>
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHistoryController.HistoryEventImpl<T> |
HistoryController.HistoryEvent<T>listeners| Constructor and Description |
|---|
DefaultHistoryController(History<T> history,
javax.swing.JButton button) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JMenu |
createMenu() |
History<T> |
get() |
static void |
selfRegister() |
void |
setFilter(java.util.function.Predicate filter) |
addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerpublic static void selfRegister()
public javax.swing.JMenu createMenu()
createMenu in interface HistoryController<T>public void setFilter(java.util.function.Predicate filter)
setFilter in interface HistoryController<T>public History<T> get()
get in interface HistoryController<T>