| Package | Description |
|---|---|
| de.team33.sphinx.alpha.visual |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Containers.Setup<T extends Container,S extends Containers.Setup<T,S>>
Utility interface to set up a target instance of
Container. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractButtons.Setup<T extends AbstractButton,S extends AbstractButtons.Setup<T,S>>
Utility interface to set up a target instance of
AbstractButton. |
static interface |
Dialogs.Setup<T extends Dialog,S extends Dialogs.Setup<T,S>>
Utility interface to set up a target instance of
Dialog. |
static interface |
Frames.Setup<T extends Frame,S extends Frames.Setup<T,S>>
Utility interface to set up a target instance of
Frame. |
static interface |
JButtons.Setup<T extends JButton,S extends JButtons.Setup<T,S>>
Utility interface to set up a target instance of
JButton. |
static interface |
JCheckBoxes.Setup<T extends JCheckBox,S extends JCheckBoxes.Setup<T,S>>
Utility interface to set up a target instance of
JCheckBox. |
static interface |
JCheckBoxMenuItems.Setup<T extends JCheckBoxMenuItem,S extends JCheckBoxMenuItems.Setup<T,S>>
Utility interface to set up a target instance of
JCheckBoxMenuItem. |
static interface |
JColorChoosers.Setup<T extends JColorChooser,S extends JColorChoosers.Setup<T,S>>
Utility interface to set up a target instance of
JColorChooser. |
static interface |
JComboBoxes.Setup<E,T extends JComboBox<E>,S extends JComboBoxes.Setup<E,T,S>>
Utility interface to set up a target instance of
JComboBox. |
static interface |
JComponents.Setup<T extends JComponent,S extends JComponents.Setup<T,S>>
Utility interface to set up a target instance of
JComponent. |
static interface |
JDesktopPanes.Setup<T extends JDesktopPane,S extends JDesktopPanes.Setup<T,S>>
Utility interface to set up a target instance of
JDesktopPane. |
static interface |
JDialogs.Setup<T extends JDialog,S extends JDialogs.Setup<T,S>>
Utility interface to set up a target instance of
JDialog. |
static interface |
JEditorPanes.Setup<T extends JEditorPane,S extends JEditorPanes.Setup<T,S>>
Utility interface to set up a target instance of
JEditorPane. |
static interface |
JFileChoosers.Setup<T extends JFileChooser,S extends JFileChoosers.Setup<T,S>>
Utility interface to set up a target instance of
JFileChooser. |
static interface |
JFormattedTextFields.Setup<T extends JFormattedTextField,S extends JFormattedTextFields.Setup<T,S>>
Utility interface to set up a target instance of
JFormattedTextField. |
static interface |
JFrames.Setup<T extends JFrame,S extends JFrames.Setup<T,S>>
Utility interface to set up a target instance of
JFrame. |
static interface |
JInternalFrames.Setup<T extends JInternalFrame,S extends JInternalFrames.Setup<T,S>>
Utility interface to set up a target instance of
JInternalFrame. |
static interface |
JLabels.Setup<T extends JLabel,S extends JLabels.Setup<T,S>>
Utility interface to set up a target instance of
JLabel. |
static interface |
JLayeredPanes.Setup<T extends JLayeredPane,S extends JLayeredPanes.Setup<T,S>>
Utility interface to set up a target instance of
JLayeredPane. |
static interface |
JLayers.Setup<C extends Component,S extends JLayers.Setup<C,S>>
Utility interface to set up a target instance of
JLayer. |
static interface |
JLists.Setup<E,T extends JList<E>,S extends JLists.Setup<E,T,S>>
Utility interface to set up a target instance of
JList. |
static interface |
JMenuBars.Setup<T extends JMenuBar,S extends JMenuBars.Setup<T,S>>
Utility interface to set up a target instance of
JMenuBar. |
static interface |
JMenuItems.Setup<T extends JMenuItem,S extends JMenuItems.Setup<T,S>>
Utility interface to set up a target instance of
JMenuItem. |
static interface |
JMenus.Setup<T extends JMenu,S extends JMenus.Setup<T,S>>
Utility interface to set up a target instance of
JMenu. |
static interface |
JOptionPanes.Setup<T extends JOptionPane,S extends JOptionPanes.Setup<T,S>>
Utility interface to set up a target instance of
JOptionPane. |
static interface |
JPanels.Setup<T extends JPanel,S extends JPanels.Setup<T,S>>
Utility interface to set up a target instance of
JPanel. |
static interface |
JPasswordFields.Setup<T extends JPasswordField,S extends JPasswordFields.Setup<T,S>>
Utility interface to set up a target instance of
JPasswordField. |
static interface |
JPopupMenus.Setup<T extends JPopupMenu,S extends JPopupMenus.Setup<T,S>>
Utility interface to set up a target instance of
JPopupMenu. |
static interface |
JProgressBars.Setup<T extends JProgressBar,S extends JProgressBars.Setup<T,S>>
Utility interface to set up a target instance of
JProgressBar. |
static interface |
JRadioButtonMenuItems.Setup<T extends JRadioButtonMenuItem,S extends JRadioButtonMenuItems.Setup<T,S>>
Utility interface to set up a target instance of
JRadioButtonMenuItem. |
static interface |
JRadioButtons.Setup<T extends JRadioButton,S extends JRadioButtons.Setup<T,S>>
Utility interface to set up a target instance of
JRadioButton. |
static interface |
JRootPanes.Setup<T extends JRootPane,S extends JRootPanes.Setup<T,S>>
Utility interface to set up a target instance of
JRootPane. |
static interface |
JScrollBars.Setup<T extends JScrollBar,S extends JScrollBars.Setup<T,S>>
Utility interface to set up a target instance of
JScrollBar. |
static interface |
JScrollPanes.Setup<T extends JScrollPane,S extends JScrollPanes.Setup<T,S>>
Utility interface to set up a target instance of
JScrollPane. |
static interface |
JSeparators.Setup<T extends JSeparator,S extends JSeparators.Setup<T,S>>
Utility interface to set up a target instance of
JSeparator. |
static interface |
JSliders.Setup<T extends JSlider,S extends JSliders.Setup<T,S>>
Utility interface to set up a target instance of
JSlider. |
static interface |
JSpinners.Setup<T extends JSpinner,S extends JSpinners.Setup<T,S>>
Utility interface to set up a target instance of
JSpinner. |
static interface |
JSplitPanes.Setup<T extends JSplitPane,S extends JSplitPanes.Setup<T,S>>
Utility interface to set up a target instance of
JSplitPane. |
static interface |
JTabbedPanes.Setup<T extends JTabbedPane,S extends JTabbedPanes.Setup<T,S>>
Utility interface to set up a target instance of
JTabbedPane. |
static interface |
JTableHeaders.Setup<T extends JTableHeader,S extends JTableHeaders.Setup<T,S>>
Utility interface to set up a target instance of
JTableHeader. |
static interface |
JTables.Setup<T extends JTable,S extends JTables.Setup<T,S>>
Utility interface to set up a target instance of
JTable. |
static interface |
JTextAreas.Setup<T extends JTextArea,S extends JTextAreas.Setup<T,S>>
Utility interface to set up a target instance of
JTextArea. |
static interface |
JTextComponents.Setup<T extends JTextComponent,S extends JTextComponents.Setup<T,S>>
Utility interface to set up a target instance of
JTextComponent. |
static interface |
JTextFields.Setup<T extends JTextField,S extends JTextFields.Setup<T,S>>
Utility interface to set up a target instance of
JTextField. |
static interface |
JTextPanes.Setup<T extends JTextPane,S extends JTextPanes.Setup<T,S>>
Utility interface to set up a target instance of
JTextPane. |
static interface |
JToggleButtons.Setup<T extends JToggleButton,S extends JToggleButtons.Setup<T,S>>
Utility interface to set up a target instance of
JToggleButton. |
static interface |
JToolBars.Setup<T extends JToolBar,S extends JToolBars.Setup<T,S>>
Utility interface to set up a target instance of
JToolBar. |
static interface |
JToolTips.Setup<T extends JToolTip,S extends JToolTips.Setup<T,S>>
Utility interface to set up a target instance of
JToolTip. |
static interface |
JTrees.Setup<T extends JTree,S extends JTrees.Setup<T,S>>
Utility interface to set up a target instance of
JTree. |
static interface |
JViewports.Setup<T extends JViewport,S extends JViewports.Setup<T,S>>
Utility interface to set up a target instance of
JViewport. |
static interface |
JWindows.Setup<T extends JWindow,S extends JWindows.Setup<T,S>>
Utility interface to set up a target instance of
JWindow. |
static interface |
Windows.Setup<T extends Window,S extends Windows.Setup<T,S>>
Utility interface to set up a target instance of
Window. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractButtons.Builder<T extends AbstractButton,B extends AbstractButtons.Builder<T,B>>
Builder implementation to build target instances of
AbstractButton. |
static class |
Containers.Builder<T extends Container,B extends Containers.Builder<T,B>>
Builder implementation to build target instances of
Container. |
static class |
Dialogs.Builder<T extends Dialog,B extends Dialogs.Builder<T,B>>
Builder implementation to build target instances of
Dialog. |
static class |
Frames.Builder<T extends Frame,B extends Frames.Builder<T,B>>
Builder implementation to build target instances of
Frame. |
static class |
JButtons.Builder<T extends JButton,B extends JButtons.Builder<T,B>>
Builder implementation to build target instances of
JButton. |
static class |
JCheckBoxes.Builder<T extends JCheckBox,B extends JCheckBoxes.Builder<T,B>>
Builder implementation to build target instances of
JCheckBox. |
static class |
JCheckBoxMenuItems.Builder<T extends JCheckBoxMenuItem,B extends JCheckBoxMenuItems.Builder<T,B>>
Builder implementation to build target instances of
JCheckBoxMenuItem. |
static class |
JColorChoosers.Builder<T extends JColorChooser,B extends JColorChoosers.Builder<T,B>>
Builder implementation to build target instances of
JColorChooser. |
static class |
JComboBoxes.Builder<E,T extends JComboBox<E>,B extends JComboBoxes.Builder<E,T,B>>
Builder implementation to build target instances of
JComboBox. |
static class |
JComponents.Builder<T extends JComponent,B extends JComponents.Builder<T,B>>
Builder implementation to build target instances of
JComponent. |
static class |
JDesktopPanes.Builder<T extends JDesktopPane,B extends JDesktopPanes.Builder<T,B>>
Builder implementation to build target instances of
JDesktopPane. |
static class |
JDialogs.Builder<T extends JDialog,B extends JDialogs.Builder<T,B>>
Builder implementation to build target instances of
JDialog. |
static class |
JEditorPanes.Builder<T extends JEditorPane,B extends JEditorPanes.Builder<T,B>>
Builder implementation to build target instances of
JEditorPane. |
static class |
JFileChoosers.Builder<T extends JFileChooser,B extends JFileChoosers.Builder<T,B>>
Builder implementation to build target instances of
JFileChooser. |
static class |
JFormattedTextFields.Builder<T extends JFormattedTextField,B extends JFormattedTextFields.Builder<T,B>>
Builder implementation to build target instances of
JFormattedTextField. |
static class |
JFrames.Builder<T extends JFrame,B extends JFrames.Builder<T,B>>
Builder implementation to build target instances of
JFrame. |
static class |
JInternalFrames.Builder<T extends JInternalFrame,B extends JInternalFrames.Builder<T,B>>
Builder implementation to build target instances of
JInternalFrame. |
static class |
JLabels.Builder<T extends JLabel,B extends JLabels.Builder<T,B>>
Builder implementation to build target instances of
JLabel. |
static class |
JLayeredPanes.Builder<T extends JLayeredPane,B extends JLayeredPanes.Builder<T,B>>
Builder implementation to build target instances of
JLayeredPane. |
static class |
JLayers.Builder<C extends Component,B extends JLayers.Builder<C,B>>
Builder implementation to build target instances of
JLayer. |
static class |
JLists.Builder<E,T extends JList<E>,B extends JLists.Builder<E,T,B>>
Builder implementation to build target instances of
JList. |
static class |
JMenuBars.Builder<T extends JMenuBar,B extends JMenuBars.Builder<T,B>>
Builder implementation to build target instances of
JMenuBar. |
static class |
JMenuItems.Builder<T extends JMenuItem,B extends JMenuItems.Builder<T,B>>
Builder implementation to build target instances of
JMenuItem. |
static class |
JMenus.Builder<T extends JMenu,B extends JMenus.Builder<T,B>>
Builder implementation to build target instances of
JMenu. |
static class |
JOptionPanes.Builder<T extends JOptionPane,B extends JOptionPanes.Builder<T,B>>
Builder implementation to build target instances of
JOptionPane. |
static class |
JPanels.Builder<T extends JPanel,B extends JPanels.Builder<T,B>>
Builder implementation to build target instances of
JPanel. |
static class |
JPasswordFields.Builder<T extends JPasswordField,B extends JPasswordFields.Builder<T,B>>
Builder implementation to build target instances of
JPasswordField. |
static class |
JPopupMenus.Builder<T extends JPopupMenu,B extends JPopupMenus.Builder<T,B>>
Builder implementation to build target instances of
JPopupMenu. |
static class |
JProgressBars.Builder<T extends JProgressBar,B extends JProgressBars.Builder<T,B>>
Builder implementation to build target instances of
JProgressBar. |
static class |
JRadioButtonMenuItems.Builder<T extends JRadioButtonMenuItem,B extends JRadioButtonMenuItems.Builder<T,B>>
Builder implementation to build target instances of
JRadioButtonMenuItem. |
static class |
JRadioButtons.Builder<T extends JRadioButton,B extends JRadioButtons.Builder<T,B>>
Builder implementation to build target instances of
JRadioButton. |
static class |
JRootPanes.Builder<T extends JRootPane,B extends JRootPanes.Builder<T,B>>
Builder implementation to build target instances of
JRootPane. |
static class |
JScrollBars.Builder<T extends JScrollBar,B extends JScrollBars.Builder<T,B>>
Builder implementation to build target instances of
JScrollBar. |
static class |
JScrollPanes.Builder<T extends JScrollPane,B extends JScrollPanes.Builder<T,B>>
Builder implementation to build target instances of
JScrollPane. |
static class |
JSeparators.Builder<T extends JSeparator,B extends JSeparators.Builder<T,B>>
Builder implementation to build target instances of
JSeparator. |
static class |
JSliders.Builder<T extends JSlider,B extends JSliders.Builder<T,B>>
Builder implementation to build target instances of
JSlider. |
static class |
JSpinners.Builder<T extends JSpinner,B extends JSpinners.Builder<T,B>>
Builder implementation to build target instances of
JSpinner. |
static class |
JSplitPanes.Builder<T extends JSplitPane,B extends JSplitPanes.Builder<T,B>>
Builder implementation to build target instances of
JSplitPane. |
static class |
JTabbedPanes.Builder<T extends JTabbedPane,B extends JTabbedPanes.Builder<T,B>>
Builder implementation to build target instances of
JTabbedPane. |
static class |
JTableHeaders.Builder<T extends JTableHeader,B extends JTableHeaders.Builder<T,B>>
Builder implementation to build target instances of
JTableHeader. |
static class |
JTables.Builder<T extends JTable,B extends JTables.Builder<T,B>>
Builder implementation to build target instances of
JTable. |
static class |
JTextAreas.Builder<T extends JTextArea,B extends JTextAreas.Builder<T,B>>
Builder implementation to build target instances of
JTextArea. |
static class |
JTextComponents.Builder<T extends JTextComponent,B extends JTextComponents.Builder<T,B>>
Builder implementation to build target instances of
JTextComponent. |
static class |
JTextFields.Builder<T extends JTextField,B extends JTextFields.Builder<T,B>>
Builder implementation to build target instances of
JTextField. |
static class |
JTextPanes.Builder<T extends JTextPane,B extends JTextPanes.Builder<T,B>>
Builder implementation to build target instances of
JTextPane. |
static class |
JToggleButtons.Builder<T extends JToggleButton,B extends JToggleButtons.Builder<T,B>>
Builder implementation to build target instances of
JToggleButton. |
static class |
JToolBars.Builder<T extends JToolBar,B extends JToolBars.Builder<T,B>>
Builder implementation to build target instances of
JToolBar. |
static class |
JToolTips.Builder<T extends JToolTip,B extends JToolTips.Builder<T,B>>
Builder implementation to build target instances of
JToolTip. |
static class |
JTrees.Builder<T extends JTree,B extends JTrees.Builder<T,B>>
Builder implementation to build target instances of
JTree. |
static class |
JViewports.Builder<T extends JViewport,B extends JViewports.Builder<T,B>>
Builder implementation to build target instances of
JViewport. |
static class |
JWindows.Builder<T extends JWindow,B extends JWindows.Builder<T,B>>
Builder implementation to build target instances of
JWindow. |
static class |
Windows.Builder<T extends Window,B extends Windows.Builder<T,B>>
Builder implementation to build target instances of
Window. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.