JUICe

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

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

Uses of ICmd in com.lafros.juice.cmds
 

Subinterfaces of ICmd in com.lafros.juice.cmds
static interface ICmd.IActionDependent
          implement this form if access to the associated ActionEvent is required.
static interface ICmd.IConfirm
          implement this form if the user should be prompted for confirmation before the command is executed.
static interface ICmd.IDisj
          implement this form if your command is 'disjointed'--one for which the result might not be available immediately.
static interface ICmd.IPwd
          implement this form if your command should be password-protected.
static interface ICmd.ITog
          implement this form if your command is to be used as a toggle.
 

Methods in com.lafros.juice.cmds with parameters of type ICmd
static Exe Exes.getExe(ICmd cmd)
          Deprecated. Use Exes.newExe(ICmd) instead. returns an Exe appropriate for the supplied ICmd.
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 Exes.newExe(ICmd cmd)
          returns an Exe appropriate for the supplied ICmd.
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.