Uses of Class
gg.xp.xivsupport.gui.tables.CustomTableModel
Packages that use CustomTableModel
Package
Description
- 
Uses of CustomTableModel in gg.xp.xivsupport.events.triggers.jobs.gui
Methods in gg.xp.xivsupport.events.triggers.jobs.gui that return CustomTableModel - 
Uses of CustomTableModel in gg.xp.xivsupport.gui.tables
Methods in gg.xp.xivsupport.gui.tables that return CustomTableModelModifier and TypeMethodDescriptionCustomTableModel.CustomTableModelBuilder.build()TableWithFilterAndDetails.getMainModel()Methods in gg.xp.xivsupport.gui.tables with parameters of type CustomTableModelModifier and TypeMethodDescriptionstatic voidCustomRightClickOption.configureTable(JTable table, CustomTableModel<?> model, Supplier<List<CustomRightClickOption>> optionsProvier) static voidCustomRightClickOption.configureTable(JTable table, CustomTableModel<?> model, List<CustomRightClickOption> options) voidRightClickOptionRepo.configureTable(JTable table, CustomTableModel<?> model) Configure a table using these optionsvoidCustomRightClickOption.doAction(CustomTableModel<?> object) booleanCustomRightClickOption.shouldAppear(CustomTableModel<?> object) Constructors in gg.xp.xivsupport.gui.tables with parameters of type CustomTableModelModifierConstructorDescriptionSelectionHelper(JTable table, CustomTableModel<X> model, Function<X, Component> detailsProvider)  - 
Uses of CustomTableModel in gg.xp.xivsupport.gui.util
Methods in gg.xp.xivsupport.gui.util with parameters of type CustomTableModelModifier and TypeMethodDescriptionstatic <X> voidGuiUtil.tableDoubleClickAction(JTable table, CustomTableModel<X> model, Consumer<X> action)