Class SideWindowCarrierPanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable

    public class SideWindowCarrierPanel
    extends JComponent
    The SideWindowCarrierPanel combines the drag-area (to resize the component) with the actual content of the of the SidePanel. The content is stored in a list and each update builds a hierarchy of splitpanes to display the content to the user.
    Author:
    Thomas Morgner.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • addWindow

        public void addWindow​(Category toolWindow)
      • removeWindow

        public void removeWindow​(Category toolWindow)
      • getWindow

        public Category getWindow​(int index)
      • getWindowCount

        public int getWindowCount()
      • setToolWindowHeight

        public void setToolWindowHeight​(int height)
      • setToolWindowWidth

        public void setToolWindowWidth​(int width)
      • revalidateComponent

        public void revalidateComponent()
      • setPreferredContentSize

        public void setPreferredContentSize​(Integer value)
      • getPreferredContentSize

        public Integer getPreferredContentSize()