|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.gui.Applet_list_actions
public class Applet_list_actions
GUI actions for the applet list dialog.
Field Summary | |
---|---|
private Applet_list_window |
applet_list_window
Swing dialog window instance or null if the dialog is currently not open. |
private Gui_actions |
gui_actions
The GUI actions instance. |
Constructor Summary | |
---|---|
Applet_list_actions(Gui_actions gui_actions)
Constructor. |
Method Summary | |
---|---|
void |
close(Applet_list_window alw)
Close the applet list dialog. |
void |
delete_selected_applets(Applet_list_window alw)
Action for the "Delete applets" button. |
(package private) Applet_list_window |
get_applet_list_window()
Return the applet list window or throw an assertion if no such window is registered. |
(package private) void |
refresh(Applet_list_window alw)
Reread the status of the card. |
(package private) void |
register_applet_list_window(Applet_list_window applet_list_window)
Register a new applet list window. |
(package private) void |
reset_applet_list_window()
Reset the applet_list_window to null. |
(package private) void |
select_all(Applet_list_window alw,
boolean select)
Select or deselect all applets/packages for deletion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Gui_actions gui_actions
private Applet_list_window applet_list_window
Applet_list_window
. Resetting this to null lies in the
responsibility of those who control the dialog.
Constructor Detail |
---|
public Applet_list_actions(Gui_actions gui_actions)
gui_actions
- the GUI actions instanceMethod Detail |
---|
void register_applet_list_window(Applet_list_window applet_list_window)
applet_list_window
- the new dialog windowvoid reset_applet_list_window()
applet_list_window
to null. Must be called,
when the dialog is closed.
Applet_list_window get_applet_list_window()
public void delete_selected_applets(Applet_list_window alw)
public void close(Applet_list_window alw)
alw
- the applet list dialogvoid refresh(Applet_list_window alw)
alw
- the applet list dialogvoid select_all(Applet_list_window alw, boolean select)
alw
- the applet list dialogselect
- if true select, if false deselect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |