| Package | Description |
|---|---|
| org.openscience.cdk.io | |
| org.openscience.cdk.io.listener |
| Modifier and Type | Method and Description |
|---|---|
<S extends IOSetting> |
IChemObjectIO.addSetting(IOSetting setting)
Add an IOSetting to the reader/writer.
|
<S extends IOSetting> |
IChemObjectIO.getSetting(String name)
Access a named setting managed by this reader/writer.
|
<S extends IOSetting> |
IChemObjectIO.getSetting(String name,
Class<S> c)
Access a named setting managed by this reader/writer.
|
| Modifier and Type | Method and Description |
|---|---|
IOSetting[] |
IChemObjectIO.getIOSettings()
Returns an array of
IOSettings defined by this IChemObjectIO class. |
| Modifier and Type | Method and Description |
|---|---|
Collection<IOSetting> |
IChemObjectIO.getSettings()
Access a collection of
IOSettings for this reader/writer. |
| Modifier and Type | Method and Description |
|---|---|
<S extends IOSetting> |
IChemObjectIO.addSetting(IOSetting setting)
Add an IOSetting to the reader/writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChemObjectIO.addSettings(Collection<IOSetting> settings)
Adds a collection of
IOSettings to the reader/writer. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesListener.processIOSettingQuestion(IOSetting setting)
Processes the IOSettings by listing the question, giving the options
and asking the user to provide their choice.
|
void |
IChemObjectIOListener.processIOSettingQuestion(IOSetting setting)
Prompted when the IO filter needs information to process the
file.
|
Copyright © 2017. All rights reserved.