- 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
-
- AbstractComboBoxModel(List<T>) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- AbstractComboBoxModel(List<T>, T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- AbstractComboBoxModel(Set<T>) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- AbstractComboBoxModel(Set<T>, T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- AbstractComboBoxModel(T[]) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- AbstractComboBoxModel(T[], T) - Constructor for class de.alpharogroup.swing.combobox.model.AbstractComboBoxModel
-
- 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 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
-
- AbstractShuffleTablePanel(Model<List<T>>) - Constructor for class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
-
- AbstractWizardModel - Class in de.alpharogroup.swing.wizard.model
-
- AbstractWizardModel() - Constructor for class de.alpharogroup.swing.wizard.model.AbstractWizardModel
-
- AbstractWizardPanel<T> - Class in de.alpharogroup.swing.wizard
-
- AbstractWizardPanel() - Constructor for class de.alpharogroup.swing.wizard.AbstractWizardPanel
-
- AbstractWizardPanel(Model<T>) - Constructor for class de.alpharogroup.swing.wizard.AbstractWizardPanel
-
- 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.combobox.model.AbstractComboBoxModel
- actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.laf.actions.LookAndFeelAction
-
Deprecated.
- actionPerformed(ActionEvent) - Method in class de.alpharogroup.swing.laf.actions.LookAndFeelMetalAction
-
Deprecated.
- 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(T) - Method in class de.alpharogroup.swing.table.model.GenericTableModel
-
Adds the row.
- add(Properties) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
-
Adds the given Properties.
- add(String, String) - Method in class de.alpharogroup.swing.table.model.properties.PropertiesTableModel
-
Adds the row from the given key and value.
- 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, 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.
- addComponentToFrame(JInternalFrame, Component) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
-
- 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
-
- 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.
- addViewToFrame(JInternalFrame, View<?, ?>) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
-
- 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
-
- associate(E, JRadioButton) - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
-
- 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
-
- AwtExtensions() - Constructor for class de.alpharogroup.swing.utils.AwtExtensions
-
- DateRenderer - Class in de.alpharogroup.swing.renderer
-
The class DateRenderer.
- DateRenderer() - Constructor for class de.alpharogroup.swing.renderer.DateRenderer
-
- DateRenderer(String) - Constructor for class de.alpharogroup.swing.renderer.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
-
Provides interfaces and classes for the controller.
- de.alpharogroup.generic.mvc.view - package de.alpharogroup.generic.mvc.view
-
Provides interfaces and classes for the view.
- de.alpharogroup.layout - package de.alpharogroup.layout
-
This package contains helper classes for handle the screensizes and layouts.
- de.alpharogroup.swing - package de.alpharogroup.swing
-
This package contains helper generic classes for JTable and models in 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
-
Provides helper classes for controlling the browser from an swing application.
- 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.info - package de.alpharogroup.swing.dialog.info
-
- de.alpharogroup.swing.docfilter - package de.alpharogroup.swing.docfilter
-
- 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.img - package de.alpharogroup.swing.img
-
- de.alpharogroup.swing.laf - package de.alpharogroup.swing.laf
-
Provides an enum for a some 'look and feel' names.
- de.alpharogroup.swing.laf.actions - package de.alpharogroup.swing.laf.actions
-
- de.alpharogroup.swing.menu - package de.alpharogroup.swing.menu
-
Provides helper classes for swing menus.
- 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.network - package de.alpharogroup.swing.panels.network
-
- de.alpharogroup.swing.panels.shuffletables - package de.alpharogroup.swing.panels.shuffletables
-
- 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
-
Provides an enum for view 'look and feel' names
- de.alpharogroup.swing.plaf.actions - package de.alpharogroup.swing.plaf.actions
-
Provides actions the changes the 'look and feel' of a component
- 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
-
This package contains helper generic classes for Tablemodels in swing.
- 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.model - package de.alpharogroup.swing.tree.model
-
Provides classes for abstract swing trees and nodes.
- de.alpharogroup.swing.tree.model.api - package de.alpharogroup.swing.tree.model.api
-
Provides interfaces for abstract swing trees and nodes.
- 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
-
This package contains helper generic classes for JXTable and models in swingx.
- 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(JCheckBox) - Constructor for class de.alpharogroup.swing.table.editor.DeleteRowButtonEditor
-
- DialogExtensions - Class in de.alpharogroup.swing.dialog
-
- DialogExtensions() - Constructor for class de.alpharogroup.swing.dialog.DialogExtensions
-
- 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
-
- 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.
- 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
-
- 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.properties.PropertiesTableModel
- getColumnCount() - Method in class de.alpharogroup.swing.table.model.BaseTableModel
- 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.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.laf.actions.LookAndFeelAction
-
Deprecated.
- 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.
- 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.
- getGraphicsDevice(int) - Static method in class de.alpharogroup.layout.GraphicsDeviceExtensions
-
- 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.ApplicationFrame
-
- 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
-
- 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
-
- getLookAndFeelName() - Method in enum de.alpharogroup.swing.laf.LookAndFeels
-
Deprecated.
Gets the look and feel name.
- 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
- 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.
- 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.
- getResized(BufferedImage, 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
- 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(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
- 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(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
- getSelected() - Method in class de.alpharogroup.swing.radio.model.EnumRadioButtonGroupBean
-
Gets the selected.
- 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
-
- 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.
- 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
-
- GridBagLayoutModel() - Constructor for class de.alpharogroup.layout.GridBagLayoutModel
-
- NavigationPanel<T> - Class in de.alpharogroup.swing.wizard
-
- NavigationPanel() - Constructor for class de.alpharogroup.swing.wizard.NavigationPanel
-
- NavigationPanel(Model<T>) - Constructor for class de.alpharogroup.swing.wizard.NavigationPanel
-
- NavigationState - Enum in de.alpharogroup.swing.wizard.model
-
- 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
-
- newCancelButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
-
- newCardLayout() - Method in class de.alpharogroup.swing.base.BaseCardLayoutPanel
-
- newDesktopMenu(Component) - Method in class de.alpharogroup.swing.base.ApplicationFrame
-
- 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
-
- 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.ApplicationFrame
-
Abstact factory method that returns the path of the icon of the application
- newImageIcon(File) - Static method in class de.alpharogroup.swing.img.ImageExtensions
-
- 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
-
- newInvisibleCursor() - Static method in class de.alpharogroup.swing.utils.AwtExtensions
-
Creates an invisible cursor.
- newJDesktopPane() - Method in class de.alpharogroup.swing.base.ApplicationFrame
-
- newJMenuBar() - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
-
- 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.
- newJToolBar() - Method in class de.alpharogroup.swing.base.ApplicationFrame
-
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.
- 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
-
- 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.ApplicationFrame
-
- newNavigationPanel(Model<WizardModelStateMachine<T>>) - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
-
- newNextButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
-
- newOpenBrowserToDonateAction(String, Component) - Method in class de.alpharogroup.swing.base.BaseDesktopMenu
-
- NewPasswordPanel - Class in de.alpharogroup.swing.panels.login.pw
-
- 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.tree.JTreePanel
-
Factory method for creating the new
Dimension.
- newPreviousButton(String) - Method in class de.alpharogroup.swing.wizard.NavigationPanel
-
- newRightTableModel() - Method in class de.alpharogroup.swing.panels.shuffletables.AbstractShuffleTablePanel
-
Abstract factory method to provide the right table model.
- 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
-
- 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.tree.JTreePanel
-
New tree.
- 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.tree.JTreePanel
-
- 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.
- 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
-
- NumberValuesDocument(String) - Constructor for class de.alpharogroup.swing.document.NumberValuesDocument
-
- of(String, Component, String) - Static method in class de.alpharogroup.swing.actions.OpenBrowserAction
-
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- onCancel(ActionEvent) - Method in class de.alpharogroup.swing.actions.OpenFileAction
-
Abstract callback method to interact on cancel from file choose.
- onCancel() - Method in class de.alpharogroup.swing.wizard.AbstractWizardPanel
-
Callback method for the cancel action.
- onCancel() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
-
- 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.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
-
- 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.table.model.thread.ThreadsTableModel
-
- onInitializeComponents() - Method in class de.alpharogroup.swing.base.ApplicationFrame
-
- 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.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.network.NetworkSettingsPanel
-
Initialize components.
- 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.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.wizard.AbstractWizardPanel
-
Callback method to initialize components from the component.
- onInitializeComponents() - Method in class de.alpharogroup.swing.wizard.NavigationPanel
-
- 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.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.network.NetworkSettingsPanel
-
Initialize layout.
- 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.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.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
-
- 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.tree.JTreePanel
-
The callback method on single click.
- onValidationError(String) - Method in class de.alpharogroup.swing.docfilter.IntegerArrayFilter
-
Deprecated.
Callback method when an validation error occurs.
- 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
-
- OpenBrowserToDonateAction(String, Component) - Constructor for class de.alpharogroup.swing.actions.OpenBrowserToDonateAction
-
- OpenFileAction - Class in de.alpharogroup.swing.actions
-
- OpenFileAction(String, Component) - Constructor for class de.alpharogroup.swing.actions.OpenFileAction
-
- OS - Enum in de.alpharogroup.swing.browser
-
The Enum OS has constants for the operating systems.
- 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.tree.JTreePanel
-
- 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, 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, 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, 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.
- 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.
- 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.ApplicationFrame
-
- 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(String, Component) - Static method in enum de.alpharogroup.swing.laf.LookAndFeels
-
Deprecated.
- setLookAndFeel(LookAndFeels, Component) - Static method in enum de.alpharogroup.swing.plaf.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.BaseFrame
-
Setter for the model object.
- setModelObject(T) - Method in class de.alpharogroup.swing.base.BasePanel
-
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.
- 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.
- setUsername(String) - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
-
- 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.
- setViewAndControllerForJInternalFrame(JInternalFrame, View<?, ?>) - Static method in class de.alpharogroup.swing.utils.JInternalFrameExtensions
-
- 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
-
- ShowHelpDialogAction - Class in de.alpharogroup.swing.actions
-
- ShowHelpDialogAction(String, Window, LookAndFeels) - Constructor for class de.alpharogroup.swing.actions.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
-
- ShowInfoDialogAction(String, Frame, String) - Constructor for class de.alpharogroup.swing.actions.ShowInfoDialogAction
-
- showing() - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
-
- ShowLicenseFrameAction - Class in de.alpharogroup.swing.actions
-
- 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
-
- SingleItemModelListener(Model<T>) - Constructor for class de.alpharogroup.swing.bind.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
-
- start() - Method in interface de.alpharogroup.swing.plugable.api.Plugin
-
- 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
-
- StringComboBoxModel - Class in de.alpharogroup.swing.combobox.model
-
- StringComboBoxModel(List<String>) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
-
- 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
- StringComboBoxModel(String[]) - Constructor for class de.alpharogroup.swing.combobox.model.StringComboBoxModel
-
- 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
- StringKeyValueTableModel - Class in de.alpharogroup.swing.table.model.properties
-
- StringKeyValueTableModel() - Constructor for class de.alpharogroup.swing.table.model.properties.StringKeyValueTableModel
-
- StringKeyValueTableModel(TableColumnsModel) - Constructor for class de.alpharogroup.swing.table.model.properties.StringKeyValueTableModel
-
- validate(String) - Method in class de.alpharogroup.swing.docfilter.IntegerArrayFilter
-
Deprecated.
Validate the given string that it is a int array
- 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(String) - Method in class de.alpharogroup.swing.document.RangeDocument
-
- validate(String) - Method in class de.alpharogroup.swing.document.RegularExpressionDocument
-
- 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.ImageExtensions.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.alpharogroup.swing.laf.LookAndFeels
-
Deprecated.
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.ImageExtensions.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.laf.LookAndFeels
-
Deprecated.
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.
- View<C,COMP extends Component> - Interface in de.alpharogroup.generic.mvc.view
-
The Interface View.