public class SwingGUIListener extends Object implements IReaderListener, IWriterListener
| Constructor and Description |
|---|
SwingGUIListener(Component frame,
IOSetting.Importance level)
0 = ask no questions
3 = ask all questions
|
| Modifier and Type | Method and Description |
|---|---|
void |
frameRead(ReaderEvent event) |
void |
processIOSettingQuestion(IOSetting setting)
Processes the IOSettings by listing the question, giving the options
and asking the user to provide their choice.
|
void |
setLevel(IOSetting.Importance level) |
public SwingGUIListener(Component frame, IOSetting.Importance level)
public void setLevel(IOSetting.Importance level)
public void frameRead(ReaderEvent event)
frameRead in interface IReaderListenerpublic void processIOSettingQuestion(IOSetting setting)
Note: if the input reader is null, then the method
does not wait for an answer, and takes the default.
processIOSettingQuestion in interface IChemObjectIOListenerCopyright © 2017. All rights reserved.