Uses of Class
ds.ov2.gui.Applet_list_window

Packages that use Applet_list_window
ds.ov2.gui Demonstrator with GUI. 
 

Uses of Applet_list_window in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Applet_list_window
private  Applet_list_window Applet_list_actions.applet_list_window
          Swing dialog window instance or null if the dialog is currently not open.
 

Methods in ds.ov2.gui that return Applet_list_window
 Applet_list_window Gui_actions.get_applet_list_window()
          Return the applet list window or throw an assertion if no such window is registered.
private  Applet_list_window Terminal_thread.get_applet_list_window()
          Return the applet list window or throw an assertion if no such window is registered.
(package private)  Applet_list_window Applet_list_actions.get_applet_list_window()
          Return the applet list window or throw an assertion if no such window is registered.
 

Methods in ds.ov2.gui with parameters of type Applet_list_window
 void Applet_list_actions.close(Applet_list_window alw)
          Close the applet list dialog.
 void Applet_list_actions.delete_selected_applets(Applet_list_window alw)
          Action for the "Delete applets" button.
(package private)  void Applet_list_actions.refresh(Applet_list_window alw)
          Reread the status of the card.
(package private)  void Applet_list_actions.register_applet_list_window(Applet_list_window applet_list_window)
          Register a new applet list window.
(package private)  void Applet_list_actions.select_all(Applet_list_window alw, boolean select)
          Select or deselect all applets/packages for deletion.