|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ChangeFrequency
this class constructs the window which is popped-up when selecting "Save every..." from the Options sub-menu in the Settings menu
Field Summary | |
(package private) javax.swing.JDialog |
dialog
the window |
(package private) javax.swing.JButton |
dismiss
button to close the window |
(package private) javax.swing.JFrame |
mainframe
parent of this wndow |
(package private) javax.swing.JTextField |
no_turns
the text field where the user can type the new value |
(package private) javax.swing.JButton |
ok
button to perform the change |
(package private) UserInterface |
ui
referrence to the user interface |
Constructor Summary | |
(package private) |
ChangeFrequency(javax.swing.JFrame mainframe,
UserInterface ui)
builts a JDialog window with a textfield and the two buttons |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
adds controls to the buttons |
void |
HideDialog()
dismiss the window |
void |
ShowDialog()
makes visible the window |
Methods inherited from class java.lang.Object |
|
Field Detail |
javax.swing.JTextField no_turns
javax.swing.JButton ok
javax.swing.JButton dismiss
javax.swing.JFrame mainframe
javax.swing.JDialog dialog
UserInterface ui
Constructor Detail |
ChangeFrequency(javax.swing.JFrame mainframe, UserInterface ui)
Method Detail |
public void ShowDialog()
public void HideDialog()
public void actionPerformed(java.awt.event.ActionEvent e)
UserInterface.getCurrentDocument()
,
Document.setFrequencytoSave(int)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |