A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractApplicationFrame<T,​C extends javax.swing.JComponent> - Class in de.alpharogroup.swing.base
AbstractApplicationFrame(String) - Constructor for class de.alpharogroup.swing.base.AbstractApplicationFrame
Instantiates a new AbstractApplicationFrame
AbstractComboBoxModel<T> - Class in de.alpharogroup.swing.combobox.model
The abstract class AbstractComboBoxModel contains the data for a combo list and the current selected item.
AbstractComboBoxModel() - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel with a new list.
AbstractComboBoxModel(List<T>) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given list.
AbstractComboBoxModel(List<T>, T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given arguments.
AbstractComboBoxModel(Set<T>) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given Set.
AbstractComboBoxModel(Set<T>, T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given Set.
AbstractComboBoxModel(T[]) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given array.
AbstractComboBoxModel(T[], T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Instantiates a new AbstractComboBoxModel from the given arguments.
AbstractComponentOutputStream<T extends javax.swing.JComponent> - Class in de.alpharogroup.swing.panels.output
The class AbstractComponentOutputStream is inspired from stackoverflow question and the accepted answer.
AbstractComponentOutputStream(T) - Constructor for class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
AbstractComponentOutputStream(T, int) - Constructor for class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
AbstractGenericController<M,​V> - Class in de.alpharogroup.generic.mvc.controller
The class AbstractGenericController.
AbstractGenericController() - Constructor for class de.alpharogroup.generic.mvc.controller.AbstractGenericController
Instantiates a new abstract generic controller.
AbstractGenericTreeModel<T> - Class in de.alpharogroup.swing.tree.model
The class AbstractGenericTreeModel.
AbstractGenericTreeModel() - Constructor for class de.alpharogroup.swing.tree.model.AbstractGenericTreeModel
 
AbstractGenericTreeNode<T> - Class in de.alpharogroup.swing.tree.model
 
AbstractGenericTreeNode() - Constructor for class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Instantiates a new tree node.
AbstractGenericTreeNode(T) - Constructor for class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Instantiates a new tree node.
AbstractGenericView<C,​COMP extends java.awt.Component> - Class in de.alpharogroup.generic.mvc.view
The class AbstractGenericView.
AbstractGenericView(C) - Constructor for class de.alpharogroup.generic.mvc.view.AbstractGenericView
Instantiates a new abstract generic view.
AbstractShuffleTablePanel<T> - Class in de.alpharogroup.swing.panels.shuffletables
AbstractShuffleTablePanel() - Constructor for class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Instantiates a new AbstractShuffleTablePanel panel.
AbstractShuffleTablePanel(Model<List<T>>) - Constructor for class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Instantiates a new AbstractShuffleTablePanel panel.
AbstractWizardModel - Class in de.alpharogroup.swing.wizard.model
The abstract class AbstractWizardModel act as a base wizard model.
AbstractWizardModel() - Constructor for class de.alpharogroup.swing.wizard.model.AbstractWizardModel
 
AbstractWizardPanel<T> - Class in de.alpharogroup.swing.wizard
The class AbstractWizardPanel serves as the base class for wizard panels.
AbstractWizardPanel() - Constructor for class de.alpharogroup.swing.wizard.AbstractWizardPanel
Instantiates a new AbstractWizardPanel.
AbstractWizardPanel(Model<T>) - Constructor for class de.alpharogroup.swing.wizard.AbstractWizardPanel
Instantiates a new AbstractWizardPanel.
ActionFactory - Class in de.alpharogroup.swing.actions
 
ActionFactory() - Constructor for class de.alpharogroup.swing.actions.ActionFactory
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.actions.DisposeWindowAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
actionPerformed(ActionEvent) - Method in class de.alpharogroup.layout.InfomationDialog
Handle actions.
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.ExitApplicationAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenBrowserAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenFileAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.ShowHelpDialogAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.ShowInfoDialogAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.ShowLicenseFrameAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.actions.ToggleFullScreenAction
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.panels.lottery.LotteryPanel
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.plaf.actions.LookAndFeelAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.plaf.actions.LookAndFeelMetalAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.table.model.suffle.actions.AddAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.table.model.suffle.actions.AddAllAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.table.model.suffle.actions.RemoveAction
 
actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.table.model.suffle.actions.RemoveAllAction
 
add(GridBagLayoutModel) - Static method in class de.alpharogroup.layout.LayoutExtensions
 
add(String, String) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Adds the row from the given key and value.
add(Properties) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Adds the given Properties.
add(T) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Adds the row.
AddAction<T> - Class in de.alpharogroup.swing.table.model.suffle.actions
 
AddAction(GenericShuffleJTable<T>) - Constructor for class de.alpharogroup.swing.table.model.suffle.actions.AddAction
 
AddAllAction<T> - Class in de.alpharogroup.swing.table.model.suffle.actions
 
AddAllAction(GenericShuffleJTable<T>) - Constructor for class de.alpharogroup.swing.table.model.suffle.actions.AddAllAction
 
addAllLeftRowsToRightTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Adds all the left rows to right table.
addAllLeftRowsToRightTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Adds the all left rows to right table.
addAllLeftRowsToRightTableModel() - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Adds the all left rows to right table model.
addAllRightRowsToLeftTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Adds all the right rows to left table.
addAllRightRowsToLeftTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Adds the all right rows to left table.
addAllRightRowsToLeftTableModel() - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Adds the all right rows to left table model.
addChild(ITreeNode<T>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Adds the child.
addChild(ITreeNode<T>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Adds the child.
addChildAt(int, ITreeNode<T>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Adds the child.
addChildAt(int, ITreeNode<T>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Adds the child.
addComponent(GridBagLayout, GridBagConstraints, int, int, Component, Container) - Static method in class de.alpharogroup.layout.LayoutExtensions
Adds the component.
addComponent(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, int, Component, Container) - Static method in class de.alpharogroup.layout.LayoutExtensions
Adds the component.
addComponent(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, Component, Container) - Static method in class de.alpharogroup.layout.LayoutExtensions
Adds the component.
addComponentToFrame(JInternalFrame, Component) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
Adds the given Component object to the given JInternalFrame object.
addComponentWithHorizontalStrutInBox(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, Component, Container) - Static method in class de.alpharogroup.layout.LayoutExtensions
Adds the component with horizontal strut in box.
addComponentWithVerticalStrutInBox(GridBagLayout, GridBagConstraints, int, int, Insets, int, int, int, int, double, double, int, Component, Container) - Static method in class de.alpharogroup.layout.LayoutExtensions
Adds the component with vertical strut in box.
addJInternalFrame(JDesktopPane, JInternalFrame) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
Adds the given JInternalFrame to the given JDesktopPane and bring it to the front.
addList(List<T>) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Adds the list.
addShortcutToComponent(JComponent, KeyStroke, int, String, Action) - Static method in class de.alpharogroup.swing.utils.KeyStrokeExtensions
Adds the shortcut to component.
addShortcutToComponent(JComponent, KeyStroke, String, Action) - Static method in class de.alpharogroup.swing.utils.KeyStrokeExtensions
Adds the shortcut to component.
addTreeComponent(String, Component) - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
 
addViewToFrame(JInternalFrame, View<?, ?>) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
Adds the given View object to the given JInternalFrame object.
append(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
append(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
append(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
Application - Interface in de.alpharogroup.swing.plugable.api
 
ApplicationFrame<T> - Class in de.alpharogroup.swing.base
ApplicationFrame(String) - Constructor for class de.alpharogroup.swing.base.ApplicationFrame
Instantiates a new ApplicationFrame
ApplicationSplitPaneFrame<T> - Class in de.alpharogroup.swing.base
ApplicationSplitPaneFrame(String) - Constructor for class de.alpharogroup.swing.base.ApplicationSplitPaneFrame
Instantiates a new ApplicationSplitPaneFrame
associate(E, JRadioButton) - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Associate the given enum value with the given JRadioButton.
associateMap(Map<E, JRadioButton>) - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Associate the given Map with the JRadioButton objects as values and the enum values as keys and associates them.
AwtExtensions - Class in de.alpharogroup.swing.utils
The class AwtExtensions
AwtExtensions() - Constructor for class de.alpharogroup.swing.utils.AwtExtensions
 

B

BaseCardLayoutPanel<T> - Class in de.alpharogroup.swing.base
The class BaseCardLayoutPanel is a BasePanel with an initialized CardLayout.
BaseCardLayoutPanel() - Constructor for class de.alpharogroup.swing.base.BaseCardLayoutPanel
Instantiates a new BaseCardLayoutPanel.
BaseCardLayoutPanel(boolean) - Constructor for class de.alpharogroup.swing.base.BaseCardLayoutPanel
Instantiates a new BaseCardLayoutPanel.
BaseCardLayoutPanel(Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseCardLayoutPanel
Instantiates a new BaseCardLayoutPanel.
BaseCardLayoutPanel(LayoutManager) - Constructor for class de.alpharogroup.swing.base.BaseCardLayoutPanel
Instantiates a new BaseCardLayoutPanel.
BaseCardLayoutPanel(LayoutManager, boolean) - Constructor for class de.alpharogroup.swing.base.BaseCardLayoutPanel
Instantiates a new BaseCardLayoutPanel.
BaseDesktopMenu - Class in de.alpharogroup.swing.base
The class BaseDesktopMenu holds the base menu items for an application
BaseDesktopMenu(Component) - Constructor for class de.alpharogroup.swing.base.BaseDesktopMenu
Instantiates a new BaseDesktopMenu
BaseDialog<T> - Class in de.alpharogroup.swing.base
The class BaseDialog.
BaseDialog(Frame, String, boolean, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseDialog
Instantiates a new BaseDialog object
BaseDialog(Frame, String, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseDialog
Instantiates a new BaseDialog object
BaseFrame<T> - Class in de.alpharogroup.swing.base
The class BaseFrame for swing frames to provide an initialization cycle where the user can overwrite the callback methods for interaction.
BaseFrame() - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(GraphicsConfiguration) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(String) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(String, boolean) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(String, GraphicsConfiguration) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(String, GraphicsConfiguration, boolean) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BaseFrame(String, GraphicsConfiguration, boolean, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseFrame
Instantiates a new BaseFrame.
BasePanel<T> - Class in de.alpharogroup.swing.base
The class BasePanel for swing panels to provide an initialization cycle where the user can overwrite the callback methods for interaction.
BasePanel() - Constructor for class de.alpharogroup.swing.base.BasePanel
Instantiates a new BasePanel object.
BasePanel(boolean) - Constructor for class de.alpharogroup.swing.base.BasePanel
Instantiates a new BasePanel object.
BasePanel(Model<T>) - Constructor for class de.alpharogroup.swing.base.BasePanel
Instantiates a new BasePanel object.
BasePanel(LayoutManager) - Constructor for class de.alpharogroup.swing.base.BasePanel
Instantiates a new BasePanel object.
BasePanel(LayoutManager, boolean) - Constructor for class de.alpharogroup.swing.base.BasePanel
Instantiates a new BasePanel object.
BaseSplashScreen - Class in de.alpharogroup.swing.splashscreen
The BaseSplashScreen for an application
BaseSplashScreen(JFrame, Model<SplashScreenModelBean>) - Constructor for class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
BaseTableModel<T> - Class in de.alpharogroup.swing.table.model
The abstract class BaseTableModel holds a TableColumnsModel for layout the columns.
BaseTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.BaseTableModel
Instantiates a new BaseTableModel.
BaseTableModel(List<T>) - Constructor for class de.alpharogroup.swing.table.model.BaseTableModel
Instantiates a new BaseTableModel.
BaseTableModel(List<T>, TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.BaseTableModel
Instantiates a new BaseTableModel.
BaseWindow<T> - Class in de.alpharogroup.swing.base
The class BaseWindow.
BaseWindow(Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseWindow
Instantiates a new BaseWindow object
BaseWindow(Frame, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseWindow
Instantiates a new BaseWindow object
BaseWindow(GraphicsConfiguration, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseWindow
Instantiates a new BaseWindow object
BaseWindow(Window, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseWindow
Instantiates a new BaseWindow object
BaseWindow(Window, GraphicsConfiguration, Model<T>) - Constructor for class de.alpharogroup.swing.base.BaseWindow
Instantiates a new BaseWindow object
BaseWizardContentPanel<T> - Class in de.alpharogroup.swing.wizard
BaseWizardContentPanel() - Constructor for class de.alpharogroup.swing.wizard.BaseWizardContentPanel
Instantiates a new BaseWizardContentPanel.
BaseWizardContentPanel(Model<WizardModelStateMachine<T>>) - Constructor for class de.alpharogroup.swing.wizard.BaseWizardContentPanel
Instantiates a new BaseWizardContentPanel.
BrowserControlExtensions - Class in de.alpharogroup.swing.browser
The class BrowserControlExtensions helps you to open an url in the standard web-browser.
BrowserControlExtensions() - Constructor for class de.alpharogroup.swing.browser.BrowserControlExtensions
 
Browsers - Enum in de.alpharogroup.swing.browser
The Enum Browsers.
btnAdd - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
btnAddAll - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
btnRemove - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
btnRemoveAll - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
button - Variable in class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
The button.

C

CANCEL - de.alpharogroup.swing.wizard.model.NavigationState
 
CANCEL_FINISH - de.alpharogroup.swing.wizard.model.NavigationState
 
centralize(Component, int, int) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Set given Window to the center of the device and divide them with the given arguments
centralize(Window, int, int) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Set given Window to the center of the device and divide them with the given arguments
changedUpdate(DocumentEvent) - Method in class de.alpharogroup.behaviors.EnableButtonBehavior
changedUpdate(DocumentEvent) - Method in class de.alpharogroup.swing.bind.StringBindingListener
ChangePasswordModelBean - Class in de.alpharogroup.swing.panels.login.pw
The Class ChangePasswordModelBean captures the data for change the password of a user.
ChangePasswordModelBean() - Constructor for class de.alpharogroup.swing.panels.login.pw.ChangePasswordModelBean
 
CheckableItem<T> - Class in de.alpharogroup.swing.check.model
 
CheckableItem() - Constructor for class de.alpharogroup.swing.check.model.CheckableItem
 
CheckableTreeNode - Class in de.alpharogroup.swing.tree.model
 
CheckableTreeNode() - Constructor for class de.alpharogroup.swing.tree.model.CheckableTreeNode
 
CheckableTreeNode(Object) - Constructor for class de.alpharogroup.swing.tree.model.CheckableTreeNode
 
CheckableTreeNode(Object, boolean, boolean) - Constructor for class de.alpharogroup.swing.tree.model.CheckableTreeNode
 
CheckableValue - Class in de.alpharogroup.swing.check.model
 
CheckableValue() - Constructor for class de.alpharogroup.swing.check.model.CheckableValue
 
CheckBoxListRenderer - Class in de.alpharogroup.swing.list
 
CheckBoxListRenderer() - Constructor for class de.alpharogroup.swing.list.CheckBoxListRenderer
 
CheckBoxTreeCellRenderer - Class in de.alpharogroup.swing.tree.renderer
 
CheckBoxTreeCellRenderer() - Constructor for class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
CheckBoxTreeLabel - Class in de.alpharogroup.swing.tree.labels
 
CheckBoxTreeLabel() - Constructor for class de.alpharogroup.swing.tree.labels.CheckBoxTreeLabel
 
clear() - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
Clear the current console text area.
clear() - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Removes all data from this table model.
clear() - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Removes all data from this table model.
close() - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
CloseWindow - Class in de.alpharogroup.layout
The class CloseWindow is an Adapter class for the WindowAdapter to close the window and exit the programm.
CloseWindow() - Constructor for class de.alpharogroup.layout.CloseWindow
 
comboList - Variable in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
The generic combo list.
ComponentTreeNode - Class in de.alpharogroup.swing.panels.preferences
 
ComponentTreeNode(String, Component) - Constructor for class de.alpharogroup.swing.panels.preferences.ComponentTreeNode
 
computeDialogPositions(int, int) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Compute how much dialog can be put into the screen and returns a list with the coordinates from the dialog positions as Point objects.
concatenateImages(List<BufferedImage>, int, int, int, Direction) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Concatenate the given list of BufferedImage objects to one image and returns the concatenated BufferedImage object.
ConsolePanel - Class in de.alpharogroup.swing.panels.output
The class ConsolePanel provides a JXTextArea that prints the output from system out and error output stream
ConsolePanel() - Constructor for class de.alpharogroup.swing.panels.output.ConsolePanel
 
Controller<M,​V> - Interface in de.alpharogroup.generic.mvc.controller
The Interface Controller.
createPdf(OutputStream, List<BufferedImage>) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Creates from the given Collection of images an pdf file.
CTRL_ALT_A - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_A.
CTRL_ALT_B - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_B.
CTRL_ALT_C - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_C.
CTRL_ALT_D - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_D.
CTRL_ALT_E - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_E.
CTRL_ALT_F - Static variable in interface de.alpharogroup.swing.utils.Keystrokes
The Constant CTRL_ALT_F.
CurrentThreadsTablePanel - Class in de.alpharogroup.swing.panels.thread
The class CurrentThreadsTablePanel shows all running threads in an application.
CurrentThreadsTablePanel() - Constructor for class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
CurrentThreadsTablePanel(Model<ThreadsTableModel>) - Constructor for class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 

D

DateRenderer - Class in de.alpharogroup.swing.renderer
The class DateRenderer.
DateRenderer() - Constructor for class de.alpharogroup.swing.renderer.DateRenderer
Instantiates a new DateRenderer.
DateRenderer(String) - Constructor for class de.alpharogroup.swing.renderer.DateRenderer
Instantiates a new DateRenderer.
de.alpharogroup.actions - package de.alpharogroup.actions
 
de.alpharogroup.behaviors - package de.alpharogroup.behaviors
 
de.alpharogroup.generic.mvc.controller - package de.alpharogroup.generic.mvc.controller
 
de.alpharogroup.generic.mvc.view - package de.alpharogroup.generic.mvc.view
 
de.alpharogroup.layout - package de.alpharogroup.layout
 
de.alpharogroup.swing - package de.alpharogroup.swing
 
de.alpharogroup.swing.actions - package de.alpharogroup.swing.actions
 
de.alpharogroup.swing.base - package de.alpharogroup.swing.base
 
de.alpharogroup.swing.bind - package de.alpharogroup.swing.bind
 
de.alpharogroup.swing.browser - package de.alpharogroup.swing.browser
 
de.alpharogroup.swing.check.model - package de.alpharogroup.swing.check.model
 
de.alpharogroup.swing.combobox.model - package de.alpharogroup.swing.combobox.model
 
de.alpharogroup.swing.components.factories - package de.alpharogroup.swing.components.factories
 
de.alpharogroup.swing.desktoppane - package de.alpharogroup.swing.desktoppane
 
de.alpharogroup.swing.dialog - package de.alpharogroup.swing.dialog
 
de.alpharogroup.swing.dialog.factories - package de.alpharogroup.swing.dialog.factories
 
de.alpharogroup.swing.dialog.info - package de.alpharogroup.swing.dialog.info
 
de.alpharogroup.swing.document - package de.alpharogroup.swing.document
 
de.alpharogroup.swing.document.filter - package de.alpharogroup.swing.document.filter
 
de.alpharogroup.swing.help - package de.alpharogroup.swing.help
 
de.alpharogroup.swing.icon - package de.alpharogroup.swing.icon
 
de.alpharogroup.swing.img - package de.alpharogroup.swing.img
 
de.alpharogroup.swing.list - package de.alpharogroup.swing.list
 
de.alpharogroup.swing.listener - package de.alpharogroup.swing.listener
 
de.alpharogroup.swing.menu - package de.alpharogroup.swing.menu
 
de.alpharogroup.swing.menu.popup.listeners - package de.alpharogroup.swing.menu.popup.listeners
 
de.alpharogroup.swing.paint - package de.alpharogroup.swing.paint
 
de.alpharogroup.swing.panels.field - package de.alpharogroup.swing.panels.field
 
de.alpharogroup.swing.panels.img - package de.alpharogroup.swing.panels.img
 
de.alpharogroup.swing.panels.keypad - package de.alpharogroup.swing.panels.keypad
 
de.alpharogroup.swing.panels.login - package de.alpharogroup.swing.panels.login
 
de.alpharogroup.swing.panels.login.pw - package de.alpharogroup.swing.panels.login.pw
 
de.alpharogroup.swing.panels.lottery - package de.alpharogroup.swing.panels.lottery
 
de.alpharogroup.swing.panels.network - package de.alpharogroup.swing.panels.network
 
de.alpharogroup.swing.panels.output - package de.alpharogroup.swing.panels.output
 
de.alpharogroup.swing.panels.preferences - package de.alpharogroup.swing.panels.preferences
 
de.alpharogroup.swing.panels.shuffletables - package de.alpharogroup.swing.panels.shuffletables
 
de.alpharogroup.swing.panels.splitpane - package de.alpharogroup.swing.panels.splitpane
 
de.alpharogroup.swing.panels.thread - package de.alpharogroup.swing.panels.thread
 
de.alpharogroup.swing.panels.tree - package de.alpharogroup.swing.panels.tree
 
de.alpharogroup.swing.plaf - package de.alpharogroup.swing.plaf
 
de.alpharogroup.swing.plaf.actions - package de.alpharogroup.swing.plaf.actions
 
de.alpharogroup.swing.plugable.api - package de.alpharogroup.swing.plugable.api
 
de.alpharogroup.swing.radio.model - package de.alpharogroup.swing.radio.model
 
de.alpharogroup.swing.renderer - package de.alpharogroup.swing.renderer
 
de.alpharogroup.swing.robot - package de.alpharogroup.swing.robot
 
de.alpharogroup.swing.splashscreen - package de.alpharogroup.swing.splashscreen
 
de.alpharogroup.swing.table.editor - package de.alpharogroup.swing.table.editor
 
de.alpharogroup.swing.table.model - package de.alpharogroup.swing.table.model
 
de.alpharogroup.swing.table.model.dynamic - package de.alpharogroup.swing.table.model.dynamic
 
de.alpharogroup.swing.table.model.properties - package de.alpharogroup.swing.table.model.properties
 
de.alpharogroup.swing.table.model.quattro - package de.alpharogroup.swing.table.model.quattro
 
de.alpharogroup.swing.table.model.suffle - package de.alpharogroup.swing.table.model.suffle
 
de.alpharogroup.swing.table.model.suffle.actions - package de.alpharogroup.swing.table.model.suffle.actions
 
de.alpharogroup.swing.table.model.thread - package de.alpharogroup.swing.table.model.thread
 
de.alpharogroup.swing.table.model.triple - package de.alpharogroup.swing.table.model.triple
 
de.alpharogroup.swing.tree - package de.alpharogroup.swing.tree
 
de.alpharogroup.swing.tree.labels - package de.alpharogroup.swing.tree.labels
 
de.alpharogroup.swing.tree.model - package de.alpharogroup.swing.tree.model
 
de.alpharogroup.swing.tree.model.api - package de.alpharogroup.swing.tree.model.api
 
de.alpharogroup.swing.tree.renderer - package de.alpharogroup.swing.tree.renderer
 
de.alpharogroup.swing.utils - package de.alpharogroup.swing.utils
 
de.alpharogroup.swing.wizard - package de.alpharogroup.swing.wizard
 
de.alpharogroup.swing.wizard.model - package de.alpharogroup.swing.wizard.model
 
de.alpharogroup.swing.x - package de.alpharogroup.swing.x
 
DEFAULT_PATTERN - Static variable in class de.alpharogroup.swing.renderer.DateRenderer
The constant for the default date pattern.
DEFAULT_REGEX - Static variable in class de.alpharogroup.swing.document.NumberValuesDocument
The Constant for the default regular expression.
DeleteRowButtonEditor - Class in de.alpharogroup.swing.table.editor
DeleteRowButtonEditor() - Constructor for class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
Instantiates a new DeleteRowButtonEditor
DeleteRowButtonEditor(JCheckBox) - Constructor for class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
Instantiates a new DeleteRowButtonEditor
DialogExtensions - Class in de.alpharogroup.swing.dialog
The class DialogExtensions provides methods for show dialogs.
DialogExtensions() - Constructor for class de.alpharogroup.swing.dialog.DialogExtensions
 
DimensionFactory - Class in de.alpharogroup.swing.components.factories
A factory DimensionFactory provides factory methods for create Dimension objects
DimensionFactory() - Constructor for class de.alpharogroup.swing.components.factories.DimensionFactory
 
Direction - Enum in de.alpharogroup.swing.img
The Enum Direction.
displayURLonStandardBrowser(Component, String) - Static method in class de.alpharogroup.swing.browser.BrowserControlExtensions
This method opens the specified url in the standard web-browser.
dispose() - Method in class de.alpharogroup.swing.panels.login.LoginDialog
 
DisposeWindow - Class in de.alpharogroup.layout
The class DisposeWindow is an Adapter class for the WindowAdapter to dispose the window and setVisible to false.
DisposeWindow() - Constructor for class de.alpharogroup.layout.DisposeWindow
 
DisposeWindowAction - Class in de.alpharogroup.actions
DisposeWindowAction(Window) - Constructor for class de.alpharogroup.actions.DisposeWindowAction
Instantiates a new DisposeWindowAction.
doLayout() - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
DrawMessage - Class in de.alpharogroup.layout
The class DrawMessage draws a message to a JComponent to the given Color.
DrawMessage(String, Color) - Constructor for class de.alpharogroup.layout.DrawMessage
Instantiates a new draw message.
DynamicTableColumnsModel<T> - Class in de.alpharogroup.swing.table.model.dynamic
The class DynamicTableColumnsModel encapsulates the column data for a table model that can resolve the columns dynamically from the given class type
DynamicTableColumnsModel(Class<T>) - Constructor for class de.alpharogroup.swing.table.model.dynamic.DynamicTableColumnsModel
Instantiates a new DynamicTableColumnsModel object
DynamicTableModel<T> - Class in de.alpharogroup.swing.table.model.dynamic
The abstract class DynamicTableModel holds a TableColumnsModel for layout the columns.
DynamicTableModel(DynamicTableColumnsModel<T>) - Constructor for class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
Instantiates a new DynamicTableModel
DynamicTableModel(List<T>, DynamicTableColumnsModel<T>) - Constructor for class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
Instantiates a new DynamicTableModel

E

EnableButtonBehavior - Class in de.alpharogroup.behaviors
The class EnableButtonBehavior can be added to a button and a document.
EnableButtonBehavior(ButtonModel, Document, boolean) - Constructor for class de.alpharogroup.behaviors.EnableButtonBehavior
Instantiates a new EnableButtonBehavior.
EnumComboBoxModel<E extends java.lang.Enum<E>> - Class in de.alpharogroup.swing.combobox.model
The class EnumComboBoxModel is an implementation that safely wraps an Enum.
EnumComboBoxModel(Class<E>) - Constructor for class de.alpharogroup.swing.combobox.model.EnumComboBoxModel
Instantiates a new EnumComboBoxModel from the given enum class.
EnumComboBoxModel(Class<E>, E) - Constructor for class de.alpharogroup.swing.combobox.model.EnumComboBoxModel
Instantiates a new EnumComboBoxModel from the given enum class and set as selected item the given value.
EnumRadioButtonGroupBean<E extends java.lang.Enum<E>> - Class in de.alpharogroup.swing.radio.model
The class EnumRadioButtonGroupBean represents a model object that can be used with JRadioButton's that are assosiated with an Enum.
EnumRadioButtonGroupBean() - Constructor for class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Instantiates a new EnumRadioButtonGroupBean.
EnumRadioButtonGroupBean(Model<E>) - Constructor for class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Instantiates a new EnumRadioButtonGroupBean.
EnumRadioButtonGroupBean(Map<E, JRadioButton>, Model<E>) - Constructor for class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Instantiates a new EnumRadioButtonGroupBean.
EPIPHANY - de.alpharogroup.swing.browser.Browsers
The EPIPHANY.
equals(ITreeNode<T>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Equals.
equals(ITreeNode<T>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Equals.
ExitApplicationAction - Class in de.alpharogroup.swing.actions
ExitApplicationAction(String) - Constructor for class de.alpharogroup.swing.actions.ExitApplicationAction
Instantiates a new ExitApplicationAction object
expandAll(JTree, TreePath, boolean) - Static method in class de.alpharogroup.swing.tree.JTreeExtensions
Expand all nodes recursive
expandNodes(JTree) - Static method in class de.alpharogroup.swing.tree.JTreeExtensions
Expand all nodes but non-recursive

F

FieldPanel<T> - Class in de.alpharogroup.swing.panels.field
The class FieldPanel for create a new field.
FieldPanel() - Constructor for class de.alpharogroup.swing.panels.field.FieldPanel
Instantiates a new FieldPanel.
finalize() - Method in class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
FIREFOX - de.alpharogroup.swing.browser.Browsers
The FIREFOX.
flush() - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 

G

GALEON - de.alpharogroup.swing.browser.Browsers
The GALEON.
GenericJTable<T> - Class in de.alpharogroup.swing
The class GenericJTable.
GenericJTable(GenericTableModel<T>) - Constructor for class de.alpharogroup.swing.GenericJTable
Instantiates a new generic j table.
GenericJXTable<TYPE> - Class in de.alpharogroup.swing.x
The class GenericJXTable.
GenericJXTable(GenericTableModel<TYPE>) - Constructor for class de.alpharogroup.swing.x.GenericJXTable
Instantiates a new GenericJXTable.
GenericShuffleJTable<T> - Class in de.alpharogroup.swing
GenericShuffleJTable(GenericJTable<T>, GenericJTable<T>) - Constructor for class de.alpharogroup.swing.GenericShuffleJTable
Instantiates a new GenericShuffleJTable.
GenericShuffleJXTable<T> - Class in de.alpharogroup.swing.x
The class GenericShuffleJXTable.
GenericShuffleJXTable(GenericJXTable<T>, GenericJXTable<T>) - Constructor for class de.alpharogroup.swing.x.GenericShuffleJXTable
Instantiates a new generic shuffle jx table.
GenericShuffleTableModel<T> - Class in de.alpharogroup.swing.table.model.suffle
The class GenericShuffleTableModel is a helper class to shuffle between the two given GenericTableModel.
GenericShuffleTableModel(GenericTableModel<T>, GenericTableModel<T>) - Constructor for class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Instantiates a new generic shuffle table model.
GenericShuffleTableModelExtensions - Class in de.alpharogroup.swing.table.model.suffle
GenericShuffleTableModelExtensions() - Constructor for class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModelExtensions
 
GenericTableModel<T> - Class in de.alpharogroup.swing.table.model
The class GenericTableModel as the name presume it can take a generic type of the model object.
GenericTableModel() - Constructor for class de.alpharogroup.swing.table.model.GenericTableModel
Instantiates a new generic table model.
GenericTableModel(List<T>) - Constructor for class de.alpharogroup.swing.table.model.GenericTableModel
Instantiates a new generic table model.
get() - Static method in enum de.alpharogroup.swing.browser.OS
 
get(int) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Gets the row from the given index.
get(int) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Gets the value from the given index.
get(String) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Gets the Object from the given key.
getAvailableScreens() - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
Gets the available screens.
getBrowserName() - Method in enum de.alpharogroup.swing.browser.Browsers
Gets the browser name.
getCellEditorValue() - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
getCellEditorValue() - Method in class de.alpharogroup.swing.table.editor.TableCellCheckboxEditor
getChild(String) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
getChild(String) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the child from this controller.
getChildCount() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Gets the child count.
getChildCount() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Gets the child count.
getChildren() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
getChildren() - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the children from this controller.
getChildren() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Gets the children.
getChildren() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Gets the children.
getColor() - Method in class de.alpharogroup.layout.DrawMessage
Returns the field color.
getColumnClass(int) - Method in class de.alpharogroup.swing.table.model.BaseTableModel
getColumnClass(int) - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
getColumnClass(int) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
getColumnCount() - Method in class de.alpharogroup.swing.table.model.BaseTableModel
getColumnCount() - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
getColumnCount() - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
getColumnName(int) - Method in class de.alpharogroup.swing.table.model.BaseTableModel
getColumnName(int) - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
getColumnName(int) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
getComponent() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Returns the field component.
getComponent() - Method in interface de.alpharogroup.generic.mvc.view.View
Gets the component.
getComponent() - Method in class de.alpharogroup.swing.plaf.actions.LookAndFeelAction
 
getCompoundPainter(Color, Color, GlossPainter.GlossPosition, double, Color) - Static method in class de.alpharogroup.swing.paint.PainterExtensions
Gets a CompoundPainter object.
getCompoundPainter(Color, GlossPainter.GlossPosition, double) - Static method in class de.alpharogroup.swing.paint.PainterExtensions
Gets the compound painter.
getContainer() - Method in class de.alpharogroup.swing.base.PanelDialog
 
getController() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Returns the field controller.
getController() - Method in interface de.alpharogroup.generic.mvc.view.View
Gets the controller.
getData() - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Gets the data.
getData() - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Gets the data.
getElementAt(int) - Method in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
getFirstScreenHeight() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the first screen width.
getFirstScreenWidth() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the first screen width.
getGenericTableModel() - Method in class de.alpharogroup.swing.x.GenericJXTable
Gets the generic table model.
getGraphicsConfiguration(int) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the GraphicsConfiguration from the given screen id
getGraphicsDevice(int) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
Gets the Optional with an GraphicsDevice in it or if it does not exist the Optional object is empty.
getGraphicsDeviceIndexIsShowingOn(Component) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
Gets the array index(in the available GraphicsDevice array) of the given component is showing on.
getGraphicsDeviceIsShowingOn(Component) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
Gets the graphics device (screen) is showing on.
getHelpSet() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Gets the help set.
getIcon(String) - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new Optional object that contains a BufferedImage with the icon
getIconHeight() - Method in class de.alpharogroup.swing.icon.StringIcon
getIconWidth() - Method in class de.alpharogroup.swing.icon.StringIcon
getInstance() - Static method in class de.alpharogroup.swing.desktoppane.SingletonDesktopPane
Gets the single instance of SingletonDesktopPane.
getKeyCode(char) - Static method in class de.alpharogroup.swing.robot.RobotExtensions
Gets the key code from the given char.
getKeypadController() - Method in class de.alpharogroup.swing.panels.keypad.KeypadView
 
getKeyPadPanel() - Method in class de.alpharogroup.swing.panels.keypad.KeypadController
 
getKeypadView() - Method in class de.alpharogroup.swing.panels.keypad.KeypadController
 
getListCellRendererComponent(JList<? extends CheckableItem<CheckableValue>>, CheckableItem<CheckableValue>, int, boolean, boolean) - Method in class de.alpharogroup.swing.list.CheckBoxListRenderer
 
getLoginModel() - Method in class de.alpharogroup.swing.panels.login.LoginController
 
getLoginPanel() - Method in class de.alpharogroup.swing.panels.login.LoginController
 
getLoginView() - Method in class de.alpharogroup.swing.panels.login.LoginController
 
getMattePainter(int, int, float[], Color...) - Static method in class de.alpharogroup.swing.paint.PainterExtensions
Gets a MattePainter object.
getMessage() - Method in class de.alpharogroup.layout.DrawMessage
Returns the field message.
getMinimumSize() - Method in class de.alpharogroup.layout.DrawMessage
Gets the minimum size.
getModel() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
getModel() - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the model.
getModelObject() - Method in class de.alpharogroup.swing.base.BaseDialog
Getter for the model's object
getModelObject() - Method in class de.alpharogroup.swing.base.BaseFrame
Getter for the model's object
getModelObject() - Method in class de.alpharogroup.swing.base.BasePanel
Getter for the model's object
getModelObject() - Method in class de.alpharogroup.swing.base.BaseWindow
Getter for the model's object
getName() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
 
getName() - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the name from the Controller.
getName() - Method in interface de.alpharogroup.swing.plugable.api.Plugin
 
getOperatingSystem() - Static method in enum de.alpharogroup.swing.browser.OS
Gets the operating system.
getOs() - Method in enum de.alpharogroup.swing.browser.OS
Gets the os.
getParent() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
getParent() - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the parent from this controller.
getParent() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Gets the parent.
getParent() - Method in interface de.alpharogroup.generic.mvc.view.View
Gets the parent.
getPassword() - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
 
getPoint() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the Screensize and returns it as a Point object.
getPreferredSize() - Method in class de.alpharogroup.layout.DrawMessage
Gets the preferred size.
getPreferredSize() - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
getPreferredSize(JComponent, JComponent) - Static method in class de.alpharogroup.swing.components.factories.DimensionFactory
Factory method for creating the new preferred size Dimension of the given two component
getResized(BufferedImage, String, int, int) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Resize the given BufferedImage and returns the resized BufferedImage.
getResized(BufferedImage, Scalr.Method, Scalr.Mode, String, int, int) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Resize the given BufferedImage and returns the resized BufferedImage.
getResult() - Method in class de.alpharogroup.layout.InfomationDialog
Gets the result.
getRootJDialog(Component) - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Gets the root JDialog from the given Component Object.
getRootJFrame(Component) - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Gets the root JFrame from the given Component Object.
getRootParent(Component) - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Gets the root parent from the given Component Object.
getRootParentView() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Gets the root parent view.
getRowCount() - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Gets the row count.
getRowCount() - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
getScreenDevice(int) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen device from the given screen id
getScreenDevices() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets all the screen devices.
getScreenDimension(Component) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen dimension.
getScreenHeight() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the height from the current screen.
getScreenHeight(Component) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen height of the GraphicsDevice that is displayed from the given component
getScreenHeight(GraphicsConfiguration) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen width from the given GraphicsConfiguration object
getScreenHeight(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen height from the given GraphicsDevice object.
getScreenID(Component) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen ID from the given component
getScreenWidth() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the width from the current screen.
getScreenWidth(Component) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen width of the GraphicsDevice that is displayed from the given component
getScreenWidth(GraphicsConfiguration) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen width from the given GraphicsConfiguration object
getScreenWidth(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Gets the screen width from the given GraphicsDevice object.
getSelected() - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Gets the selected.
getSelectedComponent() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
 
getSelectedEnum() - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Gets the selected enum.
getSelectedEnumFromRadioButtons() - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Resolves the selected enum from the radio buttons.
getSelectedRow() - Method in class de.alpharogroup.swing.GenericJTable
getSelectedRow() - Method in class de.alpharogroup.swing.x.GenericJXTable
Gets the selected row.
getSelectedRows() - Method in class de.alpharogroup.swing.GenericJTable
getSelectedRows() - Method in class de.alpharogroup.swing.x.GenericJXTable
Gets the selected rows.
getSize() - Method in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
getSorter() - Method in class de.alpharogroup.swing.x.GenericJXTable
Gets the sorter.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.alpharogroup.swing.table.editor.TableCellCheckboxEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
getUsername() - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
 
getValue() - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Gets the value.
getValue() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Gets the value.
getValue() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Gets the value.
getValueAt(int, int) - Method in class de.alpharogroup.swing.table.model.properties.KeyValueTableModel
getValueAt(int, int) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
getValueAt(int, int) - Method in class de.alpharogroup.swing.table.model.quattro.QuattroTableModel
getValueAt(int, int) - Method in class de.alpharogroup.swing.table.model.thread.ThreadsTableModel
getValueAt(int, int) - Method in class de.alpharogroup.swing.table.model.triple.TripleTableModel
getVButtons() - Method in class de.alpharogroup.layout.InfomationDialog
Returns the field vButtons.
getView() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
getView() - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Gets the view.
getWindowForComponent(Component) - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Gets the toplevel Frame or Dialog
GraphicsDeviceExtensions - Class in de.alpharogroup.layout
The class GraphicsDeviceExtensions helps you if the user have more than one screen to determine which screen is currently shown.
GraphicsDeviceExtensions() - Constructor for class de.alpharogroup.layout.GraphicsDeviceExtensions
 
GridBagLayoutModel - Class in de.alpharogroup.layout
The class GridBagLayoutModel holds data for layout a component with the GridBagLayout.
GridBagLayoutModel() - Constructor for class de.alpharogroup.layout.GridBagLayoutModel
 
GTK - de.alpharogroup.swing.plaf.LookAndFeels
The GTK look and feel class

H

hasChild(Controller<M, V>) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
hasChild(Controller<M, V>) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Checks for child.
hasChild(String) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
hasChild(String) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Checks for child.
hasChildren() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
(non-Javadoc).
hasChildren() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Checks for children.
hashCode() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
(non-Javadoc).
hasParent() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Checks for parent.
hasParent() - Method in interface de.alpharogroup.generic.mvc.view.View
Checks for parent.
HelpFrame - Class in de.alpharogroup.swing.help
The class HelpFrame
HelpFrame(String, String) - Constructor for class de.alpharogroup.swing.help.HelpFrame
Instantiates a new HelpFrame
horizontal - de.alpharogroup.swing.img.Direction
Indicates the horizontal direction.

I

IconDimensions - Class in de.alpharogroup.swing.icon
 
IconDimensions() - Constructor for class de.alpharogroup.swing.icon.IconDimensions
 
IGenericTreeModel<T> - Interface in de.alpharogroup.swing.tree.model.api
The Interface IGenericTreeModel.
ImageExtensions - Class in de.alpharogroup.swing.img
The class ImageExtensions.
ImageExtensions() - Constructor for class de.alpharogroup.swing.img.ImageExtensions
 
ImagePanel - Class in de.alpharogroup.swing.panels.img
The class ImagePanel.
ImagePanel(Model<BufferedImage>) - Constructor for class de.alpharogroup.swing.panels.img.ImagePanel
Instantiates a new ImagePanel.
InfoDialog - Class in de.alpharogroup.swing.dialog.info
The abstract class InfoDialog for display a simple info message.
InfoDialog(Frame, String) - Constructor for class de.alpharogroup.swing.dialog.info.InfoDialog
Instantiates a new InfoDialog
InfomationDialog - Class in de.alpharogroup.layout
The class InfomationDialog.
InfomationDialog(Frame, String, String, String) - Constructor for class de.alpharogroup.layout.InfomationDialog
Instantiates a new infomation dialog.
InfoPanel - Class in de.alpharogroup.swing.dialog.info
The abstract class InfoPanel for display a simple info message.
InfoPanel() - Constructor for class de.alpharogroup.swing.dialog.info.InfoPanel
Instantiates a new InfoPanel
initialize() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
Initialize.
initialize() - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Initialize.
initialize() - Method in class de.alpharogroup.swing.panels.keypad.KeypadView
 
initialize() - Method in class de.alpharogroup.swing.panels.login.LoginView
 
initializeActions() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
Initialize actions.
initializeButton(Button, Color, Color) - Method in class de.alpharogroup.swing.panels.keypad.KeyPadPanel
Initialize a button.
initValueMap() - Method in class de.alpharogroup.swing.combobox.model.EnumComboBoxModel
Inits the value map.
insertString(int, String, AttributeSet) - Method in class de.alpharogroup.swing.document.RangeDocument
insertString(int, String, AttributeSet) - Method in class de.alpharogroup.swing.document.RegularExpressionDocument
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class de.alpharogroup.swing.document.filter.IntegerArrayFilter
insertUpdate(DocumentEvent) - Method in class de.alpharogroup.behaviors.EnableButtonBehavior
insertUpdate(DocumentEvent) - Method in class de.alpharogroup.swing.bind.StringBindingListener
InsetsModel - Class in de.alpharogroup.layout
 
InsetsModel() - Constructor for class de.alpharogroup.layout.InsetsModel
 
IntegerArrayFilter - Class in de.alpharogroup.swing.document.filter
The class IntegerArrayFilter provide a document filter that accepts only int arrays
IntegerArrayFilter() - Constructor for class de.alpharogroup.swing.document.filter.IntegerArrayFilter
 
interrupt() - Method in class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
interrupt() - Method in class de.alpharogroup.swing.table.model.thread.ThreadsTableModel
 
isAnyRowSelected() - Method in class de.alpharogroup.swing.GenericJTable
Checks if any row in this table is selected.
isCellEditable(int, int) - Method in class de.alpharogroup.swing.table.model.BaseTableModel
isCellEditable(int, int) - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableModel
isLeaf() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
(non-Javadoc).
isLeaf() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Checks if is leaf.
isNode() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
(non-Javadoc).
isNode() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Checks if is node.
isScreenAvailableToShow(int) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
Checks if the given screen number is available to show.
isShowing() - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
Returns the field showme.
ItemBindListener<T> - Class in de.alpharogroup.swing.bind
The listener interface ItemBindListener receives itemBind events.
ItemBindListener(ComboBoxModel<T>) - Constructor for class de.alpharogroup.swing.bind.ItemBindListener
Instantiates a new ItemBindListener.
ItemModelListener<T> - Class in de.alpharogroup.swing.bind
The listener interface ItemModelListener receives itemBind events.
ItemModelListener(Model<T[]>) - Constructor for class de.alpharogroup.swing.bind.ItemModelListener
Instantiates a new ItemModelListener.
itemStateChanged(ItemEvent) - Method in class de.alpharogroup.swing.bind.ItemBindListener
itemStateChanged(ItemEvent) - Method in class de.alpharogroup.swing.bind.ItemModelListener
itemStateChanged(ItemEvent) - Method in class de.alpharogroup.swing.bind.SingleItemModelListener
ITreeNode<T> - Interface in de.alpharogroup.swing.tree.model.api
The Interface ITreeNode.

J

JComponentFactory - Class in de.alpharogroup.swing.components.factories
The class JComponentFactory provides factory methods for create swing Component objects
JComponentFactory() - Constructor for class de.alpharogroup.swing.components.factories.JComponentFactory
 
JDialogFactory - Class in de.alpharogroup.swing.dialog.factories
The class JDialogFactory provides factory methods for create swing JDialog objects
JDialogFactory() - Constructor for class de.alpharogroup.swing.dialog.factories.JDialogFactory
 
JInternalFrameExtensions - Class in de.alpharogroup.swing.utils
JInternalFrameExtensions() - Constructor for class de.alpharogroup.swing.utils.JInternalFrameExtensions
 
JLabelOutputStream - Class in de.alpharogroup.swing.panels.output
 
JLabelOutputStream(JLabel) - Constructor for class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
JLabelOutputStream(JLabel, int) - Constructor for class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
JTextAreaOutputStream - Class in de.alpharogroup.swing.panels.output
 
JTextAreaOutputStream(JTextArea) - Constructor for class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
JTextAreaOutputStream(JTextArea, int) - Constructor for class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
JTreeExtensions - Class in de.alpharogroup.swing.tree
The class JTreeExtensions.
JTreeExtensions() - Constructor for class de.alpharogroup.swing.tree.JTreeExtensions
 
JTreePanel<T> - Class in de.alpharogroup.swing.panels.tree
The abstract class JTreePanel provides a JTree that is already embedded in a JScrollPane.
JTreePanel() - Constructor for class de.alpharogroup.swing.panels.tree.JTreePanel
Instantiates a new JTreePanel object.
JTreePanel(Model<T>) - Constructor for class de.alpharogroup.swing.panels.tree.JTreePanel
Instantiates a new new JTreePanel object.
JXMultiSplitPanePanel<T> - Class in de.alpharogroup.swing.panels.splitpane
 
JXMultiSplitPanePanel() - Constructor for class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Instantiates a new new JXMultiSplitPanePanel object
JXMultiSplitPanePanel(Model<T>) - Constructor for class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Instantiates a new new JXMultiSplitPanePanel object

K

KAZEHAKASE - de.alpharogroup.swing.browser.Browsers
The KAZEHAKASE.
KEY - de.alpharogroup.swing.table.model.properties.PropertiesColumns
 
KeypadController - Class in de.alpharogroup.swing.panels.keypad
 
KeypadController() - Constructor for class de.alpharogroup.swing.panels.keypad.KeypadController
 
KeypadModel<T> - Class in de.alpharogroup.swing.panels.keypad
 
KeypadModel() - Constructor for class de.alpharogroup.swing.panels.keypad.KeypadModel
 
KeyPadPanel - Class in de.alpharogroup.swing.panels.keypad
Panel for a number keypad.
KeyPadPanel() - Constructor for class de.alpharogroup.swing.panels.keypad.KeyPadPanel
 
KeypadView - Class in de.alpharogroup.swing.panels.keypad
 
KeypadView(KeypadController) - Constructor for class de.alpharogroup.swing.panels.keypad.KeypadView
 
KeyStrokeBean - Class in de.alpharogroup.swing.menu
The class KeyStrokeBean
KeyStrokeBean() - Constructor for class de.alpharogroup.swing.menu.KeyStrokeBean
 
KeyStrokeExtensions - Class in de.alpharogroup.swing.utils
Keystrokes - Interface in de.alpharogroup.swing.utils
 
KeyValueTableModel<K,​V> - Class in de.alpharogroup.swing.table.model.properties
The class KeyValueTableModel that lists key value pairs.
KeyValueTableModel() - Constructor for class de.alpharogroup.swing.table.model.properties.KeyValueTableModel
Instantiates a new KeyValueTableModel object.
KeyValueTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.properties.KeyValueTableModel
Instantiates a new KeyValueTableModel object.
KONQUEROR - de.alpharogroup.swing.browser.Browsers
The KONQUEROR.

L

LayoutExtensions - Class in de.alpharogroup.layout
The class LayoutExtensions helps with method for simplify the live with Layouts.
LayoutExtensions() - Constructor for class de.alpharogroup.layout.LayoutExtensions
 
lblAvailableElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
lblSelectedElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
LINUX - de.alpharogroup.swing.browser.OS
The LINUX.
load(PluginConfiguration) - Method in interface de.alpharogroup.swing.plugable.api.Plugin
 
LoginController - Class in de.alpharogroup.swing.panels.login
 
LoginController(LoginDialog) - Constructor for class de.alpharogroup.swing.panels.login.LoginController
 
LoginDialog - Class in de.alpharogroup.swing.panels.login
 
LoginDialog(Window, String, Dialog.ModalityType) - Constructor for class de.alpharogroup.swing.panels.login.LoginDialog
 
LoginModel - Class in de.alpharogroup.swing.panels.login
 
LoginModel() - Constructor for class de.alpharogroup.swing.panels.login.LoginModel
 
LoginModelBean - Class in de.alpharogroup.swing.panels.login
 
LoginModelBean() - Constructor for class de.alpharogroup.swing.panels.login.LoginModelBean
 
LoginPanel - Class in de.alpharogroup.swing.panels.login
 
LoginPanel() - Constructor for class de.alpharogroup.swing.panels.login.LoginPanel
 
LoginView - Class in de.alpharogroup.swing.panels.login
 
LoginView(LoginController) - Constructor for class de.alpharogroup.swing.panels.login.LoginView
 
LookAndFeelAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelAction(String, Component, LookAndFeels) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelAction
 
LookAndFeelGTKAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelGTKAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelGTKAction
 
LookAndFeelMetalAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelMetalAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelMetalAction
 
LookAndFeelMotifAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelMotifAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelMotifAction
 
LookAndFeelMultiAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelMultiAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelMultiAction
 
LookAndFeelNimbusAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelNimbusAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelNimbusAction
 
LookAndFeels - Enum in de.alpharogroup.swing.plaf
The enum class LookAndFeels provides constants with the fully qualified Names of look and feel classes.
LookAndFeelSynthAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelSynthAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelSynthAction
 
LookAndFeelSystemAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelSystemAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelSystemAction
 
LookAndFeelWindowsAction - Class in de.alpharogroup.swing.plaf.actions
 
LookAndFeelWindowsAction(String, Component) - Constructor for class de.alpharogroup.swing.plaf.actions.LookAndFeelWindowsAction
 
LotteryBox - Class in de.alpharogroup.swing.panels.lottery
The class LotteryBox represents exactly one lottery box in a lottery ticket
LotteryBox() - Constructor for class de.alpharogroup.swing.panels.lottery.LotteryBox
 
LotteryPanel - Class in de.alpharogroup.swing.panels.lottery
 
LotteryPanel() - Constructor for class de.alpharogroup.swing.panels.lottery.LotteryPanel
 
LotteryPanel(Model<LotteryBox>) - Constructor for class de.alpharogroup.swing.panels.lottery.LotteryPanel
 

M

MAC - de.alpharogroup.swing.browser.OS
The MAC.
MenuExtensions - Class in de.alpharogroup.swing.menu
The class MenuExtensions.
MenuExtensions() - Constructor for class de.alpharogroup.swing.menu.MenuExtensions
 
MenuItemBean - Class in de.alpharogroup.swing.menu
 
MenuItemBean() - Constructor for class de.alpharogroup.swing.menu.MenuItemBean
 
METAL - de.alpharogroup.swing.plaf.LookAndFeels
The METAL look and feel class
MOTIF - de.alpharogroup.swing.plaf.LookAndFeels
The MOTIF look and feel class
mousePressed(MouseEvent) - Method in class de.alpharogroup.swing.menu.popup.listeners.PopupListener
mouseReleased(MouseEvent) - Method in class de.alpharogroup.swing.menu.popup.listeners.PopupListener
MOZILLA - de.alpharogroup.swing.browser.Browsers
The MOZILLA.
MULTI - de.alpharogroup.swing.plaf.LookAndFeels
The MULTI look and feel class

N

NavigationPanel<T> - Class in de.alpharogroup.swing.wizard
The class NavigationPanel.
NavigationPanel() - Constructor for class de.alpharogroup.swing.wizard.NavigationPanel
Instantiates a new NavigationPanel.
NavigationPanel(Model<T>) - Constructor for class de.alpharogroup.swing.wizard.NavigationPanel
Instantiates a new NavigationPanel.
NavigationState - Enum in de.alpharogroup.swing.wizard.model
The enum NavigationState holds several navigation states that can occur.
NETSCAPE - de.alpharogroup.swing.browser.Browsers
The NETSCAPE.
NetworkSettingsModelBean - Class in de.alpharogroup.swing.panels.network
NetworkSettingsModelBean() - Constructor for class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
 
NetworkSettingsPanel - Class in de.alpharogroup.swing.panels.network
The class NetworkSettingsPanel.
NetworkSettingsPanel() - Constructor for class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
Create a new instance from the NetworkSettingsPanel.
NetworkSettingsPanel(Model<NetworkSettingsModelBean>) - Constructor for class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
 
newBackround(JTable) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
newButtons(Model<T>) - Method in class de.alpharogroup.swing.base.PanelDialog
 
newCancelButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
newCardLayout() - Method in class de.alpharogroup.swing.base.BaseCardLayoutPanel
Factory method for create a new CardLayout.
newCheckBox() - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
newConfigurationDirectory(String, String) - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new configuration directory File object if it is not exists.
newContent(Model<T>) - Method in class de.alpharogroup.swing.base.PanelDialog
 
newContentPanel() - Method in class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
newDesktopMenu(Component) - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new BaseDesktopMenu object.
newDimension(int, int) - Static method in class de.alpharogroup.swing.components.factories.DimensionFactory
Factory method for creating the new Dimension
newEditMenu(ActionListener) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Creates the file menu.
newFileMenu(ActionListener) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Creates the file menu.
newFinishButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
newForeground(JTable) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
newFrame(String) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
 
newHelpBroker() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newHelpMenu(ActionListener) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Creates the help menu.
newHelpSet(String, String) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create new HelpSet object.
newHelpWindow(DefaultHelpBroker) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newIconPath() - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Abstact factory method that returns the path of the icon of the application
newImageIcon(File) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Factory method for create a new ImageIcon.
newImageIcon(String) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Factory method for create a new ImageIcon.
newInfoDialog(Frame, String) - Method in class de.alpharogroup.swing.actions.ShowInfoDialogAction
 
newInfoPanel() - Method in class de.alpharogroup.swing.dialog.info.InfoDialog
 
newInternalFrame(String, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JInternalFrame object.
newInvisibleCursor() - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Creates an invisible cursor.
newJButton(String) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
 
newJDialog(JOptionPane, String) - Static method in class de.alpharogroup.swing.dialog.factories.JDialogFactory
Factory method for create a JDialog object over the given JOptionPane
newJDialog(Component, JOptionPane, String) - Static method in class de.alpharogroup.swing.dialog.factories.JDialogFactory
Factory method for create a JDialog object over the given JOptionPane.
newJDialog(Component, String, boolean, GraphicsConfiguration) - Static method in class de.alpharogroup.swing.dialog.factories.JDialogFactory
Factory method for create a JDialog object.
newJDialog(Component, String, Dialog.ModalityType, GraphicsConfiguration) - Static method in class de.alpharogroup.swing.dialog.factories.JDialogFactory
Factory method for create a JDialog object.
newJEditorPane(String, boolean) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
 
newJMenuBar() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Creates a new JMenuBar
newJMenuItem(String, int, char) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JMenuItem.
newJPopupMenu() - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JPopupMenu.
newJPopupMenu(Component, JMenuItem...) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JPopupMenu that will be add a MouseListener to the given Component and an array of JMenuItem that will be added to the popup.
newJPopupMenu(String) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JPopupMenu with the specified title.
newJPopupMenu(String, Component, JMenuItem...) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JPopupMenu that will be add a MouseListener to the given Component and an array of JMenuItem that will be added to the popup.
newJSplitPane() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
 
newJSplitPane(int, boolean, Component, Component) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create new JSplitPane object
newJSplitPane(int, Component, Component) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create new JSplitPane object
newJSplitPane(Component, Component) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create new JSplitPane object
newJToolBar() - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new JToolBar object
newJToolBar() - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a JToolBar object.
newJXMultiSplitPane(String) - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Factory method for creating the new JXMultiSplitPane.
newJXTextArea() - Method in class de.alpharogroup.swing.panels.output.ConsolePanel
Factory method that creates a new JXTextArea that prints the output from system out and error output stream.
newLabelCloseText() - Method in class de.alpharogroup.swing.dialog.info.InfoDialog
 
newLabelCloseText() - Method in class de.alpharogroup.swing.help.HelpFrame
 
newLabelHelpText() - Method in class de.alpharogroup.swing.help.HelpFrame
 
newLabelTextApplicationName() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextApplicationName() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLabelTextContent() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextCopyright() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextCopyright() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLabelTextDonate() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextHelp() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextInfo() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextLabelApplicationName() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextLabelApplicationName() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLabelTextLabelCopyright() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextLabelCopyright() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLabelTextLabelVersion() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextLabelVersion() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLabelTextLicence() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextOverview() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextPlaceholder() - Method in class de.alpharogroup.swing.dialog.info.InfoDialog
 
newLabelTextVersion() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newLabelTextVersion() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newLayoutDefinition() - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Factory method for creating the new layout definition as String.
newLeaf(String, double) - Static method in class de.alpharogroup.swing.panels.splitpane.SplitFactory
 
newLeftTableModel() - Method in class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Abstract factory method to provide the left table model.
newLicenseText() - Method in class de.alpharogroup.swing.actions.ShowLicenseFrameAction
Load license.
newLookAndFeelMenu(ActionListener) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
Creates the look and feel menu.
newLookAndFeels() - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new LookAndFeels object
newMainComponent() - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Factory method for create a new JComponent object
newMainComponent() - Method in class de.alpharogroup.swing.base.ApplicationFrame
Factory method for create a new JComponent object
newMainComponent() - Method in class de.alpharogroup.swing.base.ApplicationSplitPaneFrame
Factory method for create a new JComponent object
newMultiSplitLayout(MultiSplitLayout.Split) - Static method in class de.alpharogroup.swing.panels.splitpane.SplitFactory
 
newNavigationPanel(Model<WizardModelStateMachine<T>>) - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Factory method for create new NavigationPanel object.
newNextButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
newOpenBrowserToDonateAction(String, Component) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newPageAction(String, JComponent, JComponent) - Static method in class de.alpharogroup.swing.actions.ActionFactory
 
NewPasswordPanel - Class in de.alpharogroup.swing.panels.login.pw
The class NewPasswordPanel.
NewPasswordPanel() - Constructor for class de.alpharogroup.swing.panels.login.pw.NewPasswordPanel
 
NewPasswordPanel(Model<ChangePasswordModelBean>) - Constructor for class de.alpharogroup.swing.panels.login.pw.NewPasswordPanel
 
newPdfPTable(int, List<String>) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Factory method for create a new PdfPTable with the given count of columns and the column header names
newPopupMenu(List<MenuItemBean>) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a PopupMenu object.
newPreferredSize(int, int) - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Factory method for creating the new Dimension.
newPreferredSize(int, int) - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Factory method for creating the new Dimension.
newPreferredSize(int, int) - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
Factory method for creating the new Dimension.
newPreviousButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
newReplaceContentAction(String, JComponent, JComponent, boolean) - Static method in class de.alpharogroup.swing.actions.ActionFactory
 
newRightTableModel() - Method in class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Abstract factory method to provide the right table model.
newRootNode(String) - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
 
newSelectionBackround(JTable) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
newSelectionForeground(JTable) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
newShowInfoDialogAction(String, Frame, String) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newShowLicenseFrameAction(String, String) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newSplashScreen(String, String) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a SplashScreen.
newSplit(boolean, double) - Static method in class de.alpharogroup.swing.panels.splitpane.SplitFactory
 
newTableCellButtonRenderer(String) - Static method in class de.alpharogroup.swing.renderer.TableCellButtonRendererFactory
Factory method for creating the new TableCellButtonRenderer with the given string
newTextAction(String, JComponent, JComponent) - Static method in class de.alpharogroup.swing.actions.ActionFactory
 
newTextWarning() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
newTextWarning() - Method in class de.alpharogroup.swing.dialog.info.InfoPanel
 
newThreadsTableModel() - Method in class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
newTrayIcon(String, String, PopupMenu, Map<String, ActionListener>) - Static method in class de.alpharogroup.swing.components.factories.JComponentFactory
Factory method for create a TrayIcon object.
newTree() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
 
newTree() - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
New tree.
newTree() - Method in class de.alpharogroup.swing.panels.tree.TreeElementPanel
New tree.
newTreeLabel() - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
newTreeModel(Model<TreeElement>) - Method in class de.alpharogroup.swing.panels.tree.TreeElementPanel
Abstract factory callback method that have to be overwritten to provide the specific TreeModel for the JTree
newTreeModel(Model<T>) - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Abstract factory callback method that have to be overwritten to provide the specific TreeModel for the JTree
newTreeModel(Model<T>) - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
Abstract factory callback method that have to be overwritten to provide the specific TreeModel for the JTree
newTreeScrollPane() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Factory method for creating the new JScrollPane.
newTreeScrollPane() - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
Factory method for creating the new JScrollPane.
newTypeModel() - Method in class de.alpharogroup.swing.panels.field.FieldPanel
 
newWizardContentPanel(Model<WizardModelStateMachine<T>>) - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Abstract factory method for create new BaseWizardContentPanel object that have to be implemented to provide specific content for the wizard.
NEXT_CANCEL_FINISH - de.alpharogroup.swing.wizard.model.NavigationState
 
NIMBUS - de.alpharogroup.swing.plaf.LookAndFeels
The NIMBUS look and feel class
NoRowsSelectedException - Exception in de.alpharogroup.swing.table.model
The class NoRowsSelectedException are thrown when there are no rows from the table selected.
NoRowsSelectedException() - Constructor for exception de.alpharogroup.swing.table.model.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(String) - Constructor for exception de.alpharogroup.swing.table.model.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(String, Throwable) - Constructor for exception de.alpharogroup.swing.table.model.NoRowsSelectedException
Instantiates a new no rows selected exception.
NoRowsSelectedException(Throwable) - Constructor for exception de.alpharogroup.swing.table.model.NoRowsSelectedException
Instantiates a new no rows selected exception.
NumberValuesDocument - Class in de.alpharogroup.swing.document
The class NumberValuesDocument can take any character that is specified in the given regular expression
NumberValuesDocument() - Constructor for class de.alpharogroup.swing.document.NumberValuesDocument
Instantiates a new NumberValuesDocument object with the default regular expression
NumberValuesDocument(String) - Constructor for class de.alpharogroup.swing.document.NumberValuesDocument
Instantiates a new NumberValuesDocument object

O

of(String, Component, String) - Static method in class de.alpharogroup.swing.actions.OpenBrowserAction
 
onAfterInitialize() - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Callback method to interact when the initialization of the component is finished.
onAfterInitialize() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact when the initialization of the component is finished.
onAfterInitialize() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact when the initialization of the component is finished.
onAfterInitialize() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact when the initialization of the component is finished.
onAfterInitialize() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact when the initialization of the component is finished.
onAfterInitialize() - Method in class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
onAfterInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact when the initialization is finished of the components from the component.
onAfterInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact when the initialization is finished of the components from the component.
onAfterInitializeComponents() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact when the initialization is finished of the components from the component.
onAfterInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact when the initialization is finished of the components from the component.
onAfterInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact when the initialization of the layout is finished.
onAfterInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact when the initialization of the layout is finished.
onAfterInitializeLayout() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact when the initialization of the layout is finished.
onAfterInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact when the initialization of the layout is finished.
onApproveOption(File, ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenFileAction
Abstract callback method to interact on file choose approve option.
onBeforeInitialize() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact on before initialization of the component.
onBeforeInitialize() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact on before initialization of the component.
onBeforeInitialize() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact on before initialization of the component.
onBeforeInitialize() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact on before initialization of the component.
onBeforeInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseCardLayoutPanel
The layout have to initialize before components.
onBeforeInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact on before initialization of the components from the component.
onBeforeInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact on before initialization of the components from the component.
onBeforeInitializeComponents() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact on before initialization of the components from the component.
onBeforeInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact on before initialization of the components from the component.
onBeforeInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to interact on before initialization of the layout.
onBeforeInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to interact on before initialization of the layout.
onBeforeInitializeLayout() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to interact on before initialization of the layout.
onBeforeInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to interact on before initialization of the layout.
onCancel() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method for the cancel action.
onCancel() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onCancel(ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenFileAction
Abstract callback method to interact on cancel from file choose.
onChange() - Method in class de.alpharogroup.behaviors.EnableButtonBehavior
Callback method that can be overwritten to provide specific action on change of document.
onClick() - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
Callback method to interact when the button is clicked.
onClick() - Method in class de.alpharogroup.swing.table.editor.TableCellCheckboxEditor
Callback method to interact when the button is clicked.
onDoubleClick(MouseEvent) - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
The callback method on double click.
onDoubleClick(MouseEvent) - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
The callback method on double click.
onFileChoose(JFileChooser, ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenFileAction
Callback method to interact on file choose.
onFinish() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method for the finish action.
onFinish() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onGetCellEditorValue() - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
Callback method to interact in the method getCellEditorValue
onInitialize() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to initialize the component.
onInitialize() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to initialize the component.
onInitialize() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to initialize the component.
onInitialize() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to initialize the component.
onInitialize() - Method in class de.alpharogroup.swing.table.model.thread.ThreadsTableModel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.base.ApplicationFrame
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.ApplicationSplitPaneFrame
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.base.PanelDialog
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.field.FieldPanel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.login.pw.NewPasswordPanel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.login.pw.PasswordPanel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.lottery.LotteryPanel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
Initialize components.
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
onInitializeComponents() - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
onInitializeComponents() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method to initialize components from the component.
onInitializeComponents() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onInitializeGroupLayout() - Method in class de.alpharogroup.swing.panels.tree.TreeElementPanel
On initialize group layout.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseCardLayoutPanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseDialog
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseFrame
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.BasePanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.BaseWindow
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.base.PanelDialog
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.field.FieldPanel
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.login.pw.NewPasswordPanel
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.login.pw.PasswordPanel
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.lottery.LotteryPanel
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
Initialize layout.
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.splitpane.JXMultiSplitPanePanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.thread.CurrentThreadsTablePanel
 
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.panels.tree.TreeElementPanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
onInitializeLayout() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method to initialize layout from the component.
onInitializeLayout() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onNewInfoDialog(Frame, String) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
onNewLicenseText() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
onNext() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method for the next action.
onNext() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onPrevious() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Callback method for the previous action.
onPrevious() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
 
onRefreshMenus(JMenu...) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
onSetCanEdit() - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableColumnsModel
Callback method for set the canEdit array from the generic given type.
onSetColumnClasses() - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableColumnsModel
Callback method for set the column classes array from the generic given type.
onSetColumnNames() - Method in class de.alpharogroup.swing.table.model.dynamic.DynamicTableColumnsModel
Callback method for set the column names array from the generic given type.
onSetLocationAndSize() - Method in class de.alpharogroup.swing.splashscreen.BaseSplashScreen
 
onSetText() - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
Callback method to interact when the text is set.
onSetText(Object) - Method in class de.alpharogroup.swing.renderer.TableCellButtonRenderer
Callback method to interact when the text is set.
onSetText(Object) - Method in class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
Callback method to interact when the text is set.
onShowPopup(MouseEvent) - Method in class de.alpharogroup.swing.menu.popup.listeners.PopupListener
Callback method that is called on show popup.
onSingleClick(MouseEvent) - Method in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
The callback method on single click.
onSingleClick(MouseEvent) - Method in class de.alpharogroup.swing.panels.tree.JTreePanel
The callback method on single click.
onValidationError(String) - Method in class de.alpharogroup.swing.document.filter.IntegerArrayFilter
Callback method when an validation error occurs.
OpenBrowserAction - Class in de.alpharogroup.swing.actions
 
OpenBrowserAction(String, Component, String) - Constructor for class de.alpharogroup.swing.actions.OpenBrowserAction
 
OpenBrowserToDonateAction - Class in de.alpharogroup.swing.actions
The class OpenBrowserToDonateAction is the action class for this project donation
OpenBrowserToDonateAction(String, Component) - Constructor for class de.alpharogroup.swing.actions.OpenBrowserToDonateAction
Instantiates a new OpenBrowserToDonateAction.
OpenFileAction - Class in de.alpharogroup.swing.actions
The class OpenFileAction.
OpenFileAction(String, Component) - Constructor for class de.alpharogroup.swing.actions.OpenFileAction
Instantiates a new OpenFileAction object.
OPERA - de.alpharogroup.swing.browser.Browsers
The OPERA.
OS - Enum in de.alpharogroup.swing.browser
The Enum OS has constants for the operating systems.
OTHER - de.alpharogroup.swing.browser.OS
The OTHER.

P

paint(Graphics) - Method in class de.alpharogroup.layout.DrawMessage
Paint.
paintComponent(Graphics) - Method in class de.alpharogroup.swing.panels.img.ImagePanel
PainterExtensions - Class in de.alpharogroup.swing.paint
PainterExtensions() - Constructor for class de.alpharogroup.swing.paint.PainterExtensions
 
paintIcon(Component, Graphics, int, int) - Method in class de.alpharogroup.swing.icon.StringIcon
PanelDialog<T> - Class in de.alpharogroup.swing.base
The class PanelDialog contains a panel for the content and a panel for the buttons
PanelDialog(Frame, String, boolean, Model<T>) - Constructor for class de.alpharogroup.swing.base.PanelDialog
Instantiates a new PanelDialog.
PanelDialog(Frame, String, Model<T>) - Constructor for class de.alpharogroup.swing.base.PanelDialog
Instantiates a new PanelDialog.
PasswordBean - Class in de.alpharogroup.swing.panels.login.pw
The Class PasswordBean captures the data for set the password.
PasswordBean() - Constructor for class de.alpharogroup.swing.panels.login.pw.PasswordBean
 
PasswordPanel - Class in de.alpharogroup.swing.panels.login.pw
 
PasswordPanel() - Constructor for class de.alpharogroup.swing.panels.login.pw.PasswordPanel
 
PasswordPanel(Model<PasswordBean>) - Constructor for class de.alpharogroup.swing.panels.login.pw.PasswordPanel
 
Plugin - Interface in de.alpharogroup.swing.plugable.api
 
PluginConfiguration - Interface in de.alpharogroup.swing.plugable.api
 
PluginManager - Interface in de.alpharogroup.swing.plugable.api
 
PopupListener - Class in de.alpharogroup.swing.menu.popup.listeners
The listener interface for receiving popup events.
PopupListener(JPopupMenu) - Constructor for class de.alpharogroup.swing.menu.popup.listeners.PopupListener
Instantiates a new popup listener.
postinitialize() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
Postinitialize.
PreferencesPanel<T> - Class in de.alpharogroup.swing.panels.preferences
 
PreferencesPanel(Model<T>) - Constructor for class de.alpharogroup.swing.panels.preferences.PreferencesPanel
Instantiates a new PreferencesPanel object panel
preinitialize() - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
Preinitialize.
preinitialize() - Method in class de.alpharogroup.swing.panels.login.LoginController
 
PREVIOUS_NEXT_CANCEL_FINISH - de.alpharogroup.swing.wizard.model.NavigationState
 
process(ActionEvent) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
Process.
process(ActionEvent) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Process.
process(ActionEvent) - Method in class de.alpharogroup.swing.panels.keypad.KeypadController
 
process(ActionEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
PropertiesColumns - Enum in de.alpharogroup.swing.table.model.properties
PropertiesTableModel - Class in de.alpharogroup.swing.table.model.properties
PropertiesTableModel() - Constructor for class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Instantiates a new PropertiesTableModel.
PropertiesTableModel(Properties) - Constructor for class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Instantiates a new PropertiesTableModel.

Q

QuattroTableModel<TL,​TR,​BL,​BR> - Class in de.alpharogroup.swing.table.model.quattro
The class QuattroTableModel that lists four columns with generic content that can be defined for every column.
QuattroTableModel() - Constructor for class de.alpharogroup.swing.table.model.quattro.QuattroTableModel
Instantiates a new QuattroTableModel object.
QuattroTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.quattro.QuattroTableModel
Instantiates a new QuattroTableModel object.

R

randomBufferedImage(int, int, int) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Generates a random BufferedImage with the given parameters.
RangeDocument - Class in de.alpharogroup.swing.document
The class RangeDocument can take any character in the range of the given minimum and maximum
RangeDocument(int, int) - Constructor for class de.alpharogroup.swing.document.RangeDocument
Instantiates a new RangeDocument object
read(byte[]) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Gets the buffered image from the given byte array.
readQuietly(byte[]) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Gets the buffered image from the given byte array quietly.
readQuietly(InputStream) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Gets the buffered image from the given byte array quietly.
redrawTextOf(JComponent) - Method in class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
redrawTextOf(JComponent) - Method in class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
refreshMenu(JMenu) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
 
RegularExpressionDocument - Class in de.alpharogroup.swing.document
The class RegularExpressionDocument can take any character that is specified in the given regular expression
RegularExpressionDocument(String) - Constructor for class de.alpharogroup.swing.document.RegularExpressionDocument
Instantiates a new RegularExpressionDocument object.
reload(PluginConfiguration) - Method in interface de.alpharogroup.swing.plugable.api.Plugin
 
remove(int, int) - Method in class de.alpharogroup.swing.document.RangeDocument
remove(int, int) - Method in class de.alpharogroup.swing.document.RegularExpressionDocument
remove(String) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Removes the Object from the given key.
remove(DocumentFilter.FilterBypass, int, int) - Method in class de.alpharogroup.swing.document.filter.IntegerArrayFilter
remove(T) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Removes the given Object.
RemoveAction<T> - Class in de.alpharogroup.swing.table.model.suffle.actions
 
RemoveAction(GenericShuffleJTable<T>) - Constructor for class de.alpharogroup.swing.table.model.suffle.actions.RemoveAction
 
removeAll(int[]) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Removes the all.
removeAll(List<T>) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Removes the all the given Object.
RemoveAllAction<T> - Class in de.alpharogroup.swing.table.model.suffle.actions
 
RemoveAllAction(GenericShuffleJTable<T>) - Constructor for class de.alpharogroup.swing.table.model.suffle.actions.RemoveAllAction
 
removeAt(int) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Removes the row at the given index.
removeChild(Controller<M, V>) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
removeChild(Controller<M, V>) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Removes the child.
removeChild(ITreeNode<T>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Removes the child.
removeChild(ITreeNode<T>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Removes the child.
removeChild(String) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
removeChild(String) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Removes the child.
removeChildAt(int) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Removes the child.
removeChildAt(int) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Removes the child.
removeUpdate(DocumentEvent) - Method in class de.alpharogroup.behaviors.EnableButtonBehavior
removeUpdate(DocumentEvent) - Method in class de.alpharogroup.swing.bind.StringBindingListener
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class de.alpharogroup.swing.document.filter.IntegerArrayFilter
replaceContent(JComponent, JComponent, boolean) - Static method in class de.alpharogroup.layout.ReplaceContentExtensions
Replace the content of the given container.
ReplaceContentExtensions - Class in de.alpharogroup.layout
ReplaceContentExtensions() - Constructor for class de.alpharogroup.layout.ReplaceContentExtensions
 
replaceContentInMultiSplitPane(JComponent, JComponent, boolean) - Static method in class de.alpharogroup.layout.ReplaceContentExtensions
Replace the content of the given container.
replaceInternalFrame(String, Component) - Method in class de.alpharogroup.swing.base.ApplicationFrame
Replace the current internal frame with a new internal frame with the given Component as content.
replaceRange(JComponent, String, int, int) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
replaceRange(JComponent, String, int, int) - Method in class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
replaceRange(JComponent, String, int, int) - Method in class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
RequestFocusListener - Class in de.alpharogroup.swing.listener
The class RequestFocusListener can take a JComponent which will gain focus when the window/frame/dialog will show.

The listener interface for receiving requestFocus events.
RequestFocusListener() - Constructor for class de.alpharogroup.swing.listener.RequestFocusListener
 
reset() - Method in class de.alpharogroup.swing.wizard.model.AbstractWizardModel
Reset all flags to false.
RESET - de.alpharogroup.swing.wizard.model.NavigationState
 
resize(BufferedImage, String, int, int) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Resize the given BufferedImage.
resize(BufferedImage, Scalr.Method, Scalr.Mode, String, int, int) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Resize the given image.
RobotExtensions - Class in de.alpharogroup.swing.robot
The class RobotExtensions.
RobotExtensions() - Constructor for class de.alpharogroup.swing.robot.RobotExtensions
 
run() - Method in class de.alpharogroup.swing.splashscreen.StepSleepTimerThread
 

S

ScreenSizeExtensions - Class in de.alpharogroup.layout
Utility class for handle with screensize.
ScreenSizeExtensions() - Constructor for class de.alpharogroup.layout.ScreenSizeExtensions
 
scrPnTblAvailableElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
scrPnTblSelectedElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
scrTree - Variable in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
The JScrollPane for the JTree.
scrTree - Variable in class de.alpharogroup.swing.panels.tree.JTreePanel
The JScrollPane for the JTree.
SEAMONKEY - de.alpharogroup.swing.browser.Browsers
The SEAMONKEY.
selectedItem - Variable in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
The the current selected item.
setAccelerator(JMenuItem, char) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given key char.
setAccelerator(JMenuItem, int, int) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given key code and the given modifiers.
setAccelerator(JMenuItem, int, int, boolean) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given keyCode and the given modifiers.
setAccelerator(JMenuItem, Character, int) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given key char and the given modifiers.
setAccelerator(JMenuItem, String) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given parsable keystroke string.
setAllValid() - Method in class de.alpharogroup.swing.wizard.model.AbstractWizardModel
Sets all valid states to true.
setAltAccelerator(JMenuItem, char) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given character with the ALT.
setBackground(Color) - Method in class de.alpharogroup.swing.tree.renderer.CheckBoxTreeCellRenderer
 
setChild(String, Controller<M, V>) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
setChild(String, Controller<M, V>) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Sets a child from this controller.
setChildren(List<ITreeNode<T>>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Sets the children.
setChildren(List<ITreeNode<T>>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Sets the children.
setChildren(MultiSplitLayout.Split, MultiSplitLayout.Node...) - Static method in class de.alpharogroup.swing.panels.splitpane.SplitFactory
 
setColor(Color) - Method in class de.alpharogroup.layout.DrawMessage
Sets the field color.
setComboSet(Set<T>) - Method in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
Sets the combo list from the given set.
setComponent(COMP) - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Sets the field component.
setComponent(COMP) - Method in interface de.alpharogroup.generic.mvc.view.View
Sets the component.
setController(C) - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Sets the field controller.
setController(C) - Method in interface de.alpharogroup.generic.mvc.view.View
Sets the controller.
setCtrlAccelerator(JMenuItem, char) - Static method in class de.alpharogroup.swing.menu.MenuExtensions
Sets the accelerator for the given menuitem and the given character with the CTRL.
setData(List<T>) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Sets the data.
setData(Properties) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Sets the new properties.
setDefaultLookAndFeel(LookAndFeels, Component) - Method in class de.alpharogroup.swing.base.AbstractApplicationFrame
Sets the given LookAndFeels to the given Component and returns given LookAndFeels
setIconImage(String, Window) - Static method in class de.alpharogroup.swing.utils.AwtExtensions
Sets the icon image from the given resource name and add it to the given window object.
setLookAndFeel(LookAndFeels, Component) - Static method in enum de.alpharogroup.swing.plaf.LookAndFeels
Sets the given LookAndFeels to the given Component and returns given LookAndFeels
setMessage(String) - Method in class de.alpharogroup.layout.DrawMessage
Sets the field message.
setModel(M) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
setModel(M) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Sets the model.
setModelObject(T) - Method in class de.alpharogroup.swing.base.BaseDialog
Setter for the model object.
setModelObject(T) - Method in class de.alpharogroup.swing.base.BaseFrame
Setter for the model object.
setModelObject(T) - Method in class de.alpharogroup.swing.base.BasePanel
Setter for the model object.
setModelObject(T) - Method in class de.alpharogroup.swing.base.BaseWindow
Setter for the model object.
setParent(Controller<M, V>) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
setParent(Controller<M, V>) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Sets the parent.
setParent(View<C, COMP>) - Method in class de.alpharogroup.generic.mvc.view.AbstractGenericView
Sets the parent.
setPassword(String) - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
 
setProperties(Properties) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
Sets the properties.
setSelected(boolean) - Method in class de.alpharogroup.swing.tree.model.CheckableTreeNode
 
setSelectedItem(Object) - Method in class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
setSelectedItem(Object) - Method in class de.alpharogroup.swing.combobox.model.EnumComboBoxModel
setShowing(boolean) - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
Sets the field showme.
setText(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
Sets the text.
setText(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.JLabelOutputStream
 
setText(JComponent, String) - Method in class de.alpharogroup.swing.panels.output.JTextAreaOutputStream
 
setUsername(String) - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
 
setUserObject(Object) - Method in class de.alpharogroup.swing.tree.model.CheckableTreeNode
 
setValue(E) - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
Sets the value.
setValue(Object) - Method in class de.alpharogroup.swing.renderer.DateRenderer
setValue(T) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Sets the value.
setValue(T) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Sets the value.
setView(V) - Method in class de.alpharogroup.generic.mvc.controller.AbstractGenericController
(non-Javadoc).
setView(V) - Method in interface de.alpharogroup.generic.mvc.controller.Controller
Sets the view.
showExceptionDialog(Exception, Component, String...) - Static method in class de.alpharogroup.swing.dialog.DialogExtensions
Show exception dialog.
showFor(int) - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
 
showFrame(Frame) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Bring the given Frame to the front
ShowHelpDialogAction - Class in de.alpharogroup.swing.actions
The class ShowHelpDialogAction shows the help window of an application
ShowHelpDialogAction(String, Window, LookAndFeels) - Constructor for class de.alpharogroup.swing.actions.ShowHelpDialogAction
Instantiates a new ShowHelpDialogAction
showInfoDialog(Frame, String) - Static method in class de.alpharogroup.layout.InfomationDialog
Statische Methode um ein Dialogfenster mit der angegebener Nachricht zu erzeugen.
ShowInfoDialogAction - Class in de.alpharogroup.swing.actions
The abstract class ShowInfoDialogAction
ShowInfoDialogAction(String, Frame, String) - Constructor for class de.alpharogroup.swing.actions.ShowInfoDialogAction
Instantiates a new ShowInfoDialogAction.
showing() - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
 
ShowLicenseFrameAction - Class in de.alpharogroup.swing.actions
The abstract class ShowLicenseFrameAction.
ShowLicenseFrameAction(String, String) - Constructor for class de.alpharogroup.swing.actions.ShowLicenseFrameAction
Instantiates a new show license frame action.
showOnScreen(int, JFrame) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
If the screen is available the given JFrame will be show in the given screen.
shuffleSelectedLeftRowsToRightTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Shuffle selected left rows to right table.
shuffleSelectedLeftRowsToRightTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Shuffle selected left rows to right table.
shuffleSelectedLeftRowsToRightTableModel(int[]) - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Shuffle selected left rows to right table model.
shuffleSelectedLeftRowsToRightTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModelExtensions
Shuffle selected left rows to right table model.
shuffleSelectedLeftRowToRightTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Shuffle selected left row to right table.
shuffleSelectedLeftRowToRightTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Shuffle selected left row to right table model.
shuffleSelectedLeftRowToRightTableModel(int) - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Shuffle selected left row to right table model.
shuffleSelectedRightRowsToLeftTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Shuffle selected right rows to left table.
shuffleSelectedRightRowsToLeftTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Shuffle selected right rows to left table model.
shuffleSelectedRightRowsToLeftTableModel(int[]) - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Shuffle selected right rows to left table model.
shuffleSelectedRightRowsToLeftTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModelExtensions
Shuffle selected right rows to left table model.
shuffleSelectedRightRowToLeftTable() - Method in class de.alpharogroup.swing.GenericShuffleJTable
Shuffle selected right row to left table.
shuffleSelectedRightRowToLeftTable() - Method in class de.alpharogroup.swing.x.GenericShuffleJXTable
Shuffle selected right row to left table model.
shuffleSelectedRightRowToLeftTableModel(int) - Method in class de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModel
Shuffle selected right row to left table model.
shuffleTable - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
ShuffleTablePanel<T> - Class in de.alpharogroup.swing.panels.shuffletables
 
ShuffleTablePanel() - Constructor for class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
ShuffleTablePanel(Model<List<T>>) - Constructor for class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
SingleItemModelListener<T> - Class in de.alpharogroup.swing.bind
The listener interface SingleItemModelListener receives itemBind events.
SingleItemModelListener(Model<T>) - Constructor for class de.alpharogroup.swing.bind.SingleItemModelListener
Instantiates a new SingleItemModelListener.
SingletonDesktopPane - Class in de.alpharogroup.swing.desktoppane
SplashScreen - Class in de.alpharogroup.swing.splashscreen
The SplashScreen from the application.
SplashScreen(String, String) - Constructor for class de.alpharogroup.swing.splashscreen.SplashScreen
 
SplashScreenModelBean - Class in de.alpharogroup.swing.splashscreen
 
SplashScreenModelBean() - Constructor for class de.alpharogroup.swing.splashscreen.SplashScreenModelBean
 
SplitFactory - Class in de.alpharogroup.swing.panels.splitpane
 
SplitFactory() - Constructor for class de.alpharogroup.swing.panels.splitpane.SplitFactory
 
splitPane - Variable in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
The JSplitPane for the tree in the left side and the corresponding value at teh right side.
start() - Method in interface de.alpharogroup.swing.plugable.api.Plugin
 
StepSleepTimerThread - Class in de.alpharogroup.swing.splashscreen
 
StepSleepTimerThread(int) - Constructor for class de.alpharogroup.swing.splashscreen.StepSleepTimerThread
 
stop() - Method in interface de.alpharogroup.swing.plugable.api.Plugin
 
stopCellEditing() - Method in class de.alpharogroup.swing.table.editor.TableCellButtonEditor
stopCellEditing() - Method in class de.alpharogroup.swing.table.editor.TableCellCheckboxEditor
StringBindingListener - Class in de.alpharogroup.swing.bind
The class StringBindingListener acts as listener of the input of a text component and updates the given Model.
StringBindingListener(Model<String>) - Constructor for class de.alpharogroup.swing.bind.StringBindingListener
Instantiates a new StringBindingListener.
StringComboBoxModel - Class in de.alpharogroup.swing.combobox.model
The class StringComboBoxModel is an implementation of the abstract class AbstractComboBoxModel for String values.
StringComboBoxModel(String[]) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
Instantiates a new StringComboBoxModel from the given array
StringComboBoxModel(String[], String) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
Instantiates a new StringComboBoxModel from the given array and set as selected item the given value
StringComboBoxModel(List<String>) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
Instantiates a new StringComboBoxModel from the given list
StringComboBoxModel(List<String>, String) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
Instantiates a new StringComboBoxModel from the given list and set as selected item the given value
StringIcon - Class in de.alpharogroup.swing.icon
The class StringIcon creates an icon with the given text
StringIcon(JComponent, String, Font, Color) - Constructor for class de.alpharogroup.swing.icon.StringIcon
Instantiates a new StringIcon object
StringIcon(JComponent, String) - Constructor for class de.alpharogroup.swing.icon.StringIcon
Instantiates a new StringIcon object
StringKeyValueTableModel - Class in de.alpharogroup.swing.table.model.properties
The class StringKeyValueTableModel that lists key value pairs.
StringKeyValueTableModel() - Constructor for class de.alpharogroup.swing.table.model.properties.StringKeyValueTableModel
Instantiates a new StringKeyValueTableModel object.
StringKeyValueTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.properties.StringKeyValueTableModel
Instantiates a new StringKeyValueTableModel object.
SYNTH - de.alpharogroup.swing.plaf.LookAndFeels
The SYNTH look and feel class
SYSTEM - de.alpharogroup.swing.plaf.LookAndFeels
The SYSTEM look and feel class

T

TableCellButtonEditor - Class in de.alpharogroup.swing.table.editor
TableCellButtonEditor() - Constructor for class de.alpharogroup.swing.table.editor.TableCellButtonEditor
Instantiates a new TableCellButtonEditor object
TableCellButtonEditor(JCheckBox) - Constructor for class de.alpharogroup.swing.table.editor.TableCellButtonEditor
Instantiates a new TableCellButtonEditor object.
TableCellButtonRenderer - Class in de.alpharogroup.swing.renderer
TableCellButtonRenderer() - Constructor for class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
TableCellButtonRenderer(Color, Color) - Constructor for class de.alpharogroup.swing.renderer.TableCellButtonRenderer
 
TableCellButtonRendererFactory - Class in de.alpharogroup.swing.renderer
A factory for creating TableCellButtonRenderer objects
TableCellButtonRendererFactory() - Constructor for class de.alpharogroup.swing.renderer.TableCellButtonRendererFactory
 
TableCellCheckboxEditor - Class in de.alpharogroup.swing.table.editor
TableCellCheckboxEditor(JCheckBox) - Constructor for class de.alpharogroup.swing.table.editor.TableCellCheckboxEditor
Instantiates a new TableCellCheckboxEditor object.
TableColumnsModel - Class in de.alpharogroup.swing.table.model
The class TableColumnsModel encapsulates the column data for a table model like the column names if they are editable and the column classes.
TableColumnsModel() - Constructor for class de.alpharogroup.swing.table.model.TableColumnsModel
 
tblAvailableElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
tblSelectedElements - Variable in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
 
ThreadsTableModel - Class in de.alpharogroup.swing.table.model.thread
The class ThreadsTableModel that lists all threads.
ThreadsTableModel() - Constructor for class de.alpharogroup.swing.table.model.thread.ThreadsTableModel
Instantiates a new ThreadsTableModel object.
ThreadsTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.thread.ThreadsTableModel
Instantiates a new ThreadsTableModel object.
toByteArray(BufferedImage, String) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Converts the given BufferedImage to a byte array.
toggleFullScreen(JFrame) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
Toggle given Frame to full screen mode or if it is in full screen mode its returns to normal mode
ToggleFullScreenAction - Class in de.alpharogroup.swing.actions
ToggleFullScreenAction(String, JFrame) - Constructor for class de.alpharogroup.swing.actions.ToggleFullScreenAction
Instantiates a new ToggleFullScreenAction object.
toList() - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
To list.
toList() - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
To list.
toString() - Method in class de.alpharogroup.swing.panels.preferences.ComponentTreeNode
 
traverse(ITreeNode<T>, List<ITreeNode<T>>) - Method in class de.alpharogroup.swing.tree.model.AbstractGenericTreeNode
Traverse.
traverse(ITreeNode<T>, List<ITreeNode<T>>) - Method in interface de.alpharogroup.swing.tree.model.api.ITreeNode
Traverse.
tree - Variable in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
The JTree.
tree - Variable in class de.alpharogroup.swing.panels.tree.JTreePanel
The JTree.
TreeElementPanel - Class in de.alpharogroup.swing.panels.tree
The abstract class TreeElementPanel parameterized with TreeElement
TreeElementPanel() - Constructor for class de.alpharogroup.swing.panels.tree.TreeElementPanel
Instantiates a new TreeElementPanel
TreeElementPanel(Model<TreeElement>) - Constructor for class de.alpharogroup.swing.panels.tree.TreeElementPanel
Instantiates a new tTreeElementPanel
treeModel - Variable in class de.alpharogroup.swing.panels.preferences.PreferencesPanel
 
TripleStringTableModel - Class in de.alpharogroup.swing.table.model.triple
The class TripleStringTableModel that lists three columns with String content for every column.
TripleStringTableModel() - Constructor for class de.alpharogroup.swing.table.model.triple.TripleStringTableModel
Instantiates a new TripleStringTableModel object.
TripleStringTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.triple.TripleStringTableModel
Instantiates a new TripleStringTableModel object.
TripleTableModel<L,​M,​R> - Class in de.alpharogroup.swing.table.model.triple
The class TripleTableModel that lists three columns with generic content that can be defined for every column.
TripleTableModel() - Constructor for class de.alpharogroup.swing.table.model.triple.TripleTableModel
Instantiates a new TripleTableModel object.
TripleTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.triple.TripleTableModel
Instantiates a new TripleTableModel object.
typeCharacter(Robot, char) - Static method in class de.alpharogroup.swing.robot.RobotExtensions
Types the given char with the given robot.
typeString(Robot, String) - Static method in class de.alpharogroup.swing.robot.RobotExtensions
Type the given string with the given robot.

U

UNIX - de.alpharogroup.swing.browser.OS
The UNIX.
unweaveFrom(BufferedImage) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Unweave a secret message from the given BufferedImage.
update(DocumentEvent) - Method in class de.alpharogroup.swing.bind.StringBindingListener
Update the underlying model object.
update(T) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
Update the row.
updateButtonState() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
Update the button states.

V

validate(String) - Method in class de.alpharogroup.swing.document.filter.IntegerArrayFilter
Validate the given string that it is a int array
validate(String) - Method in class de.alpharogroup.swing.document.NumberValuesDocument
Validate the given value by this RegularExpressionDocument object
validate(String) - Method in class de.alpharogroup.swing.document.RangeDocument
Validate the given value by this RangeDocument object
validate(String) - Method in class de.alpharogroup.swing.document.RegularExpressionDocument
Validate the given value by this RegularExpressionDocument object
VALUE - de.alpharogroup.swing.table.model.properties.PropertiesColumns
 
valueOf(String) - Static method in enum de.alpharogroup.swing.browser.Browsers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.swing.browser.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.swing.img.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.swing.plaf.LookAndFeels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.swing.table.model.properties.PropertiesColumns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.swing.wizard.model.NavigationState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.swing.browser.Browsers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.swing.browser.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.swing.img.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.swing.plaf.LookAndFeels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.swing.table.model.properties.PropertiesColumns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.swing.wizard.model.NavigationState
Returns an array containing the constants of this enum type, in the order they are declared.
vertical - de.alpharogroup.swing.img.Direction
Indicates the vertical direction.
View<C,​COMP extends java.awt.Component> - Interface in de.alpharogroup.generic.mvc.view
The Interface View.

W

weaveInto(BufferedImage, String) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Weave the given secret message into the given BufferedImage.
windowActivated(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowClosed(WindowEvent) - Method in class de.alpharogroup.layout.CloseWindow
Window closed.
windowClosed(WindowEvent) - Method in class de.alpharogroup.layout.DisposeWindow
windowClosed(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowClosing(WindowEvent) - Method in class de.alpharogroup.layout.CloseWindow
Window closing.
windowClosing(WindowEvent) - Method in class de.alpharogroup.layout.DisposeWindow
windowClosing(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowDeactivated(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowDeiconified(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowGainedFocus(WindowEvent) - Method in class de.alpharogroup.swing.listener.RequestFocusListener
windowIconified(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
windowLostFocus(WindowEvent) - Method in class de.alpharogroup.swing.listener.RequestFocusListener
windowOpened(WindowEvent) - Method in class de.alpharogroup.swing.panels.login.LoginController
 
WINDOWS - de.alpharogroup.swing.browser.OS
The WINDOWS.
WINDOWS - de.alpharogroup.swing.plaf.LookAndFeels
The WINDOWS look and feel class
write(byte[]) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
write(byte[], int, int) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
write(int) - Method in class de.alpharogroup.swing.panels.output.AbstractComponentOutputStream
 
write(BufferedImage, String, File) - Static method in class de.alpharogroup.swing.img.ImageExtensions
Convenience method to write the given BufferedImage object to the given File object.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages