Public Member Functions | |
void | actionPerformed (ActionEvent e) |
void | keyReleased (KeyEvent e) |
void | keyTyped (KeyEvent e) |
void | keyPressed (KeyEvent e) |
Static Public Member Functions | |
static boolean | verifyValidID (String input) |
static boolean | verifyValidName (String input) |
static Section | showAddSectionDialog (Component parent) |
static Paragraph | showAddParagraphDialog (Component parent) |
Package Attributes | |
JButton | ok = new JButton(JAPMessages.getString(DialogContentPane.MSG_OK)) |
JButton | cancel = new JButton(JAPMessages.getString(DialogContentPane.MSG_CANCEL)) |
JTextField[] | inputFields = null |
InputVerifier | verifier = null |
Private Member Functions | |
AddComponentDialog (Component parent, String componentKey, JTextField[] inputFields, JLabel[] labels, JLabel helpTextLabel, InputVerifier verifier) | |
Classes | |
interface | InputVerifier |
mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.AddComponentDialog | ( | Component | parent, | |
String | componentKey, | |||
JTextField[] | inputFields, | |||
JLabel[] | labels, | |||
JLabel | helpTextLabel, | |||
InputVerifier | verifier | |||
) | [private] |
void mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.actionPerformed | ( | ActionEvent | e | ) |
ActionListener implementation
void mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.keyReleased | ( | KeyEvent | e | ) |
KeyListener implementation for live field validation
References mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.InputVerifier.verfifyInput().
void mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.keyTyped | ( | KeyEvent | e | ) |
void mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.keyPressed | ( | KeyEvent | e | ) |
static boolean mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.verifyValidID | ( | String | input | ) | [static] |
input | Input to check. |
static boolean mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.verifyValidName | ( | String | input | ) | [static] |
input | Input to check |
static Section mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.showAddSectionDialog | ( | Component | parent | ) | [static] |
Display a a dialog for creating a new customized section
parent | parent component for displaying the dialog |
References mixconfig.panels.TermsAndConditionsContentDialog.MSG_ID, and mixconfig.panels.TermsAndConditionsContentDialog.MSG_NAME.
static Paragraph mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.showAddParagraphDialog | ( | Component | parent | ) | [static] |
Display a a dialog for creating a new customized paragraph
parent | parent component for displaying the dialog |
References mixconfig.panels.TermsAndConditionsContentDialog.MSG_ID.
JButton mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.ok = new JButton(JAPMessages.getString(DialogContentPane.MSG_OK)) [package] |
JButton mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.cancel = new JButton(JAPMessages.getString(DialogContentPane.MSG_CANCEL)) [package] |
JTextField [] mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.inputFields = null [package] |
InputVerifier mixconfig.panels.TermsAndConditionsContentDialog.AddComponentDialog.verifier = null [package] |