Uses of Class
org.openscience.cdk.io.setting.IOSetting
Packages that use IOSetting
Package
Description
-
Uses of IOSetting in org.openscience.cdk.io
Methods in org.openscience.cdk.io with type parameters of type IOSettingModifier and TypeMethodDescription<S extends IOSetting>
SChemObjectIO.addSetting
(IOSetting setting) Add an IOSetting to the reader/writer.<S extends IOSetting>
SIChemObjectIO.addSetting
(IOSetting setting) Add an IOSetting to the reader/writer.<S extends IOSetting>
SChemObjectIO.getSetting
(String name) Access a named setting managed by this reader/writer.<S extends IOSetting>
SChemObjectIO.getSetting
(String name, Class<S> c) Access a named setting managed by this reader/writer.<S extends IOSetting>
SIChemObjectIO.getSetting
(String name) Access a named setting managed by this reader/writer.<S extends IOSetting>
SIChemObjectIO.getSetting
(String name, Class<S> c) Access a named setting managed by this reader/writer.Methods in org.openscience.cdk.io that return IOSettingModifier and TypeMethodDescriptionChemObjectIO.getIOSettings()
Returns an array ofIOSetting
s defined by this IChemObjectIO class.IChemObjectIO.getIOSettings()
Returns an array ofIOSetting
s defined by this IChemObjectIO class.Methods in org.openscience.cdk.io that return types with arguments of type IOSettingModifier and TypeMethodDescriptionChemObjectIO.getSettings()
Access a collection ofIOSetting
s for this reader/writer.IChemObjectIO.getSettings()
Access a collection ofIOSetting
s for this reader/writer.Methods in org.openscience.cdk.io with parameters of type IOSettingModifier and TypeMethodDescription<S extends IOSetting>
SChemObjectIO.addSetting
(IOSetting setting) Add an IOSetting to the reader/writer.<S extends IOSetting>
SIChemObjectIO.addSetting
(IOSetting setting) Add an IOSetting to the reader/writer.protected void
ChemObjectIO.fireIOSettingQuestion
(IOSetting setting) FiresIChemObjectIOListener.processIOSettingQuestion(org.openscience.cdk.io.setting.IOSetting)
for all managed listeners.Method parameters in org.openscience.cdk.io with type arguments of type IOSettingModifier and TypeMethodDescriptionvoid
ChemObjectIO.addSettings
(Collection<IOSetting> settings) Adds a collection ofIOSetting
s to the reader/writer.void
IChemObjectIO.addSettings
(Collection<IOSetting> settings) Adds a collection ofIOSetting
s to the reader/writer. -
Uses of IOSetting in org.openscience.cdk.io.listener
Methods in org.openscience.cdk.io.listener with parameters of type IOSettingModifier and TypeMethodDescriptionvoid
IChemObjectIOListener.processIOSettingQuestion
(IOSetting setting) Prompted when the IO filter needs information to process the file.void
PropertiesListener.processIOSettingQuestion
(IOSetting setting) Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.void
SwingGUIListener.processIOSettingQuestion
(IOSetting setting) Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.void
TextGUIListener.processIOSettingQuestion
(IOSetting setting) Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice. -
Uses of IOSetting in org.openscience.cdk.io.random
Fields in org.openscience.cdk.io.random declared as IOSettingMethods in org.openscience.cdk.io.random that return IOSettingMethods in org.openscience.cdk.io.random with parameters of type IOSettingModifier and TypeMethodDescriptionprotected void
DefaultRandomAccessChemObjectReader.fireIOSettingQuestion
(IOSetting setting) -
Uses of IOSetting in org.openscience.cdk.io.setting
Subclasses of IOSetting in org.openscience.cdk.io.settingModifier and TypeClassDescriptionclass
An class for a reader setting which must be of type String.class
An class for a reader setting which must be of type String.class
An class for a reader setting which must be found in the list of possible settings.class
An class for a reader setting which must be of type String.