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