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 ofIOSettings defined by this IChemObjectIO class.IChemObjectIO.getIOSettings()Returns an array ofIOSettings 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 ofIOSettings for this reader/writer.IChemObjectIO.getSettings()Access a collection ofIOSettings 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 voidChemObjectIO.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 TypeMethodDescriptionvoidChemObjectIO.addSettings(Collection<IOSetting> settings) Adds a collection ofIOSettings to the reader/writer.voidIChemObjectIO.addSettings(Collection<IOSetting> settings) Adds a collection ofIOSettings 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 TypeMethodDescriptionvoidIChemObjectIOListener.processIOSettingQuestion(IOSetting setting) Prompted when the IO filter needs information to process the file.voidPropertiesListener.processIOSettingQuestion(IOSetting setting) Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.voidSwingGUIListener.processIOSettingQuestion(IOSetting setting) Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.voidTextGUIListener.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 voidDefaultRandomAccessChemObjectReader.fireIOSettingQuestion(IOSetting setting) -
Uses of IOSetting in org.openscience.cdk.io.setting
Subclasses of IOSetting in org.openscience.cdk.io.settingModifier and TypeClassDescriptionclassAn class for a reader setting which must be of type String.classAn class for a reader setting which must be of type String.classAn class for a reader setting which must be found in the list of possible settings.classAn class for a reader setting which must be of type String.