Module java.desktop

Class BasicDesktopPaneUI

Direct Known Subclasses:
SynthDesktopPaneUI

public class BasicDesktopPaneUI
extends DesktopPaneUI
Basic L&F for a desktop.
  • Field Details

    • desktop

      protected JDesktopPane desktop
      The instance of JDesktopPane.
    • desktopManager

      protected DesktopManager desktopManager
      The instance of DesktopManager.
    • minimizeKey

      @Deprecated protected KeyStroke minimizeKey
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
    • maximizeKey

      @Deprecated protected KeyStroke maximizeKey
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
    • closeKey

      @Deprecated protected KeyStroke closeKey
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
    • navigateKey

      @Deprecated protected KeyStroke navigateKey
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
    • navigateKey2

      @Deprecated protected KeyStroke navigateKey2
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
  • Constructor Details

    • BasicDesktopPaneUI

      public BasicDesktopPaneUI()
      Constructs a new instance of BasicDesktopPaneUI.
  • Method Details