Class RJMenuButton.Helper<T extends RJMenuButton>

  • Enclosing class:
    RJMenuButton

    public static class RJMenuButton.Helper<T extends RJMenuButton>
    extends JLabelHpr<T>
    Implements Ribs helpers methods for RJMenuButton.
    • Constructor Detail

      • Helper

        public Helper()
    • Method Detail

      • getChild

        public javax.swing.JComponent getChild​(T aMenuButton,
                                               int anIndex)
        Returns the MenuButton child component at the given index.
        Overrides:
        getChild in class JComponentHpr<T extends RJMenuButton>