Uses of Interface
org.openscience.cdk.io.listener.IReaderListener
-
Packages that use IReaderListener Package Description org.openscience.cdk.io.iterator.event org.openscience.cdk.io.listener org.openscience.cdk.io.random -
-
Uses of IReaderListener in org.openscience.cdk.io.iterator.event
Constructors in org.openscience.cdk.io.iterator.event with parameters of type IReaderListener Constructor Description EventCMLReader(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 IReaderListener Modifier and Type Class Description class
PropertiesListener
Answers the questions by looking up the values in a Properties object.class
SwingGUIListener
Allows processing of IOSetting quesions which are passed to the user by using Swing dialogs.class
TextGUIListener
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 IReaderListener Constructor Description RandomAccessReader(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)
-