Module java.desktop
Package javax.swing

Class DefaultFocusManager

    • Constructor Detail

      • DefaultFocusManager

        public DefaultFocusManager​()
        Constructs a DefaultFocusManager.
    • Method Detail

      • getComponentAfter

        public Component getComponentAfter​(Container aContainer,
                                           Component aComponent)
        Returns the component after.
        Parameters:
        aContainer - a container
        aComponent - a component
        Returns:
        the component after
      • getComponentBefore

        public Component getComponentBefore​(Container aContainer,
                                            Component aComponent)
        Returns the component before.
        Parameters:
        aContainer - a container
        aComponent - a component
        Returns:
        the component before
      • getFirstComponent

        public Component getFirstComponent​(Container aContainer)
        Returns the first component.
        Parameters:
        aContainer - a container
        Returns:
        the first component
      • getLastComponent

        public Component getLastComponent​(Container aContainer)
        Returns the last component.
        Parameters:
        aContainer - a container
        Returns:
        the last component
      • compareTabOrder

        public boolean compareTabOrder​(Component a,
                                       Component b)
        Compares the components by their focus traversal cycle order.
        Parameters:
        a - the first component
        b - the second component
        Returns:
        a comparison of the components by their focus traversal cycle order