JUICe

Uses of Interface
com.lafros.juice.cmds.Exe.Tog

Packages that use Exe.Tog
com.lafros.juice.app JUICe Application Framework. 
com.lafros.juice.cmds JUICe Commands. 
 

Uses of Exe.Tog in com.lafros.juice.app
 

Methods in com.lafros.juice.app that return Exe.Tog
 Exe.Tog AppContext.getEnableSoundEffectsExe()
          enables audible feedback if execution of any ICmd throws an exception.
 Exe.Tog AppContext.getMuteExe()
          See TheAlertsController.setMuted(boolean).
 Exe.Tog AppContext.getUseSystemBeepExe()
          See TheAlertsController.setUseSystemBeep(boolean).
 

Uses of Exe.Tog in com.lafros.juice.cmds
 

Methods in com.lafros.juice.cmds that return Exe.Tog
static Exe.Tog Exes.getExe(ICmd.ITog cmd)
          Deprecated. Use Exes.newExe(ICmd.ITog) instead. returns an Exe appropriate for the supplied ICmd.ITog. The initial toggle-state will be unset.
static Exe.Tog Exes.getExe(ICmd.ITog cmd, boolean isSet)
          Deprecated. Use Exes.newExe(ICmd.ITog, boolean) instead. as above, allowing initial toggle-state to be specified.
static Exe.Tog Exes.getExe(ICmd set, ICmd unset)
          Deprecated. Use Exes.newExe(ICmd, ICmd) instead. returns an Exe appropriate for the supplied ICmds. The initial toggle-state will be unset.
static Exe.Tog Exes.getExe(ICmd set, ICmd unset, boolean isSet)
          Deprecated. Use Exes.newExe(ICmd, ICmd, boolean) instead. as above, allowing initial toggle-state to be specified.
static Exe.Tog Exes.newExe(ICmd.ITog cmd)
          returns an Exe appropriate for the supplied ICmd.ITog.
static Exe.Tog Exes.newExe(ICmd.ITog cmd, boolean isSet)
          as above, allowing initial toggle-state to be specified.
static Exe.Tog Exes.newExe(ICmd set, ICmd unset)
          returns an Exe appropriate for the supplied ICmds.
static Exe.Tog Exes.newExe(ICmd set, ICmd unset, boolean isSet)
          as above, allowing initial toggle-state to be specified.
 


JUICe

Copyright © 2001-2008 Latterfrosken Software Development Limited. All Rights Reserved.