Uses of Interface
jas.util.CommandTarget

Packages that use CommandTarget
jas.util   
 

Uses of CommandTarget in jas.util
 

Subinterfaces of CommandTarget in jas.util
 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 jas.util that implement CommandTarget
protected  class CommandProcessor.BooleanTarget
           
protected  class CommandProcessor.SimpleTarget
          A SimpleTarget is an implementation of CommandTarget which implements its
 

Methods in jas.util that return CommandTarget
protected  CommandTarget CommandProcessor.acceptCommand(String command)
          The CommandTargetManager called 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 JASCheckboxMenuItem.getTarget()
           
 CommandTarget JASRadioMenuItem.getTarget()
           
 CommandTarget JASMenuItem.getTarget()
           
 CommandTarget JASToolBarButton.getTarget()
           
 

Methods in jas.util with parameters of type CommandTarget
 boolean CommandSource.setTarget(CommandTarget target)
          Sets a CommandTarget associated with the CommandSource
 boolean JASCheckboxMenuItem.setTarget(CommandTarget t)
           
 boolean JASRadioMenuItem.setTarget(CommandTarget t)
           
 boolean JASMenuItem.setTarget(CommandTarget t)
           
 boolean JASToolBarButton.setTarget(CommandTarget t)
           
 



Copyright © 2000-2011 FreeHEP. All Rights Reserved.