Uses of Interface
de.team33.sphinx.metis.AbstractButtons.Setup
-
Uses of AbstractButtons.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type AbstractButtons.SetupModifier and TypeInterfaceDescriptionstatic interfaceAbstractButtons.Setup<B extends AbstractButton,S extends AbstractButtons.Setup<B, S>> Utility interface to set up a target instance ofAbstractButton.Subinterfaces of AbstractButtons.Setup in de.team33.sphinx.metisModifier and TypeInterfaceDescriptionstatic interfaceJButtons.Setup<B extends JButton,S extends JButtons.Setup<B, S>> Utility interface to set up a target instance ofJButton.static interfaceJCheckBoxes.Setup<T extends JCheckBox,S extends JCheckBoxes.Setup<T, S>> Utility interface to set up a target instance ofJCheckBox.static interfaceJCheckBoxMenuItems.Setup<T extends JCheckBoxMenuItem,S extends JCheckBoxMenuItems.Setup<T, S>> Utility interface to set up a target instance ofJCheckBoxMenuItem.static interfaceJMenuItems.Setup<T extends JMenuItem,S extends JMenuItems.Setup<T, S>> Utility interface to set up a target instance ofJMenuItem.static interfaceJMenus.Setup<T extends JMenu,S extends JMenus.Setup<T, S>> Utility interface to set up a target instance ofJMenu.static interfaceJRadioButtonMenuItems.Setup<T extends JRadioButtonMenuItem,S extends JRadioButtonMenuItems.Setup<T, S>> Utility interface to set up a target instance ofJRadioButtonMenuItem.static interfaceJRadioButtons.Setup<T extends JRadioButton,S extends JRadioButtons.Setup<T, S>> Utility interface to set up a target instance ofJRadioButton.static interfaceJToggleButtons.Setup<T extends JToggleButton,S extends JToggleButtons.Setup<T, S>> Utility interface to set up a target instance ofJToggleButton.Classes in de.team33.sphinx.metis that implement AbstractButtons.SetupModifier and TypeClassDescriptionstatic final classAbstractButtons.Builder<B extends AbstractButton>Builder implementation to build target instances ofAbstractButton.static final classAbstractButtons.Charger<B extends AbstractButton>Charger implementation to charge target instances ofAbstractButton.static final classJButtons.Builder<B extends JButton>Builder implementation to build target instances ofJButton.static final classJButtons.Charger<B extends JButton>Charger implementation to charge target instances ofJButton.static 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 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.static final classJMenuItems.Builder<T extends JMenuItem>Builder implementation to build target instances ofJMenuItem.static final classJMenuItems.Charger<T extends JMenuItem>Charger implementation to charge target instances ofJMenuItem.static final classJMenus.Builder<T extends JMenu>Builder implementation to build target instances ofJMenu.static final classJMenus.Charger<T extends JMenu>Charger implementation to charge target instances ofJMenu.static final classBuilder implementation to build target instances ofJRadioButtonMenuItem.static final classCharger implementation to charge target instances ofJRadioButtonMenuItem.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 AbstractButtons.SetupModifier and TypeMethodDescriptionstatic AbstractButtons.Setup<AbstractButton,?> AbstractButtons.setup(AbstractButton target) Returns a newAbstractButtons.Setupfor a givenAbstractButtoninstance.