|
JUICe | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| com.lafros.juice.cmds.Exes.getExe(ICmd.ITog)
Use Exes.newExe(ICmd.ITog) instead.
returns an Exe appropriate for the supplied ICmd.ITog. The
initial toggle-state will be unset. |
|
| com.lafros.juice.cmds.Exes.getExe(ICmd.ITog, boolean)
Use Exes.newExe(ICmd.ITog, boolean) instead.
as above, allowing initial toggle-state to be specified. |
|
| com.lafros.juice.cmds.Exes.getExe(ICmd)
Use Exes.newExe(ICmd) instead.
returns an Exe appropriate for the supplied ICmd. |
|
| com.lafros.juice.cmds.Exes.getExe(ICmd, ICmd)
Use Exes.newExe(ICmd, ICmd) instead.
returns an Exe appropriate for the supplied ICmds. The
initial toggle-state will be unset. |
|
| com.lafros.juice.cmds.Exes.getExe(ICmd, ICmd, boolean)
Use Exes.newExe(ICmd, ICmd, boolean) instead.
as above, allowing initial toggle-state to be specified. |
|
|
JUICe | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||