Class DockableBarMerge

    • Constructor Detail

      • DockableBarMerge

        public DockableBarMerge​(java.lang.String menuId)
    • Method Detail

      • addSeparator

        protected void addSeparator​(javax.swing.JComponent menu)
        Description copied from class: AbstractMenuMerge
        Subclasses must define how "separator" components get added to the parent menu item.
        Specified by:
        addSeparator in class AbstractMenuMerge
      • createMenu

        public javax.swing.JComponent createMenu()
        Description copied from class: AbstractMenuMerge
        Create the parent menu item represented by this object, that all of its children should be contained in.
        Specified by:
        createMenu in class AbstractMenuMerge