Uses of Interface
de.team33.sphinx.metis.JFileChoosers.Setup
-
Uses of JFileChoosers.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JFileChoosers.SetupModifier and TypeInterfaceDescriptionstatic interfaceJFileChoosers.Setup<T extends JFileChooser,S extends JFileChoosers.Setup<T, S>> Utility interface to set up a target instance ofJFileChooser.Classes in de.team33.sphinx.metis that implement JFileChoosers.SetupModifier and TypeClassDescriptionstatic final classJFileChoosers.Builder<T extends JFileChooser>Builder implementation to build target instances ofJFileChooser.static final classJFileChoosers.Charger<T extends JFileChooser>Charger implementation to charge target instances ofJFileChooser.Methods in de.team33.sphinx.metis that return JFileChoosers.SetupModifier and TypeMethodDescriptionstatic JFileChoosers.Setup<JFileChooser,?> JFileChoosers.setup(JFileChooser target) Returns a newJFileChoosers.Setupfor a givenJFileChooserinstance.