Uses of Interface
de.team33.sphinx.metis.JLayeredPanes.Setup
-
Uses of JLayeredPanes.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JLayeredPanes.SetupModifier and TypeInterfaceDescriptionstatic interfaceJLayeredPanes.Setup<T extends JLayeredPane,S extends JLayeredPanes.Setup<T, S>> Utility interface to set up a target instance ofJLayeredPane.Subinterfaces of JLayeredPanes.Setup in de.team33.sphinx.metisModifier and TypeInterfaceDescriptionstatic interfaceJDesktopPanes.Setup<T extends JDesktopPane,S extends JDesktopPanes.Setup<T, S>> Utility interface to set up a target instance ofJDesktopPane.Classes in de.team33.sphinx.metis that implement JLayeredPanes.SetupModifier and TypeClassDescriptionstatic final classJDesktopPanes.Builder<T extends JDesktopPane>Builder implementation to build target instances ofJDesktopPane.static final classJDesktopPanes.Charger<T extends JDesktopPane>Charger implementation to charge target instances ofJDesktopPane.static final classJLayeredPanes.Builder<T extends JLayeredPane>Builder implementation to build target instances ofJLayeredPane.static final classJLayeredPanes.Charger<T extends JLayeredPane>Charger implementation to charge target instances ofJLayeredPane.Methods in de.team33.sphinx.metis that return JLayeredPanes.SetupModifier and TypeMethodDescriptionstatic JLayeredPanes.Setup<JLayeredPane,?> JLayeredPanes.setup(JLayeredPane target) Returns a newJLayeredPanes.Setupfor a givenJLayeredPaneinstance.