http://www.jpicedt.org

jpicedt.ui.dialog
Class RadioChoiceDialog

java.lang.Object
  extended by jpicedt.ui.dialog.RadioChoiceDialog
All Implemented Interfaces:
ActionListener, EventListener

public class RadioChoiceDialog
extends Object
implements ActionListener

Ouvre un boîte de dialogue modale dans laquelle l'utilateur est invité à faire un choix parmi plusieurs alternatives.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Constructor Summary
RadioChoiceDialog(MDIManager mdimgr, String title, String cause, String prompt1, String prompt2, String[] choiceLabels, int initialChoice)
          Construit une boîte de dialogue RadioChoiceDialog.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 int getUserRadioChoice()
          Renvoie le choix de l'utilisateur.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioChoiceDialog

public RadioChoiceDialog(MDIManager mdimgr,
                         String title,
                         String cause,
                         String prompt1,
                         String prompt2,
                         String[] choiceLabels,
                         int initialChoice)
Construit une boîte de dialogue RadioChoiceDialog.

Parameters:
mdimgr - gestionnaire Mutiple Document Interface à utiliser pour ouvrir la boîte de dialogue.
title - clef de localisation du titre à donner à la boîte
cause - Cause de l'ouverture du dialogue (null si non précisée).
prompt1 - clef de localisation de l'explication faite à l'utilisateur de la cause de l'ouverture du dialogue. (null si par défaut).
prompt2 - clef de localisation de l'invite à l'utilisateur de faire un choix. Si null invite par défaut.
choiceLabels - clefs de localisation des étiquettes des choix.
Since:
jPicEdt 1.6
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

getUserRadioChoice

public int getUserRadioChoice()
Renvoie le choix de l'utilisateur.

Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org