Uses of Interface
ij.plugin.frame.jedit.EBComponent

Packages that use EBComponent
ij.plugin.frame.jedit   
 

Uses of EBComponent in ij.plugin.frame.jedit
 

Methods in ij.plugin.frame.jedit that return EBComponent
static EBComponent[] EditBus.getComponents()
          Returns an array of all components connected to the bus.
 

Methods in ij.plugin.frame.jedit with parameters of type EBComponent
static void EditBus.addToBus(EBComponent comp)
          Adds a component to the bus.
static void EditBus.removeFromBus(EBComponent comp)
          Removes a component from the bus.
 

Constructors in ij.plugin.frame.jedit with parameters of type EBComponent
EBMessage.NonVetoable(EBComponent source)
          Deprecated. Creates a new non-vetoable message.
EBMessage(EBComponent source)
          Creates a new message.