Class CSeparator

java.lang.Object
bibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.action.CSeparator

public class CSeparator extends CAction
Represents a line separating some groups of CActions. Clients should use SEPARATOR, MENU_SEPARATOR or TITLE_SEPARATOR instead of creating a new action.
Author:
Benjamin Sigg
  • Field Details

    • SEPARATOR

      public static final CSeparator SEPARATOR
      the normal separator
    • TITLE_SEPARATOR

      public static final CSeparator TITLE_SEPARATOR
      a separator which is only visible on a title of a CDockable
  • Constructor Details

    • CSeparator

      protected CSeparator(ViewTarget<?>... targets)
      Creates a new separator
      Parameters:
      targets - where to show this action