Uses of Record Class
eu.cloudnetservice.modules.syncproxy.config.SyncProxyTabList
Packages that use SyncProxyTabList
-
Uses of SyncProxyTabList in eu.cloudnetservice.modules.syncproxy.config
Fields in eu.cloudnetservice.modules.syncproxy.config with type parameters of type SyncProxyTabListModifier and TypeFieldDescriptionprivate List<SyncProxyTabList> SyncProxyTabListConfiguration.Builder.entriesprotected final List<SyncProxyTabList> SyncProxyTabListConfiguration.entriesMethods in eu.cloudnetservice.modules.syncproxy.config that return SyncProxyTabListModifier and TypeMethodDescriptionSyncProxyTabList.Builder.build()SyncProxyTabListConfiguration.currentEntry()SyncProxyTabListConfiguration.tick()Methods in eu.cloudnetservice.modules.syncproxy.config that return types with arguments of type SyncProxyTabListMethods in eu.cloudnetservice.modules.syncproxy.config with parameters of type SyncProxyTabListModifier and TypeMethodDescriptionSyncProxyTabListConfiguration.Builder.addTabListEntry(@NonNull SyncProxyTabList tabList) static @NonNull SyncProxyTabList.BuilderSyncProxyTabList.builder(@NonNull SyncProxyTabList tabList) Method parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyTabListModifier and TypeMethodDescriptionSyncProxyTabListConfiguration.Builder.tabListEntries(@NonNull List<SyncProxyTabList> entries) Constructor parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyTabListModifierConstructorDescriptionprotectedSyncProxyTabListConfiguration(@NonNull String targetGroup, @NonNull List<SyncProxyTabList> entries, double animationsPerSecond)