Uses of Interface
de.team33.sphinx.metis.JCheckBoxMenuItems.Setup
-
Uses of JCheckBoxMenuItems.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JCheckBoxMenuItems.SetupModifier and TypeInterfaceDescriptionstatic interfaceJCheckBoxMenuItems.Setup<T extends JCheckBoxMenuItem,S extends JCheckBoxMenuItems.Setup<T, S>> Utility interface to set up a target instance ofJCheckBoxMenuItem.Classes in de.team33.sphinx.metis that implement JCheckBoxMenuItems.SetupModifier and TypeClassDescriptionstatic final classJCheckBoxMenuItems.Builder<T extends JCheckBoxMenuItem>Builder implementation to build target instances ofJCheckBoxMenuItem.static final classJCheckBoxMenuItems.Charger<T extends JCheckBoxMenuItem>Charger implementation to charge target instances ofJCheckBoxMenuItem.Methods in de.team33.sphinx.metis that return JCheckBoxMenuItems.SetupModifier and TypeMethodDescriptionstatic JCheckBoxMenuItems.Setup<JCheckBoxMenuItem,?> JCheckBoxMenuItems.setup(JCheckBoxMenuItem target) Returns a newJCheckBoxMenuItems.Setupfor a givenJCheckBoxMenuIteminstance.