Package org.jjazz.base.api.actions
Class ResetWindows
java.lang.Object
org.jjazz.base.api.actions.ResetWindows
- All Implemented Interfaces:
ActionListener
,EventListener
Reset the Explorer and Output windows.
We can't use the standard Netbeans ResetWindows action, it does not work well with JJazzLab TopComponents.
Note that using Branding the "Minimize group" buttons can be disabled for all Modes (disable "Sliding Window Group"), but then the UI is ugly... So I prefer to keep the minimize feature which can be nice for Explorer windows (less usefull for output mode), and this reset action will help confused/beginner users to restore things as usual if needed.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResetWindows
public ResetWindows()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
reset
public static void reset()
-