Uses of Interface
org.freehep.util.commanddispatcher.CommandTarget

Uses of CommandTarget in org.freehep.util.commanddispatcher
 

Subinterfaces of CommandTarget in org.freehep.util.commanddispatcher
 interface BooleanCommandTarget
          A boolean command target is a CommandTarget which corresponds to a command which may have an on/off state associated with it.
 interface SimpleCommandTarget
          A CommandTarget which does not have a selected/deselected state associated with it
 

Classes in org.freehep.util.commanddispatcher that implement CommandTarget
protected  class CommandProcessor.BooleanTarget
          Boolean target is an implementation of CommandTarget for command targets which can be swithced on/off.
protected  class CommandProcessor.SimpleTarget
          A SimpleTarget is an implementation of CommandTarget
 

Methods in org.freehep.util.commanddispatcher that return CommandTarget
protected  CommandTarget CommandProcessor.acceptCommand(Class klass, String command)
          Uses reflection to check if the specified class has an "on" or "enable" method for this comamnd.
 CommandTarget CommandGroup.acceptCommand(String command)
           
 CommandTarget CommandProcessor.acceptCommand(String command)
          The CommandTargetManager calls acceptCommand to find out if this CommandProcessor can respond to the specified command.
 CommandTarget CommandSource.getTarget()
          Returns the current CommandTarget, or null of there isnt a current command target
 CommandTarget CommandSourceAdapter.getTarget()
           
 

Methods in org.freehep.util.commanddispatcher with parameters of type CommandTarget
 boolean CommandSource.setTarget(CommandTarget target)
          Sets a CommandTarget associated with the CommandSource
 boolean CommandSourceAdapter.setTarget(CommandTarget target)
           
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.