Class Dockbar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
StatusDockbar

public class Dockbar extends JPanel
Author:
Christopher Butler
See Also:
  • Field Details

    • orientation

      protected int orientation
    • manager

      protected DockbarManager manager
    • mDocks

      protected ArrayList mDocks
  • Constructor Details

  • Method Details

    • getValidOrientation

      public static int getValidOrientation(int orient)
    • getLabel

      public DockbarLabel getLabel(Dockable dockable)
    • contains

      public boolean contains(Dockable dockable)
    • dock

      public void dock(Dockable dockable)
    • getOrientation

      public int getOrientation()
    • getPreferredSize

      public Dimension getPreferredSize()
      Overrides:
      getPreferredSize in class JComponent