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> CustomRightClickOptionstatic <X> CustomRightClickOptionCustomRightClickOption.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 TypeMethodDescriptionvoidRightClickOptionRepo.addOption(CustomRightClickOption cro) static RightClickOptionRepoRightClickOptionRepo.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 voidCustomRightClickOption.configureTable(JTable table, CustomTableModel<?> model, Supplier<List<CustomRightClickOption>> optionsProvier) static voidCustomRightClickOption.configureTable(JTable table, CustomTableModel<?> model, List<CustomRightClickOption> options) static RightClickOptionRepoRightClickOptionRepo.of(List<CustomRightClickOption> options) Create a standalone RightClickOptionRepo