Class SidePanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable

    public class SidePanel
    extends JComponent
    The SidePanel holds buttons and content windows for the global pane. Content is defined via a "Category" object and for each category added, a button will be created and the content itself will be added to the SideWindowCarrierPanel. The alignment controls where both the drag-area and the button-area are located.
    Author:
    Thomas Morgner.
    See Also:
    Serialized Form
    • Method Detail

      • add

        public void add​(Category category)
      • setPreferredContentSize

        public void setPreferredContentSize​(Integer value)
      • getPreferredContentSize

        public Integer getPreferredContentSize()
      • isButtonsVisible

        public boolean isButtonsVisible()
      • setButtonsVisible

        public void setButtonsVisible​(boolean visible)