Class ResetWindows

java.lang.Object
org.jjazz.base.api.actions.ResetWindows
All Implemented Interfaces:
ActionListener, EventListener

public final class ResetWindows extends Object implements ActionListener
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 Details

    • ResetWindows

      public ResetWindows()
  • Method Details