Package docking

Class DockableComponent

All Implemented Interfaces:
ContainerListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class DockableComponent extends JPanel implements ContainerListener
Wrapper class for user components. Adds the title, local toolbar and provides the drag target functionality.
See Also:
  • Field Details

    • DROP_CODE

      public static docking.DropCode DROP_CODE
    • TARGET_INFO

      public static ComponentPlaceholder TARGET_INFO
    • DRAGGED_OVER_INFO

      public static ComponentPlaceholder DRAGGED_OVER_INFO
    • SOURCE_INFO

      public static ComponentPlaceholder SOURCE_INFO
    • DROP_CODE_SET

      public static boolean DROP_CODE_SET
  • Method Details