Uses of Interface
de.team33.sphinx.metis.JScrollPanes.Setup
-
Uses of JScrollPanes.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JScrollPanes.SetupModifier and TypeInterfaceDescriptionstatic interfaceJScrollPanes.Setup<T extends JScrollPane,S extends JScrollPanes.Setup<T, S>> Utility interface to set up a target instance ofJScrollPane.Classes in de.team33.sphinx.metis that implement JScrollPanes.SetupModifier and TypeClassDescriptionstatic final classJScrollPanes.Builder<T extends JScrollPane>Builder implementation to build target instances ofJScrollPane.static final classJScrollPanes.Charger<T extends JScrollPane>Charger implementation to charge target instances ofJScrollPane.Methods in de.team33.sphinx.metis that return JScrollPanes.SetupModifier and TypeMethodDescriptionstatic JScrollPanes.Setup<JScrollPane,?> JScrollPanes.setup(JScrollPane target) Returns a newJScrollPanes.Setupfor a givenJScrollPaneinstance.