Uses of Class
ds.ov2.util.Action

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

Uses of Action in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Action
private  Action Terminal_thread.clear_applet_list
          GUI action to clear the applet list in the applet list dialog.
(package private)  Action Terminal_thread.gui_card_inserted
          GUI Action to display "Card inserted" in the status line of the GUI.
private  Action Terminal_thread.gui_clear_message
          GUI Action to clear the status line in the GUI.
private  Action Terminal_thread.gui_disable_ptls_actions
          GUI Action to disable all the card maintenance buttons in the GUI.
private  Action Terminal_thread.gui_enable_ptls_actions
          GUI Action to enable all the card maintenance buttons in the GUI.
private  Action Terminal_thread.gui_proof_finished
          GUI Action to display "Proof finished.
(package private)  Action Terminal_thread.gui_wait_for_card
          GUI Action to display the line "Waiting for a card ..." in the status line of the GUI.
private  Action Terminal_thread.gui_wait_for_card_removal
          GUI Action to display "Please remove card" in the status line of the GUI.
private  Action Terminal_thread.next_action
          Next action to execute in the terminal thread.
private  Action Terminal_thread.proof_failed_warning
          GUI action to display a warning when the entry gate check failed.
private  Action Terminal_thread.resign_failed_warning
          GUI action to display a warning when resigning fails.
private  Action Terminal_thread.resign_finished_action
          GUI action for enabling the PTLS automaton run button and display a finished message in the status line.
private  Action Terminal_thread.wait_in_ptls_automaton
          Terminal thread action for waiting in the PTLS automaton tab.
private  Action Terminal_thread.wait_in_ptls_office
          Terminal thread wait action for the PTLS office.
 

Methods in ds.ov2.gui that return Action
private  Action Terminal_thread.applet_cap_file_warning(IOException e)
          Gui action to display a warning if the applet file cannot be opened.
private  Action Terminal_thread.applet_install_failed_warning(cardservices.GlobalPlatformException e)
          Gui action to display a warning dialog for applet installation errors.
private  Action Terminal_thread.applet_table_line(String kind, Printable_aid name)
          GUI action for adding an applet/package line to the applet list dialog.
private  Action Terminal_thread.card_communication_error_warning(String message)
          Gui action to display a warning if card communication fails for some reason.
private  Action Terminal_thread.card_status(boolean everything)
          Terminal thread action for displaying installed applets/packages in the applet list display.
private  Action Terminal_thread.delete_applets(Printable_aid[] aids, boolean everything)
          Terminal thread action to delete some applets/packages and update the applet list dialog afterwards.
private  Action Terminal_thread.get_next_action()
          Return the next action for the terminal thread and clear the Terminal_thread.next_action field.
private  Action Terminal_thread.gui_background_died(Throwable e)
          GUI Action to display an error to the user on the fatal event that the terminal thread dies.
private  Action Terminal_thread.gui_set_entry_run_button(boolean b)
          GUI action to enable/disable the run button on the entry gate tab.
private  Action Terminal_thread.gui_set_ptls_automaton_button(boolean b)
          GUI action to enable or disable the obtain-new-signature button in the PTLS automaton tab.
private  Action Terminal_thread.gui_status_line_message(String message)
          GUI Action to display an arbitrary message in the status line.
private  Action Terminal_thread.install_applet_action(Applet_type applet_type)
          Terminal thread action for installing one of the applets.
private  Action Terminal_thread.invalid_card_warning(String message)
          Gui action to display a warning dialog if the card is invalid for some reason.
private  Action Terminal_thread.personalize_action(Applet_type applet_type)
          Terminal thread action to personalize an applet.
private  Action Terminal_thread.proof_action(Applet_type applet_type)
          Terminal thread action to run the entry-gate proof-protocol.
private  Action Terminal_thread.reinstall_personalize(Applet_type applet_type)
          Terminal thread action for reinstalling the applet with subsequent personalization.
private  Action Terminal_thread.reset_action(Applet_type applet_type)
          Terminal thread action to reset an applet.
private  Action Terminal_thread.resign_action(Applet_type applet_type, BigInteger[] updates)
          Terminal thread action for resigning.
private  Action Terminal_thread.wait_in_entry_gate_action(boolean automatic_proof, Applet_type applet_type)
          Terminal thread action for waiting in the entry gate tab.
 

Methods in ds.ov2.gui with parameters of type Action
 void Terminal_thread.set_next_action(Action next_action)
          Set the next action to be executed in the terminal thread and interrupt the action that currently executes on the terminal thread.
protected  void Terminal_thread.set_successor_action(Action successor_action)
          Set a successor action for the currently executing action.