Package megamek.client.ui.preferences
package megamek.client.ui.preferences
-
ClassesClassDescriptionJComboBoxPreference monitors the selected index of a JComboBox.Deprecated, for removal: This API element is subject to removal in a future version.JIntNumberSpinnerPreference monitors the value of a JSpinner whose number model is for an int.JListPreference monitors the selected indices of a
JList.JSplitPanePreference monitors the location of the split divider on a JSplitPane.JTabbedPanePreference monitors the selected tab of a JTabbedPane.JTablePreference monitors the latest sort column and sort order of a JTable.JTextFieldPreference monitors the text value of a JTextField.JTextFieldPreference monitors the selected state of a JToggleButton (which JCheckbox extends).JWindowPreference monitors the size (width and height), location, and maximization state of a Window.Represents the set of information needed to be part of the user preferences system for MegaMek.Represents a group ofPreferenceElements that are part of the same Class.