bibliothek.gui.dock.common.action
Class CSeparator

java.lang.Object
  extended by bibliothek.gui.dock.common.action.CAction
      extended by 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 Summary
static CSeparator MENU_SEPARATOR
          a separator which is only visible in menus
static CSeparator SEPARATOR
          the normal separator
static CSeparator TITLE_SEPARATOR
          a separator which is only visible on a title of a CDockable
 
Constructor Summary
protected CSeparator(ViewTarget<?>... targets)
          Creates a new separator
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.common.action.CAction
init, intern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final CSeparator SEPARATOR
the normal separator


MENU_SEPARATOR

public static final CSeparator MENU_SEPARATOR
a separator which is only visible in menus


TITLE_SEPARATOR

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

Constructor Detail

CSeparator

protected CSeparator(ViewTarget<?>... targets)
Creates a new separator

Parameters:
targets - where to show this action