Uses of Interface
org.bs.mdi.CommandTrigger

Packages that use CommandTrigger
org.bs.mdi   
org.bs.mdi.swing   
 

Uses of CommandTrigger in org.bs.mdi
 

Methods in org.bs.mdi with parameters of type CommandTrigger
 void CommandTrigger.commandExecuted(CommandTrigger trigger)
          Informs this trigger that the associated command has been executed.
 void Command.execute(CommandTrigger source)
          Executes this command and notifies all CommandTriggerGroups.
 void Command.addTrigger(CommandTrigger trigger)
          Associates the given command trigger with this command.
 void Command.removeTrigger(CommandTrigger trigger)
          Removes the association between the given command trigger and this command.
 

Uses of CommandTrigger in org.bs.mdi.swing
 

Classes in org.bs.mdi.swing that implement CommandTrigger
 class SwingCommandButton
          A Wrapper for AbstractButtons which adds CommandTrigger functionality.
 class SwingCommandMenu
          A Wrapper for JMenus which adds CommandTrigger functionality.
 class SwingCommandTrigger
          Enhanced CommandTrigger with additional GUI functionality
 

Methods in org.bs.mdi.swing with parameters of type CommandTrigger
 void SwingCommandTrigger.commandExecuted(CommandTrigger trigger)
           
 void SwingCommandButton.commandExecuted(CommandTrigger trigger)