bibliothek.gui.dock.common.action.predefined
Class CBlank

java.lang.Object
  extended by bibliothek.gui.dock.common.action.CAction
      extended by bibliothek.gui.dock.common.action.predefined.CBlank

public class CBlank
extends CAction

An action which is never visible, can be used as placeholder or in cases where an action would normally be required and null would be replaced by a default action.

Author:
Benjamin Sigg

Field Summary
static CBlank BLANK
          A public instance of CBlank.
 
Constructor Summary
protected CBlank()
          Creates a new blank action
 
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

BLANK

public static final CBlank BLANK
A public instance of CBlank.

Constructor Detail

CBlank

protected CBlank()
Creates a new blank action