Uses of Interface
de.team33.sphinx.metis.Frames.Setup
-
Uses of Frames.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type Frames.SetupModifier and TypeInterfaceDescriptionstatic interfaceFrames.Setup<F extends Frame,S extends Frames.Setup<F, S>> Utility interface to set up a target instance ofFrame.Subinterfaces of Frames.Setup in de.team33.sphinx.metisModifier and TypeInterfaceDescriptionstatic interfaceJFrames.Setup<F extends JFrame,S extends JFrames.Setup<F, S>> Utility interface to set up a target instance ofJFrame.Classes in de.team33.sphinx.metis that implement Frames.SetupModifier and TypeClassDescriptionstatic final classFrames.Builder<F extends Frame>Builder implementation to build target instances ofFrame.static final classFrames.Charger<F extends Frame>Charger implementation to charge target instances ofFrame.static final classJFrames.Builder<F extends JFrame>Builder implementation to build target instances ofJFrame.static final classJFrames.Charger<F extends JFrame>Charger implementation to charge target instances ofJFrame.Methods in de.team33.sphinx.metis that return Frames.SetupModifier and TypeMethodDescriptionstatic Frames.Setup<Frame,?> Returns a newFrames.Setupfor a givenFrameinstance.