|
JUICe | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IApp, where no
other class needs to be extended.Action.putValue(String, Object) to
specify the value to be associated with the Action.ACTION_COMMAND_KEY when the toggle is unset.
Action.putValue(String, Object) to
specify the value to be associated with the Action.ACTION_COMMAND_KEY when the toggle is set.
LayoutManager.
ICmd.execute().
IApp.init(AppContext).IApp impl'n specified using a parameter named "IApp", as an applet.Window.pack() followed by Component.setVisible(boolean).
IApp.init(AppContext), when running as application.
msg.
ICmds).ICmds)
representing toggles.ICmd, provided Exe.isEnabled()
(otherwise does nothing).
ICmd.IActionDependent with access to
the java.awt.event.ActionEvent.
Exes.arg0,
arg1, etc.
Exe for interrupting the command (ICmd.IDisj) currently running in the background.
ICmd.IDisj).
ICmd throws an exception.
Exes.newExe(ICmd) instead.
returns an Exe appropriate for the supplied ICmd.
Exes.newExe(ICmd, ICmd) instead.
returns an Exe appropriate for the supplied ICmds. The
initial toggle-state will be unset.
Exes.newExe(ICmd, ICmd, boolean) instead.
as above, allowing initial toggle-state to be specified.
Exes.newExe(ICmd.ITog) instead.
returns an Exe appropriate for the supplied ICmd.ITog. The
initial toggle-state will be unset.
Exes.newExe(ICmd.ITog, boolean) instead.
as above, allowing initial toggle-state to be specified.
Components/pixels.
MonLabel.Modes.
TheAlertsController.setMuted(boolean).
Modes.NORMAL mode.
Exe for exiting the application.
TheAlertsController.beep().
null if not set.
null unless explicitly set.
TheAlertsController.setUseSystemBeep(boolean).
Components/pixels.
EventQueue thread.Exe.executeCmd(), and
affecting any triggers which have been added.
MonLabel children
are in MonLabel.Modes.NORMAL mode).
LayoutManager.
LayoutManager.
ICmd.execute().Action.putValue(String, Object) to
specify the text of any associated single-state toggle triggers when
toggle is unset.
Action.putValue(String, Object) to
specify the text of any associated single-state toggle triggers when
toggle is set.
ICmd.IDisj was cancelled.
ICmd.IDisj is executed.
LayoutManager.
LayoutManager.
Applet.start(), when running as an applet.
Exe.
AbstractApp.getProperties(Class), then calls System.setProperty(String, String) for each property.
AlertPanel is placed in the
TogPanel's subpanel (in order that it may be opened in the
event of an alert).
MonLabel is placed in the
TogPanel's subpanel (in order that this may be opened
automatically in the event of an alert).
IApp.init(AppContext) (or IApp.displayApplication(JFrame), when running as application).
Applet.stop(), when running as an applet.
Applet.destroy() when running as an applet, or
when exit, when running as application.
IApp as an application.Object.
|
JUICe | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||