Class FlatDesktopPaneUI


  • public class FlatDesktopPaneUI
    extends javax.swing.plaf.basic.BasicDesktopPaneUI
    Provides the Flat LaF UI delegate for JDesktopPane.
    UiDefault:
    Desktop.background Color, Desktop.minOnScreenInsets Insets
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI

        javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction, javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction, javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction, javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction, javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI

        closeKey, desktop, desktopManager, maximizeKey, minimizeKey, navigateKey, navigateKey2
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      protected void installDesktopManager()  
      • Methods inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI

        createPropertyChangeListener, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, paint, registerKeyboardActions, uninstallDefaults, uninstallDesktopManager, uninstallKeyboardActions, uninstallListeners, uninstallUI, unregisterKeyboardActions
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatDesktopPaneUI

        public FlatDesktopPaneUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • installDesktopManager

        protected void installDesktopManager()
        Overrides:
        installDesktopManager in class javax.swing.plaf.basic.BasicDesktopPaneUI