Class FlatSpinnerUI.Handler

  • All Implemented Interfaces:
    java.awt.event.FocusListener, java.awt.LayoutManager, java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    FlatSpinnerUI

    private class FlatSpinnerUI.Handler
    extends java.lang.Object
    implements java.awt.LayoutManager, java.awt.event.FocusListener, java.beans.PropertyChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Component editor  
      private java.awt.Component nextButton  
      private java.awt.Component previousButton  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Handler()  
    • Field Detail

      • editor

        private java.awt.Component editor
      • nextButton

        private java.awt.Component nextButton
      • previousButton

        private java.awt.Component previousButton
    • Constructor Detail

      • Handler

        private Handler()
    • Method Detail

      • addLayoutComponent

        public void addLayoutComponent​(java.lang.String name,
                                       java.awt.Component c)
        Specified by:
        addLayoutComponent in interface java.awt.LayoutManager
      • removeLayoutComponent

        public void removeLayoutComponent​(java.awt.Component c)
        Specified by:
        removeLayoutComponent in interface java.awt.LayoutManager
      • preferredLayoutSize

        public java.awt.Dimension preferredLayoutSize​(java.awt.Container parent)
        Specified by:
        preferredLayoutSize in interface java.awt.LayoutManager
      • minimumLayoutSize

        public java.awt.Dimension minimumLayoutSize​(java.awt.Container parent)
        Specified by:
        minimumLayoutSize in interface java.awt.LayoutManager
      • layoutContainer

        public void layoutContainer​(java.awt.Container parent)
        Specified by:
        layoutContainer in interface java.awt.LayoutManager
      • focusGained

        public void focusGained​(java.awt.event.FocusEvent e)
        Specified by:
        focusGained in interface java.awt.event.FocusListener
      • focusLost

        public void focusLost​(java.awt.event.FocusEvent e)
        Specified by:
        focusLost in interface java.awt.event.FocusListener
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener