bibliothek.gui.dock.station.stack.action
Class DockActionDistributor.Target

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.action.DockActionDistributor.Target
Enclosing interface:
DockActionDistributor

public static class DockActionDistributor.Target
extends Object

Represents one place where a DockActionSource can be used.

Author:
Benjamin Sigg

Field Summary
static DockActionDistributor.Target INFO_COMPONENT
          On an CombinedInfoComponent
static DockActionDistributor.Target TAB
          On a CombinedTab
static DockActionDistributor.Target TITLE
          On a DockTitle
 
Constructor Summary
DockActionDistributor.Target(String id)
          Creates a new kind of target.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB

public static final DockActionDistributor.Target TAB
On a CombinedTab


TITLE

public static final DockActionDistributor.Target TITLE
On a DockTitle


INFO_COMPONENT

public static final DockActionDistributor.Target INFO_COMPONENT
On an CombinedInfoComponent

Constructor Detail

DockActionDistributor.Target

public DockActionDistributor.Target(String id)
Creates a new kind of target.

Parameters:
id - the new kind of target
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object