JUICe

com.lafros.juice.cmds
Class Exes

java.lang.Object
  extended by com.lafros.juice.cmds.Exes

public final class Exes
extends Object

utility class for instantiating Exes.

Version:
$Id: Exes.java 2749 2008-02-09 10:22:15Z rob $
Author:
Rob Dickens

Method Summary
static Exe.Tog getExe(ICmd.ITog cmd)
          Deprecated. Use newExe(ICmd.ITog) instead. returns an Exe appropriate for the supplied ICmd.ITog. The initial toggle-state will be unset.
static Exe.Tog getExe(ICmd.ITog cmd, boolean isSet)
          Deprecated. Use newExe(ICmd.ITog, boolean) instead. as above, allowing initial toggle-state to be specified.
static Exe getExe(ICmd cmd)
          Deprecated. Use newExe(ICmd) instead. returns an Exe appropriate for the supplied ICmd.
static Exe.Tog getExe(ICmd set, ICmd unset)
          Deprecated. Use newExe(ICmd, ICmd) instead. returns an Exe appropriate for the supplied ICmds. The initial toggle-state will be unset.
static Exe.Tog getExe(ICmd set, ICmd unset, boolean isSet)
          Deprecated. Use newExe(ICmd, ICmd, boolean) instead. as above, allowing initial toggle-state to be specified.
static Exe.Tog newExe(ICmd.ITog cmd)
          returns an Exe appropriate for the supplied ICmd.ITog.
static Exe.Tog newExe(ICmd.ITog cmd, boolean isSet)
          as above, allowing initial toggle-state to be specified.
static Exe newExe(ICmd cmd)
          returns an Exe appropriate for the supplied ICmd.
static Exe.Tog newExe(ICmd set, ICmd unset)
          returns an Exe appropriate for the supplied ICmds.
static Exe.Tog newExe(ICmd set, ICmd unset, boolean isSet)
          as above, allowing initial toggle-state to be specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExe

public static Exe getExe(ICmd cmd)
Deprecated. Use newExe(ICmd) instead. returns an Exe appropriate for the supplied ICmd.


getExe

public static Exe.Tog getExe(ICmd set,
                             ICmd unset)
Deprecated. Use newExe(ICmd, ICmd) instead. returns an Exe appropriate for the supplied ICmds. The initial toggle-state will be unset.


getExe

public static Exe.Tog getExe(ICmd set,
                             ICmd unset,
                             boolean isSet)
Deprecated. Use newExe(ICmd, ICmd, boolean) instead. as above, allowing initial toggle-state to be specified.


getExe

public static Exe.Tog getExe(ICmd.ITog cmd)
Deprecated. Use newExe(ICmd.ITog) instead. returns an Exe appropriate for the supplied ICmd.ITog. The initial toggle-state will be unset.


getExe

public static Exe.Tog getExe(ICmd.ITog cmd,
                             boolean isSet)
Deprecated. Use newExe(ICmd.ITog, boolean) instead. as above, allowing initial toggle-state to be specified.


newExe

public static Exe newExe(ICmd cmd)
returns an Exe appropriate for the supplied ICmd.


newExe

public static Exe.Tog newExe(ICmd set,
                             ICmd unset)
returns an Exe appropriate for the supplied ICmds. The initial toggle-state will be unset.


newExe

public static Exe.Tog newExe(ICmd set,
                             ICmd unset,
                             boolean isSet)
as above, allowing initial toggle-state to be specified.


newExe

public static Exe.Tog newExe(ICmd.ITog cmd)
returns an Exe appropriate for the supplied ICmd.ITog. The initial toggle-state will be unset.


newExe

public static Exe.Tog 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.