Class FullWindowContentSupport

java.lang.Object
com.formdev.flatlaf.ui.FullWindowContentSupport

class FullWindowContentSupport extends Object
  • Field Details

  • Constructor Details

    • FullWindowContentSupport

      FullWindowContentSupport()
  • Method Details

    • getPlaceholderPreferredSize

      static Dimension getPlaceholderPreferredSize(JComponent c, String options)
    • registerPlaceholder

      static void registerPlaceholder(JComponent c)
    • unregisterPlaceholder

      static void unregisterPlaceholder(JComponent c)
    • indexOfPlaceholder

      private static int indexOfPlaceholder(JComponent c)
    • revalidatePlaceholders

      static void revalidatePlaceholders(Component container)
    • macInstallListeners

      static ComponentListener macInstallListeners(JRootPane rootPane)
    • macUninstallListeners

      static void macUninstallListeners(JRootPane rootPane, ComponentListener l)
    • macUpdateFullWindowContentButtonsBoundsProperty

      static void macUpdateFullWindowContentButtonsBoundsProperty(JRootPane rootPane)
    • macUninstallFullWindowContentButtonsBoundsProperty

      static void macUninstallFullWindowContentButtonsBoundsProperty(JRootPane rootPane)
    • debugPaint

      static void debugPaint(Graphics g, JComponent c)
    • debugPaintRect

      private static void debugPaintRect(Graphics g, Rectangle r)