Uses of Interface
org.openscience.cdk.io.listener.IReaderListener
Packages that use IReaderListener
Package
Description
-
Uses of IReaderListener in org.openscience.cdk.io.iterator.event
Constructors in org.openscience.cdk.io.iterator.event with parameters of type IReaderListenerModifierConstructorDescriptionEventCMLReader
(Reader input, IReaderListener listener, IChemObjectBuilder builder) Define this CMLReader to take the input from a java.io.Reader class. -
Uses of IReaderListener in org.openscience.cdk.io.listener
Classes in org.openscience.cdk.io.listener that implement IReaderListenerModifier and TypeClassDescriptionclass
Answers the questions by looking up the values in a Properties object.class
Allows processing of IOSetting quesions which are passed to the user by using Swing dialogs.class
Allows processing of IOSetting quesions which are passed to the user by using the System.out and System.in by default. -
Uses of IReaderListener in org.openscience.cdk.io.random
Constructors in org.openscience.cdk.io.random with parameters of type IReaderListenerModifierConstructorDescriptionRandomAccessReader
(File file, IChemObjectBuilder builder, IReaderListener listener) Reads the file and builds an index file, if the index file doesn't already exist.RandomAccessSDFReader
(File file, IChemObjectBuilder builder, IReaderListener listener)