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
11 lines
258 B
Java
11 lines
258 B
Java
package com.efiAnalytics.ui;
|
|
|
|
public interface Closeable {
|
|
void close();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/bc.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |