Class FlatWindowResizer

    • Constructor Detail

      • FlatWindowResizer

        protected FlatWindowResizer​(JComponent resizeComp)
    • Method Detail

      • uninstall

        public void uninstall()
      • doLayout

        public void doLayout()
      • getResizeInsets

        protected Insets getResizeInsets()
      • addNotify

        protected void addNotify()
      • removeNotify

        protected void removeNotify()
      • updateVisibility

        protected void updateVisibility()
      • isWindowResizable

        protected abstract boolean isWindowResizable()
      • getWindowBounds

        protected abstract Rectangle getWindowBounds()
      • setWindowBounds

        protected abstract void setWindowBounds​(Rectangle r)
      • limitToParentBounds

        protected abstract boolean limitToParentBounds()
      • getParentBounds

        protected abstract Rectangle getParentBounds()
      • honorMinimumSizeOnResize

        protected abstract boolean honorMinimumSizeOnResize()
      • honorMaximumSizeOnResize

        protected abstract boolean honorMaximumSizeOnResize()
      • getWindowMinimumSize

        protected abstract Dimension getWindowMinimumSize()
      • getWindowMaximumSize

        protected abstract Dimension getWindowMaximumSize()
      • beginResizing

        protected void beginResizing​(int direction)
      • endResizing

        protected void endResizing()