mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
- Implement CheckBoxMenuItemPropertyObserver for checkbox menu item state management - Create CloseDialogActionListener to handle dialog closure actions - Define Closeable interface for closeable components - Add CloseableActionListener for triggering close actions on closeable components - Introduce ColorChooserApplyListener for applying color selections - Develop ColorChooserPanel for color selection UI - Implement ColorMapValueEntry for managing color map values - Create DropdownButton for dropdown menu functionality - Add EmptyActionListener for empty action handling - Implement MessageDialogRunnable for displaying message dialogs - Create NonModalInfoDialogRunnable for non-modal information dialogs - Add PageNavigatorNextListener and PageNavigatorPreviousListener for navigation actions - Implement SetColorActionListener for setting colors in the UI - Create Table3DColorMapChangeListener for handling color map changes in 3D tables - Develop Table3DColorMapPanel for displaying 3D color maps - Implement TableStatisticsData for managing statistical data - Create TableStatisticsOverlay for overlaying statistics on UI components - Add TableCellChangeListener interface for cell change events - Implement Table3DPanelCheckboxMenuListener for checkbox menu interactions - Create Table3DPanelSecondaryActionListener for secondary actions in 3D panels - Add Table3DPanelStaticActionListener for static actions in 3D panels - Implement Table3DPanelStaticCActionListener for static C actions in 3D panels - Create Table3DPanelTertiaryActionListener for tertiary actions in 3D panels
25 lines
693 B
Java
25 lines
693 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import javax.swing.JCheckBoxMenuItem;
|
|
|
|
public class CheckBoxMenuItemPropertyObserver implements dR {
|
|
JCheckBoxMenuItem a = null;
|
|
|
|
String b = "";
|
|
|
|
public ba(JCheckBoxMenuItem paramJCheckBoxMenuItem, String paramString) {
|
|
this.a = paramJCheckBoxMenuItem;
|
|
this.b = paramString;
|
|
}
|
|
|
|
public void a(String paramString1, String paramString2) {
|
|
boolean bool = (paramString2 != null && paramString2.equals("true")) ? true : false;
|
|
this.a.setState(bool);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/ba.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |