Uses of Interface
de.team33.sphinx.metis.JTextAreas.Setup
-
Uses of JTextAreas.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JTextAreas.SetupModifier and TypeInterfaceDescriptionstatic interfaceJTextAreas.Setup<T extends JTextArea,S extends JTextAreas.Setup<T, S>> Utility interface to set up a target instance ofJTextArea.Classes in de.team33.sphinx.metis that implement JTextAreas.SetupModifier and TypeClassDescriptionstatic final classJTextAreas.Builder<T extends JTextArea>Builder implementation to build target instances ofJTextArea.static final classJTextAreas.Charger<T extends JTextArea>Charger implementation to charge target instances ofJTextArea.Methods in de.team33.sphinx.metis that return JTextAreas.SetupModifier and TypeMethodDescriptionstatic JTextAreas.Setup<JTextArea,?> Returns a newJTextAreas.Setupfor a givenJTextAreainstance.