Module org.autogui

Class GuiSwingHistoryMenu<ValueType,PaneType extends GuiSwingView.ValuePane<ValueType>>

Type Parameters:
ValueType - the value type of the pane
PaneType - a valued pane
All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants, TableTargetMenu, PopupCategorized.CategorizedMenuItem, PopupCategorized.CategorizedMenuItemComponent
Direct Known Subclasses:
GuiSwingHistoryMenu.HistoryMenuForTableColumn, GuiSwingTableColumnFilePath.ColumnHistoryMenuFilePath, GuiSwingViewFilePathField.HistoryMenuFilePath, GuiSwingViewImagePane.HistoryMenuImage

public class GuiSwingHistoryMenu<ValueType,PaneType extends GuiSwingView.ValuePane<ValueType>> extends JMenu implements TableTargetMenu, PopupCategorized.CategorizedMenuItemComponent
the menu for history value selection. the menu items are dynamically created from value histories of the context, loaded by preferences.
See Also: