Uses of Interface
de.team33.sphinx.metis.Windows.Setup
-
Uses of Windows.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type Windows.SetupModifier and TypeInterfaceDescriptionstatic interfaceWindows.Setup<W extends Window,S extends Windows.Setup<W, S>> Utility interface to set up a target instance ofWindow.Subinterfaces of Windows.Setup in de.team33.sphinx.metisModifier and TypeInterfaceDescriptionstatic interfaceDialogs.Setup<D extends Dialog,S extends Dialogs.Setup<D, S>> Utility interface to set up a target instance ofDialog.static interfaceFrames.Setup<F extends Frame,S extends Frames.Setup<F, S>> Utility interface to set up a target instance ofFrame.static interfaceJDialogs.Setup<T extends JDialog,S extends JDialogs.Setup<T, S>> Utility interface to set up a target instance ofJDialog.static interfaceJFrames.Setup<F extends JFrame,S extends JFrames.Setup<F, S>> Utility interface to set up a target instance ofJFrame.static interfaceJWindows.Setup<T extends JWindow,S extends JWindows.Setup<T, S>> Utility interface to set up a target instance ofJWindow.Classes in de.team33.sphinx.metis that implement Windows.SetupModifier and TypeClassDescriptionstatic final classDialogs.Builder<D extends Dialog>Builder implementation to build target instances ofDialog.static final classDialogs.Charger<D extends Dialog>Charger implementation to charge target instances ofDialog.static 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 classJDialogs.Builder<T extends JDialog>Builder implementation to build target instances ofJDialog.static final classJDialogs.Charger<T extends JDialog>Charger implementation to charge target instances ofJDialog.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.static final classJWindows.Builder<T extends JWindow>Builder implementation to build target instances ofJWindow.static final classJWindows.Charger<T extends JWindow>Charger implementation to charge target instances ofJWindow.static final classWindows.Builder<W extends Window>Builder implementation to build target instances ofWindow.static final classWindows.Charger<W extends Window>Charger implementation to charge target instances ofWindow.Methods in de.team33.sphinx.metis that return Windows.SetupModifier and TypeMethodDescriptionstatic Windows.Setup<Window,?> Returns a newWindows.Setupfor a givenWindowinstance.