Uses of Class
gg.xp.xivsupport.gui.tables.CustomRightClickOption
Packages that use CustomRightClickOption
-
Uses of CustomRightClickOption in gg.xp.xivsupport.gui.tables
Methods in gg.xp.xivsupport.gui.tables that return CustomRightClickOptionModifier and TypeMethodDescriptionstatic <X> CustomRightClickOption
static <X> CustomRightClickOption
CustomRightClickOption.forRow
(String label, Class<X> expectedClass, Consumer<X> action, Predicate<X> shouldAppear) static <X,
Y> CustomRightClickOption CustomRightClickOption.forRowWithConverter
(String label, Class<X> initialClass, Function<X, @Nullable Y> conversion, Consumer<Y> action) Methods in gg.xp.xivsupport.gui.tables that return types with arguments of type CustomRightClickOptionMethods in gg.xp.xivsupport.gui.tables with parameters of type CustomRightClickOptionModifier and TypeMethodDescriptionvoid
RightClickOptionRepo.addOption
(CustomRightClickOption cro) static RightClickOptionRepo
RightClickOptionRepo.of
(CustomRightClickOption... options) Create a standalone RightClickOptionRepoRightClickOptionRepo.withMore
(CustomRightClickOption... newOptions) Create a RightClickOptionRepo which is linked with the current instance and inherits all options from the parent.Method parameters in gg.xp.xivsupport.gui.tables with type arguments of type CustomRightClickOptionModifier and TypeMethodDescriptionstatic void
CustomRightClickOption.configureTable
(JTable table, CustomTableModel<?> model, Supplier<List<CustomRightClickOption>> optionsProvier) static void
CustomRightClickOption.configureTable
(JTable table, CustomTableModel<?> model, List<CustomRightClickOption> options) static RightClickOptionRepo
RightClickOptionRepo.of
(List<CustomRightClickOption> options) Create a standalone RightClickOptionRepo