- 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.generic.mvc.controller - package de.alpharogroup.generic.mvc.controller
-
Provides interfaces and classes for the controller.
- de.alpharogroup.generic.mvc.model - package de.alpharogroup.generic.mvc.model
-
Provides interfaces and classes for the model.
- 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.browser - package de.alpharogroup.swing.browser
-
Provides helper classes for controlling the browser from an swing application.
- de.alpharogroup.swing.components.factories - package de.alpharogroup.swing.components.factories
-
- 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 - package de.alpharogroup.swing.panels
-
- de.alpharogroup.swing.panels.field - package de.alpharogroup.swing.panels.field
-
- 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.network - package de.alpharogroup.swing.panels.network
-
- de.alpharogroup.swing.panels.shuffletables - package de.alpharogroup.swing.panels.shuffletables
-
- de.alpharogroup.swing.plugable.api - package de.alpharogroup.swing.plugable.api
-
- 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.tablemodel - package de.alpharogroup.swing.tablemodel
-
This package contains helper generic classes for Tablemodels in swing.
- de.alpharogroup.swing.treemodel - package de.alpharogroup.swing.treemodel
-
Provides classes for abstract swing trees and nodes.
- de.alpharogroup.swing.treemodel.ifaces - package de.alpharogroup.swing.treemodel.ifaces
-
Provides interfaces for abstract swing trees and nodes.
- de.alpharogroup.swing.utils - package de.alpharogroup.swing.utils
-
- 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.
- 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.tablemodel
-
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.tablemodel.GenericShuffleTableModel
-
Instantiates a new generic shuffle table model.
- GenericShuffleTableModelExtensions - Class in de.alpharogroup.swing.tablemodel
-
- GenericShuffleTableModelExtensions() - Constructor for class de.alpharogroup.swing.tablemodel.GenericShuffleTableModelExtensions
-
- GenericTableModel<T> - Class in de.alpharogroup.swing.tablemodel
-
The class GenericTableModel.
- GenericTableModel() - Constructor for class de.alpharogroup.swing.tablemodel.GenericTableModel
-
Instantiates a new generic table model.
- GenericTableModel(List<T>) - Constructor for class de.alpharogroup.swing.tablemodel.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.tablemodel.GenericTableModel
-
Gets the row from the given index.
- 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.
- getBtnAdd() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getBtnAddAll() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getBtnCancel() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field btnCancel.
- getBtngrpProxySettings() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the ButtonGroup proxy settings.
- getBtnLogin() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field btnLogin.
- getBtnRemove() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getBtnRemoveAll() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getChckbxSocksProxy() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the CheckBox socks proxy.
- 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.treemodel.AbstractGenericTreeNode
-
Gets the child count.
- getChildCount() - Method in interface de.alpharogroup.swing.treemodel.ifaces.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.treemodel.AbstractGenericTreeNode
-
Gets the children.
- getChildren() - Method in interface de.alpharogroup.swing.treemodel.ifaces.ITreeNode
-
Gets the children.
- getColor() - Method in class de.alpharogroup.layout.DrawMessage
-
Returns the field color.
- 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
-
- 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.tablemodel.GenericTableModel
-
Gets the data.
- 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.
- getHost() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the host.
- 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
-
- getLblAvailableElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getLblHostOrIpaddress() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the Label host or ipaddress.
- getLblPassword() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field lblPassword.
- getLblPort() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the Label port.
- getLblSelectedElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getLblUsername() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field lblUsername.
- 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
-
Gets the look and feel name.
- getLpHostOrIpaddress() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the LayeredPane host or ipaddress.
- getLpNoProxy() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the LayeredPane no proxy.
- getLpUseSystemSettings() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the LayeredPane use system settings.
- 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 interface de.alpharogroup.generic.mvc.model.Model
-
Gets the model Object.
- getModelObject() - Method in class de.alpharogroup.swing.panels.keypad.KeypadModel
-
- getModelObject() - Method in class de.alpharogroup.swing.panels.login.LoginModel
-
- getModelObject() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModel
-
- 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.
- 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
-
- getPassword() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the password.
- getPoint() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
Gets the Screensize and returns it as a Point object.
- getPort() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the port.
- getPreferredSize() - Method in class de.alpharogroup.layout.DrawMessage
-
Gets the preferred size.
- getProxy() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the proxy.
- getProxyAuthetication() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the proxy authetication.
- getRdbtnManualProxyConfiguration() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the RadioButton manual proxy configuration.
- getRdbtnNoProxy() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the RadioButton no proxy.
- getRdbtnUseSystemSettings() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the RadioButton use system settings.
- getRememberPassword() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the remember password.
- 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.tablemodel.GenericTableModel
-
Gets the row count.
- getScreenHeight() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
Gets the height from the current screen.
- getScreenHeight(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
- getScreenWidth() - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
Gets the width from the current screen.
- getScreenWidth(GraphicsDevice) - Static method in class de.alpharogroup.layout.ScreenSizeExtensions
-
- getScrPnTblAvailableElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getScrPnTblSelectedElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- 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.
- getSocks() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the socks.
- getSorter() - Method in class de.alpharogroup.swing.x.GenericJXTable
-
Gets the sorter.
- getTblAvailableElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getTblSelectedElements() - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- getTxtHostOrIpaddress() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the JTextField host or ipaddress.
- getTxtInfo() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field txtInfo.
- getTxtPassword() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field txtPassword.
- getTxtPort() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsPanel
-
Gets the JTextField port.
- getTxtUsername() - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Returns the field txtUsername.
- getUsername() - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
-
- getUsername() - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Gets the username.
- getValue() - Method in class de.alpharogroup.swing.treemodel.AbstractGenericTreeNode
-
Gets the value.
- getValue() - Method in interface de.alpharogroup.swing.treemodel.ifaces.ITreeNode
-
Gets the value.
- 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
-
- 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
-
- setBtnAdd(JXButton) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setBtnAddAll(JXButton) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setBtnCancel(JButton) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field btnCancel.
- setBtnLogin(JButton) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field btnLogin.
- setBtnRemove(JXButton) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setBtnRemoveAll(JXButton) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- 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.treemodel.AbstractGenericTreeNode
-
Sets the children.
- setChildren(List<ITreeNode<T>>) - Method in interface de.alpharogroup.swing.treemodel.ifaces.ITreeNode
-
Sets the children.
- setColor(Color) - Method in class de.alpharogroup.layout.DrawMessage
-
Sets the field color.
- 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 from the given menuitem and the given character with
the CTRL.
- setData(List<T>) - Method in class de.alpharogroup.swing.tablemodel.GenericTableModel
-
Sets the data.
- setHost(String) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the host.
- 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.
- setLblAvailableElements(JXLabel) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setLblPassword(JLabel) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field lblPassword.
- setLblSelectedElements(JXLabel) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setLblUsername(JLabel) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field lblUsername.
- setLookAndFeel(String, Component) - Static method in enum de.alpharogroup.swing.laf.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 interface de.alpharogroup.generic.mvc.model.Model
-
Sets the model Object.
- setModelObject(Serializable) - Method in class de.alpharogroup.swing.panels.keypad.KeypadModel
-
- setModelObject(LoginModelBean) - Method in class de.alpharogroup.swing.panels.login.LoginModel
-
- setModelObject(NetworkSettingsModelBean) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModel
-
- 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
-
- setPassword(String) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the password.
- setPort(Integer) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the port.
- setProxy(Boolean) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the proxy.
- setProxyAuthetication(Boolean) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the proxy authetication.
- setRememberPassword(Boolean) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the remember password.
- setScrPnTblAvailableElements(JScrollPane) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setScrPnTblSelectedElements(JScrollPane) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setShowing(boolean) - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
-
Sets the field showme.
- setSocks(Boolean) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the socks.
- setTblAvailableElements(GenericJXTable<T>) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setTblSelectedElements(GenericJXTable<T>) - Method in class de.alpharogroup.swing.panels.shuffletables.ShuffleTablePanel
-
- setTxtInfo(JTextField) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field txtInfo.
- setTxtPassword(JPasswordField) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field txtPassword.
- setTxtUsername(JTextField) - Method in class de.alpharogroup.swing.panels.login.LoginPanel
-
Sets the field txtUsername.
- setUsername(String) - Method in class de.alpharogroup.swing.panels.login.LoginModelBean
-
- setUsername(String) - Method in class de.alpharogroup.swing.panels.network.NetworkSettingsModelBean
-
Sets the username.
- setValue(Object) - Method in class de.alpharogroup.swing.renderer.DateRenderer
- setValue(T) - Method in class de.alpharogroup.swing.treemodel.AbstractGenericTreeNode
-
Sets the value.
- setValue(T) - Method in interface de.alpharogroup.swing.treemodel.ifaces.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.
- showFor(int) - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
-
- showInfoDialog(Frame, String) - Static method in class de.alpharogroup.layout.InfomationDialog
-
Statische Methode um ein Dialogfenster mit der angegebener Nachricht zu erzeugen.
- showing() - Method in class de.alpharogroup.swing.splashscreen.SplashScreen
-
- 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.tablemodel.GenericShuffleTableModel
-
Shuffle selected left rows to right table model.
- shuffleSelectedLeftRowsToRightTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class de.alpharogroup.swing.tablemodel.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.tablemodel.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.tablemodel.GenericShuffleTableModel
-
Shuffle selected right rows to left table model.
- shuffleSelectedRightRowsToLeftTableModel(JTable, GenericShuffleTableModel<?>) - Static method in class de.alpharogroup.swing.tablemodel.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.tablemodel.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
-
- SplashScreen - Class in de.alpharogroup.swing.splashscreen
-
The SplashScreen from the application.
- SplashScreen(String, String) - Constructor for class de.alpharogroup.swing.splashscreen.SplashScreen
-