JUICe

Uses of Interface
com.lafros.juice.cmds.ICmd.ITog

Packages that use ICmd.ITog
com.lafros.juice.cmds JUICe Commands. 
 

Uses of ICmd.ITog in com.lafros.juice.cmds
 

Methods in com.lafros.juice.cmds with parameters of type ICmd.ITog
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.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.
 


JUICe

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