Uses of Interface
de.team33.sphinx.metis.JToggleButtons.Setup
-
Uses of JToggleButtons.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JToggleButtons.SetupModifier and TypeInterfaceDescriptionstatic interfaceJToggleButtons.Setup<T extends JToggleButton,S extends JToggleButtons.Setup<T, S>> Utility interface to set up a target instance ofJToggleButton.Subinterfaces of JToggleButtons.Setup in de.team33.sphinx.metisModifier and TypeInterfaceDescriptionstatic interfaceJCheckBoxes.Setup<T extends JCheckBox,S extends JCheckBoxes.Setup<T, S>> Utility interface to set up a target instance ofJCheckBox.static interfaceJRadioButtons.Setup<T extends JRadioButton,S extends JRadioButtons.Setup<T, S>> Utility interface to set up a target instance ofJRadioButton.Classes in de.team33.sphinx.metis that implement JToggleButtons.SetupModifier and TypeClassDescriptionstatic final classJCheckBoxes.Builder<T extends JCheckBox>Builder implementation to build target instances ofJCheckBox.static final classJCheckBoxes.Charger<T extends JCheckBox>Charger implementation to charge target instances ofJCheckBox.static final classJRadioButtons.Builder<T extends JRadioButton>Builder implementation to build target instances ofJRadioButton.static final classJRadioButtons.Charger<T extends JRadioButton>Charger implementation to charge target instances ofJRadioButton.static final classJToggleButtons.Builder<T extends JToggleButton>Builder implementation to build target instances ofJToggleButton.static final classJToggleButtons.Charger<T extends JToggleButton>Charger implementation to charge target instances ofJToggleButton.Methods in de.team33.sphinx.metis that return JToggleButtons.SetupModifier and TypeMethodDescriptionstatic JToggleButtons.Setup<JToggleButton,?> JToggleButtons.setup(JToggleButton target) Returns a newJToggleButtons.Setupfor a givenJToggleButtoninstance.